lhl 4 năm trước cách đây
mục cha
commit
01f9d836f9
2 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 3 3
      pages/money/pay.vue
  2. 1 1
      pages/money/recharge.vue

+ 3 - 3
pages/money/pay.vue

@@ -55,7 +55,7 @@ import { createOrderkey,computedOrderkey,orderPay } from '@/api/order.js';
 import { getUserInfo } from '@/api/user.js';
 import { mapState } from 'vuex';
 // #ifdef H5
-import weixinBJ from "@/utils/wxAuthorized.js";
+import weixinBJ from "@/utils/wxAuthorized.js";
 // #endif
 export default {
 	data() {
@@ -80,7 +80,7 @@ export default {
 			pinkid: '' ,//保存拼团商品id
 			'gp_now_money':0,
 			'integral':0,
-			is_gp:0,//1为公排0不是公排
+			is_gp:0,//1为公排0不是公排
 			bool: true
 		};
 	},
@@ -88,7 +88,7 @@ export default {
 		this.bool = uni.getStorageSync('weichatBrowser');
 		if(!this.bool) {
 			this.payType = 3
-			this.payName = 'yue'
+			this.payName = 'yue'
 		}
 		if (options.type == 1) {
 			this.type = 1;

+ 1 - 1
pages/money/recharge.vue

@@ -57,7 +57,7 @@
 import { getMoneyStyle } from '@/utils/rocessor.js';
 // #ifdef H5
 import { rechargeWechat,userBalance,extractBank} from '@/api/wallet.js';
-import weixinBJ from "@/utils/wxAuthorized.js";
+import weixinBJ from "@/utils/wxAuthorized.js";
 // #endif
 // #ifdef MP
 import { rechargeRoutine } from '@/api/wallet.js';