调整购物列表组件
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user