金币解锁提示修改
This commit is contained in:
parent
ff44f08b93
commit
69b1f22c82
|
|
@ -972,7 +972,7 @@
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
uni.hideLoading()
|
uni.hideLoading()
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: '已解锁,支付' + payMoney + '金币',
|
title: '已解锁',
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
})
|
})
|
||||||
this.closePopusPay()
|
this.closePopusPay()
|
||||||
|
|
|
||||||
|
|
@ -1249,7 +1249,7 @@
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
uni.hideLoading()
|
uni.hideLoading()
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: '已解锁,支付' + payMoney + '金币',
|
title: '已解锁',
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
})
|
})
|
||||||
that.showPay = false
|
that.showPay = false
|
||||||
|
|
|
||||||
|
|
@ -961,7 +961,7 @@
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
uni.hideLoading()
|
uni.hideLoading()
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: '已解锁,支付' + payMoney + '金币',
|
title: '已解锁',
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
})
|
})
|
||||||
this.closePopusPay()
|
this.closePopusPay()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue