调整购物列表组件

This commit is contained in:
唐明明
2021-11-22 17:22:40 +08:00
parent 53ba8eae67
commit 754dc91d5c
6 changed files with 416 additions and 588 deletions

View File

@@ -11,7 +11,7 @@
<goodsList :list="goods" priceType="CNY" :status='status' toast="暂无产品权证" notag='has'>
<template v-slot:statistics="goods">
<view>库存{{goods.value.stock}}</view>
</template>
</template> -->
<template v-slot:footer="goods">
<view class="footer-btns">
<block v-if="status == '0'">
@@ -108,6 +108,9 @@
status: this.status,
page:this.page
}).then(res => {
console.log(res)
let countArr = new Array
for(let key in res.count){
countArr.push(key)