This commit is contained in:
唐明明
2021-11-03 16:56:55 +08:00
4 changed files with 1696 additions and 1707 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
})