优化问题
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="list.length== 0 && is_end == true" class="flex-colum" >
|
||||
<view v-if="list.length== 0 && is_end == true" class="flex-colum">
|
||||
<image :src="bgnothave" mode="aspectFill">
|
||||
</image>
|
||||
</view>
|
||||
@@ -55,7 +55,7 @@
|
||||
page: this.form.page,
|
||||
pageSize: this.form.size,
|
||||
userId: uni.cache.get('userInfo').id,
|
||||
shopId:''
|
||||
shopId: ''
|
||||
})
|
||||
|
||||
if (res.data.pages < this.form.page) {
|
||||
@@ -79,10 +79,10 @@
|
||||
}
|
||||
},
|
||||
eeInfo(item) {
|
||||
console.log(item,'调试123123')
|
||||
uni.pro.navigateTo('member/memberdetails',{
|
||||
shopId_id:item.shopId,
|
||||
type:'list'
|
||||
|
||||
uni.pro.navigateTo('member/memberdetails', {
|
||||
shopId_id: item.shopId,
|
||||
type: 'list'
|
||||
})
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user