diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json new file mode 100644 index 0000000..8ae452a --- /dev/null +++ b/.hbuilderx/launch.json @@ -0,0 +1,9 @@ +{ + "version" : "1.0", + "configurations" : [ + { + "playground" : "standard", + "type" : "uni-app:app-android" + } + ] +} diff --git a/App.vue b/App.vue index cb38d24..9ee83ae 100644 --- a/App.vue +++ b/App.vue @@ -57,6 +57,9 @@ // 检查并更新语言(uni.reLaunch 会触发 onShow) try { const savedLang = uni.getStorageSync('language') + if(savedLang){ + uni.removeStorageSync('language'); + } console.log('App onShow - 缓存中的语言:', savedLang) // 获取当前 i18n 实例并检查语言 diff --git a/components/DeviceOrderItemCard.vue b/components/DeviceOrderItemCard.vue new file mode 100644 index 0000000..3319be7 --- /dev/null +++ b/components/DeviceOrderItemCard.vue @@ -0,0 +1,262 @@ + + + + + + diff --git a/components/MapComponent.vue b/components/MapComponent.vue index e36a81a..95c1042 100644 --- a/components/MapComponent.vue +++ b/components/MapComponent.vue @@ -1,5 +1,5 @@