|
@@ -145,6 +145,10 @@ export default {
|
|
|
},
|
|
},
|
|
|
appAliPayFn(){
|
|
appAliPayFn(){
|
|
|
let that = this
|
|
let that = this
|
|
|
|
|
+ // #ifdef MP-WEIXIN
|
|
|
|
|
+ this.$util.confirmModal({content:'请到【应用市场】下载花掌柜,登录即可支付'},() => { })
|
|
|
|
|
+ return false
|
|
|
|
|
+ // #endif
|
|
|
// #ifdef APP-PLUS
|
|
// #ifdef APP-PLUS
|
|
|
uni.showLoading()
|
|
uni.showLoading()
|
|
|
let id = this.option.id ? this.option.id : 0
|
|
let id = this.option.id ? this.option.id : 0
|
|
@@ -166,12 +170,6 @@ export default {
|
|
|
},
|
|
},
|
|
|
appWxPayFn(){
|
|
appWxPayFn(){
|
|
|
let that = this
|
|
let that = this
|
|
|
- // #ifdef MP-WEIXIN
|
|
|
|
|
- this.$util.confirmModal({content:'请到【应用市场】下载花掌柜,即可支付'},() => {
|
|
|
|
|
-
|
|
|
|
|
- })
|
|
|
|
|
- return false
|
|
|
|
|
- // #endif
|
|
|
|
|
// #ifdef APP-PLUS
|
|
// #ifdef APP-PLUS
|
|
|
uni.showLoading()
|
|
uni.showLoading()
|
|
|
let id = this.option.id ? this.option.id : 0
|
|
let id = this.option.id ? this.option.id : 0
|