|
|
@@ -407,7 +407,12 @@ export default {
|
|
|
console.log('打印异步数据看看========>',this)
|
|
|
this.baseUrl = this.$store.state.domainConfig.siteUrl
|
|
|
this.isWeixinApp = navigator.userAgent.indexOf("miniProgram") > -1
|
|
|
- window.showPaySuccess = this.showPaySuccess
|
|
|
+
|
|
|
+ if (!this.mobile) {
|
|
|
+
|
|
|
+ } else {
|
|
|
+ window.showPaySuccess = this.showPaySuccess
|
|
|
+ }
|
|
|
},
|
|
|
methods: {
|
|
|
async showPaySuccess () {
|