gridName
This commit is contained in:
@@ -34,6 +34,13 @@ export default {
|
|||||||
return {
|
return {
|
||||||
tabList: [{name: '门店情况'}, {name: '我要评价'}],
|
tabList: [{name: '门店情况'}, {name: '我要评价'}],
|
||||||
tabIndex: 0,
|
tabIndex: 0,
|
||||||
|
barStyle: {
|
||||||
|
'width': '20px',
|
||||||
|
'height': '3px',
|
||||||
|
'border-radius': '2px',
|
||||||
|
'bottom': '-3px',
|
||||||
|
'background': '#2D7DFF'
|
||||||
|
},
|
||||||
statusBarHeight: uni.getSystemInfoSync().statusBarHeight,
|
statusBarHeight: uni.getSystemInfoSync().statusBarHeight,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<AiPagePicker type="gird" @select="handleGridSelect" :params="{formType:2}">
|
<AiPagePicker type="gird" @select="handleGridSelect" :params="{formType:2}">
|
||||||
<span style="color:#222">{{girdInfo.girdName || '请选择网格'}}</span>
|
<span style="color:#222">{{girdInfo.gridName || '请选择网格'}}</span>
|
||||||
<u-icon name="arrow-down" color="#999" size="28"></u-icon>
|
<u-icon name="arrow-down" color="#999" size="28"></u-icon>
|
||||||
</AiPagePicker>
|
</AiPagePicker>
|
||||||
</div>
|
</div>
|
||||||
@@ -80,7 +80,7 @@ export default {
|
|||||||
storeLevelDict: [],
|
storeLevelDict: [],
|
||||||
searchStoreLevel: {},
|
searchStoreLevel: {},
|
||||||
searchOperatorType: {},
|
searchOperatorType: {},
|
||||||
girdInfo: {girdName: ''},
|
girdInfo: {gridName: ''},
|
||||||
statusBarHeight: uni.getSystemInfoSync().statusBarHeight,
|
statusBarHeight: uni.getSystemInfoSync().statusBarHeight,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user