优化问题

This commit is contained in:
duan
2024-05-28 18:17:30 +08:00
parent b2e8d69c61
commit 66e15baaee
4 changed files with 48 additions and 46 deletions

View File

@@ -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'
})
},
}