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