feat(pay): isRecharge
This commit is contained in:
parent
dd8e490e30
commit
227f92b9d4
|
@ -764,7 +764,7 @@ export default {
|
||||||
)
|
)
|
||||||
this.pkCountry = uni.getStorageSync('pkCountry')
|
this.pkCountry = uni.getStorageSync('pkCountry')
|
||||||
if (this.paramsPost.isRecharge) {
|
if (this.paramsPost.isRecharge) {
|
||||||
this.ifcz = this.paramsPost.ifcz
|
this.ifcz = this.paramsPost.isRecharge
|
||||||
this.businessType = 3
|
this.businessType = 3
|
||||||
uni.setNavigationBarTitle({
|
uni.setNavigationBarTitle({
|
||||||
title: '充值',
|
title: '充值',
|
||||||
|
|
Loading…
Reference in New Issue