linwenxin hai 2 meses
pai
achega
adb4483c31
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/common/utils/util.js

+ 2 - 2
src/common/utils/util.js

@@ -1031,10 +1031,10 @@ export const wxConfig = function (configInfo, userInfo, cb) {
 
         wx.error(function (res) {
           cb?.()
-          // alert('出错了:' + res.errMsg) //wx.config配置错误,会弹出窗口哪里错误,然后根据微信文档查询即可。
+          alert('微信API签名失败:' + res.errMsg) //wx.config配置错误,会弹出窗口哪里错误,然后根据微信文档查询即可。
         })
       } else {
-        // alert('获取配置信息返回为空')
+        alert('获取配置信息返回为空')
       }
     })
 }