Przeglądaj źródła

商城付款优化

jf 5 lat temu
rodzic
commit
ed77e6a892
1 zmienionych plików z 4 dodań i 1 usunięć
  1. 4 1
      mallApp/src/pages/pay/index.vue

+ 4 - 1
mallApp/src/pages/pay/index.vue

@@ -126,12 +126,15 @@
 			...mapGetters({ shopUser: 'getShopUser' })
 			...mapGetters({ shopUser: 'getShopUser' })
 		},
 		},
 		onLoad(option) {
 		onLoad(option) {
-			this.specialInit()
+			// this.specialInit()
 		},
 		},
 		mounted() {},
 		mounted() {},
 		methods: {
 		methods: {
 			isWxMiniapp(){
 			isWxMiniapp(){
         return isWxMiniapp()
         return isWxMiniapp()
+      },
+      init(){
+			  this.specialInit();
       },
       },
 			specialInit() {
 			specialInit() {
 				// #ifdef H5
 				// #ifdef H5