瀏覽代碼

no message

linwenxin 2 月之前
父節點
當前提交
adb4483c31
共有 1 個文件被更改,包括 2 次插入2 次删除
  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('获取配置信息返回为空')
       }
     })
 }