Merge branch 'gaohao' of https://e.coding.net/g-cphe0354/duanju/video_app into test
This commit is contained in:
commit
b1978752aa
|
|
@ -972,7 +972,7 @@
|
|||
if (res.code == 0) {
|
||||
uni.hideLoading()
|
||||
uni.showToast({
|
||||
title: '已解锁,支付' + payMoney + '金币',
|
||||
title: '已解锁',
|
||||
icon: 'none'
|
||||
})
|
||||
this.closePopusPay()
|
||||
|
|
|
|||
|
|
@ -1249,7 +1249,7 @@
|
|||
if (res.code == 0) {
|
||||
uni.hideLoading()
|
||||
uni.showToast({
|
||||
title: '已解锁,支付' + payMoney + '金币',
|
||||
title: '已解锁',
|
||||
icon: 'none'
|
||||
})
|
||||
that.showPay = false
|
||||
|
|
|
|||
|
|
@ -961,7 +961,7 @@
|
|||
if (res.code == 0) {
|
||||
uni.hideLoading()
|
||||
uni.showToast({
|
||||
title: '已解锁,支付' + payMoney + '金币',
|
||||
title: '已解锁',
|
||||
icon: 'none'
|
||||
})
|
||||
this.closePopusPay()
|
||||
|
|
|
|||
Loading…
Reference in New Issue