Commit 0667eb24 by sunchao

分享debug置为false

parent ad19bbf4
...@@ -23,7 +23,7 @@ export function initJssdkShare(callback, url) { ...@@ -23,7 +23,7 @@ export function initJssdkShare(callback, url) {
api.Wxshare(WxConfigRequestVO).then(res => { api.Wxshare(WxConfigRequestVO).then(res => {
console.log(res, '第三步'); console.log(res, '第三步');
jWeixin.config({ jWeixin.config({
debug: true,//调试的时候需要 在app上回弹出errmg:config ok 的时候就证明没问题了 这时候就可以改为false debug: false,//调试的时候需要 在app上回弹出errmg:config ok 的时候就证明没问题了 这时候就可以改为false
appId: res.data.appId,//appid appId: res.data.appId,//appid
timestamp: res.data.timestamp,//时间戳 timestamp: res.data.timestamp,//时间戳
nonceStr: res.data.nonceStr,//随机串 nonceStr: res.data.nonceStr,//随机串
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment