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