sunChengjie 7 months ago
parent
commit
ba2d8ef709
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/pages/express.vue

+ 2 - 1
src/pages/express.vue

@@ -288,13 +288,14 @@ export default {
 		},
 
 		// 授权码哦icon扫描
-		vxSearchIcon() {
+		async vxSearchIcon() {
 			const res = await getWxConfig({})
 			//发送成功
 			var timestamp = res.wxConfig.timestamp;
 			var noncestr = res.wxConfig.nonceStr;
 			var signature = res.wxConfig.signature;
 			var appId = res.wxConfig.appId;
+			console.log(res, '============')
 			wx.config({
 				debug: false, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
 				// debug : true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。