merge
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
},
|
||||
"h5" :
|
||||
{
|
||||
"launchtype" : "local"
|
||||
"launchtype" : "remote"
|
||||
},
|
||||
"mp-weixin" :
|
||||
{
|
||||
|
||||
@@ -200,7 +200,7 @@
|
||||
success: res => {
|
||||
uni.showToast({
|
||||
title: '支付成功',
|
||||
duration: 3000,
|
||||
duration: 10000,
|
||||
mask: true,
|
||||
icon: 'none'
|
||||
})
|
||||
@@ -213,7 +213,7 @@
|
||||
},
|
||||
fail: (err) => {
|
||||
uni.showToast({
|
||||
title: '支付失败' + err.errMsg,
|
||||
title: '支付失败',
|
||||
duration: 3000,
|
||||
mask: true,
|
||||
icon: 'none'
|
||||
|
||||
@@ -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
|
||||
})
|
||||
|
||||
3394
unpackage/dist/dev/app-plus/app-service.js
vendored
3394
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