[同步最新]

This commit is contained in:
2021-11-02 18:11:05 +08:00
parent f156aed14d
commit 4509f47165
4 changed files with 3083 additions and 3082 deletions

View File

@@ -20,7 +20,7 @@
</view>
<view class="authenticationItemcontentItem" v-if="item.goods">
<view class="title">规格:</view>
<view class="content">{{item.goods.skus[0].unit}}</view>
<view class="content">{{item.goods.skus.unit}}</view>
</view>
<view class="authenticationItemcontentItem">
<view class="title">购买数量:</view>
@@ -60,6 +60,7 @@
},
created() {
managesTracedTo(this.$Route.query.id).then(res => {
console.log(res)
this.list = res.list
this.info = res
})