update:代码备份

This commit is contained in:
2026-09-15 15:39:46 +08:00
parent c8533de5cf
commit 03fa2f4d48
56 changed files with 2107 additions and 636 deletions
+7
View File
@@ -81,6 +81,13 @@ const props = defineProps({
src="https://static.shelingxingqiu.com/shootmini/static/app-bg9.png"
mode="widthFix"
/>
<!-- 我的设备未绑定/绑定成功页面背景 -->
<image
class="bg-image"
v-if="type === 12"
src="../static/device-assets/my-device-unbound-background.png"
mode="widthFix"
/>
<image
class="bg-image"
v-if="type === 10"
+1 -1
View File
@@ -18,7 +18,7 @@ function handleTabClick(index) {
}
if (index === 2) {
uni.navigateTo({
url: "/pages/device-intro",
url: "/pages/device/device-intro",
});
}
}
+1 -1
View File
@@ -124,7 +124,7 @@ const cancelMatching = async () => {
const goCalibration = async () => {
await laserAimAPI();
uni.navigateTo({
url: "/pages/calibration",
url: "/pages/device/calibration",
});
};
</script>