Authored by QC-L

修改微信 Appid 为有货有赚 review by 黄敬囿

@@ -106,7 +106,7 @@ class App extends Component { @@ -106,7 +106,7 @@ class App extends Component {
106 this.props.setWxUnionId(); 106 this.props.setWxUnionId();
107 // this.props.getUnionTypeWithUid(this.props.globalData.userInfo.uid); // 有赚 107 // this.props.getUnionTypeWithUid(this.props.globalData.userInfo.uid); // 有赚
108 }, 108 },
109 - async fail: () => { 109 + fail: () => {
110 console.log('登录已经过期') 110 console.log('登录已经过期')
111 //登录态过期 111 //登录态过期
112 Taro.setStorage({key: 'WXThird_session', data: ''}); 112 Taro.setStorage({key: 'WXThird_session', data: ''});
@@ -16,7 +16,7 @@ export default { @@ -16,7 +16,7 @@ export default {
16 }, 16 },
17 unionType: '', // 渠道号 17 unionType: '', // 渠道号
18 // MINI_APP_DOMAIN: 'miniapp.yohobuy.com', 18 // MINI_APP_DOMAIN: 'miniapp.yohobuy.com',
19 - appid: 'wx084ab813d88c594b', 19 + appid: 'wx193403dfd8cf74a1',
20 business_line: 'miniapp', // 业务线 20 business_line: 'miniapp', // 业务线
21 mini_app_type: '0', 21 mini_app_type: '0',
22 }, 22 },
@@ -36,7 +36,7 @@ export default { @@ -36,7 +36,7 @@ export default {
36 }, 36 },
37 unionType: '', // 渠道号 37 unionType: '', // 渠道号
38 // MINI_APP_DOMAIN: 'miniapp.yohobuy.com', 38 // MINI_APP_DOMAIN: 'miniapp.yohobuy.com',
39 - appid: 'wx084ab813d88c594b', 39 + appid: 'wx193403dfd8cf74a1',
40 business_line: 'yohobuy', // 业务线 40 business_line: 'yohobuy', // 业务线
41 mini_app_type: '62', 41 mini_app_type: '62',
42 } 42 }