diff --git a/src/project/fengdu/AppHome/AppHome.vue b/src/project/fengdu/AppHome/AppHome.vue
index 4eeb2bc..ec5b4bc 100644
--- a/src/project/fengdu/AppHome/AppHome.vue
+++ b/src/project/fengdu/AppHome/AppHome.vue
@@ -101,7 +101,7 @@ export default {
const id = this.notices[val]["id"];
if (id) {
uni.navigateTo({
- url: "../AppNotice/AppNotice?id=" + id
+ url: "/mods/AppNotice/AppNotice?id=" + id
})
}
},
diff --git a/src/project/fengdu/AppMine/storeForm.vue b/src/project/fengdu/AppMine/storeForm.vue
index 612b69a..d0e2dfb 100644
--- a/src/project/fengdu/AppMine/storeForm.vue
+++ b/src/project/fengdu/AppMine/storeForm.vue
@@ -20,7 +20,7 @@
经营类型
-
+
{{ $dict.getLabel('operatorType', detailInfo.operatorType) }}
diff --git a/src/project/fengdu/AppStore/AppStore.vue b/src/project/fengdu/AppStore/AppStore.vue
index 00f4aad..4020984 100644
--- a/src/project/fengdu/AppStore/AppStore.vue
+++ b/src/project/fengdu/AppStore/AppStore.vue
@@ -45,11 +45,10 @@ export default {
this.tabIndex = e.tabIndex
}
let info = uni.createSelectorQuery().select(".tab");
- info.boundingClientRect((data)=> { //data - 各种参数
- this.tabHeight = data.height
- console.log(this.tabHeight)
- }).exec()
-
+ info.boundingClientRect((data)=> { //data - 各种参数
+ this.tabHeight = data.height
+ console.log(this.tabHeight)
+ }).exec()
},
onShow() {