Authored by 肖亚东

场景值获取

... ... @@ -63,6 +63,8 @@ App({
yas = new Yas(this);
yas.report('YB_LAUNCH_APP');
let scene = options ? options.scene : '';
this.globalData.currentScene = scene;
},
onShow: function(options) {
udid.get(); // 生成 UDID
... ...