|
@@ -503,7 +503,7 @@ export default {
|
|
|
console.log('activated', uni.getStorageSync('isReload'));
|
|
|
const platform = getPlatform();
|
|
|
if (platform === 'micromessenger') {
|
|
|
- // await initWxJsSdkConfig(['chooseWXPay', 'scanQRCode']);
|
|
|
+ await initWxJsSdkConfig(['chooseWXPay', 'scanQRCode']);
|
|
|
try {
|
|
|
// if (window.wxJsSdkConfigInitPromise) {
|
|
|
// // console.log(window.wxJsSdkConfigInitPromise);
|