diff --git a/src/project/fengdu/AppStore/AppStore.vue b/src/project/fengdu/AppStore/AppStore.vue index a9c9b67..3cb46f9 100644 --- a/src/project/fengdu/AppStore/AppStore.vue +++ b/src/project/fengdu/AppStore/AppStore.vue @@ -34,6 +34,13 @@ export default { return { tabList: [{name: '门店情况'}, {name: '我要评价'}], tabIndex: 0, + barStyle: { + 'width': '20px', + 'height': '3px', + 'border-radius': '2px', + 'bottom': '-3px', + 'background': '#2D7DFF' + }, statusBarHeight: uni.getSystemInfoSync().statusBarHeight, } }, diff --git a/src/project/fengdu/AppStore/components/Evaluate.vue b/src/project/fengdu/AppStore/components/Evaluate.vue index e71f5c2..4269aa7 100644 --- a/src/project/fengdu/AppStore/components/Evaluate.vue +++ b/src/project/fengdu/AppStore/components/Evaluate.vue @@ -12,7 +12,7 @@
- {{girdInfo.girdName || '请选择网格'}} + {{girdInfo.gridName || '请选择网格'}}
@@ -80,7 +80,7 @@ export default { storeLevelDict: [], searchStoreLevel: {}, searchOperatorType: {}, - girdInfo: {girdName: ''}, + girdInfo: {gridName: ''}, statusBarHeight: uni.getSystemInfoSync().statusBarHeight, } },