Commit 67460242 by 谢中龙

修改异常处理

parent 2658e874
...@@ -69,6 +69,7 @@ App({ ...@@ -69,6 +69,7 @@ App({
}, },
//判断是不是从企业微信控制台点击进来的 //判断是不是从企业微信控制台点击进来的
isFromQiyeConsoleIn(options){ isFromQiyeConsoleIn(options){
options = options ? options : {};
console.log('场景值1 ========', options.scene) console.log('场景值1 ========', options.scene)
let scene = wx.getLaunchOptionsSync().scene; let scene = wx.getLaunchOptionsSync().scene;
console.log('场景值2 ========', scene) console.log('场景值2 ========', scene)
......
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