[同步最新]
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="authenticationItemcontentItem" v-if="item.goods">
|
<view class="authenticationItemcontentItem" v-if="item.goods">
|
||||||
<view class="title">规格:</view>
|
<view class="title">规格:</view>
|
||||||
<view class="content">{{item.goods.skus[0].unit}}</view>
|
<view class="content">{{item.goods.skus.unit}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="authenticationItemcontentItem">
|
<view class="authenticationItemcontentItem">
|
||||||
<view class="title">购买数量:</view>
|
<view class="title">购买数量:</view>
|
||||||
@@ -60,6 +60,7 @@
|
|||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
managesTracedTo(this.$Route.query.id).then(res => {
|
managesTracedTo(this.$Route.query.id).then(res => {
|
||||||
|
console.log(res)
|
||||||
this.list = res.list
|
this.list = res.list
|
||||||
this.info = res
|
this.info = res
|
||||||
})
|
})
|
||||||
|
|||||||
6
unpackage/dist/build/app-plus/app-service.js
vendored
6
unpackage/dist/build/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
2
unpackage/dist/build/app-plus/app-view.js
vendored
2
unpackage/dist/build/app-plus/app-view.js
vendored
File diff suppressed because one or more lines are too long
6154
unpackage/dist/dev/app-plus/app-service.js
vendored
6154
unpackage/dist/dev/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user