Commit 0cd23ffa by txy

'jssdk‘

parent 95b8cb08
var _settings = rules.settings;
var sdk = jsSdk ? "" : jsSdk;
var sdk = typeof jsSdk === "undefined" ? "" : jsSdk;
wx.config({
debug: false, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
......
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