界面优化
This commit is contained in:
parent
4c83cc272b
commit
0327b8fc3c
@ -27,7 +27,7 @@
|
||||
<block v-if="nowMenuList.length>0">
|
||||
<u-transition v-for="(item, index) in nowMenuList" :key="item.name" show>
|
||||
<view class="examine" @click="editFlag?removeMenu(item):clickMenu(item.type, item.data)">
|
||||
<image class="icon_img" :src="`${prefix}${item.icon}`" mode="aspectFill">
|
||||
<image class="icon_img" :src="`${prefix}${item.icon}`" mode="aspectFit">
|
||||
</image>
|
||||
<u-icon v-if="editFlag" class="icon" name="minus-circle-fill" color="red"></u-icon>
|
||||
<text class="text">{{item.name}}</text>
|
||||
@ -46,7 +46,7 @@
|
||||
<view class="content">
|
||||
<u-transition v-for="(item, index) in AllMenuList" :key="item.name" show>
|
||||
<view class="examine" @click="pushMenu(item)">
|
||||
<image class="icon_img" :src="`${prefix}${item.icon}`" mode="aspectFill">
|
||||
<image class="icon_img" :src="`${prefix}${item.icon}`" mode="aspectFit">
|
||||
</image>
|
||||
<u-icon class="icon" name="plus-circle-fill"></u-icon>
|
||||
<text class="text">{{item.name}}</text>
|
||||
@ -378,7 +378,6 @@
|
||||
},
|
||||
|
||||
|
||||
|
||||
kkchange(e) {
|
||||
this.bgColor = e
|
||||
},
|
||||
|
@ -133,6 +133,7 @@
|
||||
this.where.street_id = e.value[1].code
|
||||
this.showPicker = false
|
||||
},
|
||||
|
||||
changeHandler(e) {
|
||||
const {
|
||||
columnIndex,
|
||||
|
@ -470,9 +470,7 @@
|
||||
uni.navigateTo({
|
||||
url: `/pages/nongKe/cloud_entrepot/index?street=${this.street_id}&town=${this.town}`
|
||||
})
|
||||
// uni.navigateTo({
|
||||
// url: '/pages/store/home/index?id=' + this.mer_id + '&LihaiYun=Lihai'
|
||||
// })
|
||||
|
||||
},
|
||||
dchange(e) {
|
||||
this.street = e.value[1].name
|
||||
|
Loading…
x
Reference in New Issue
Block a user