|
|
@@ -16,6 +16,7 @@ import {apple} from './config/config'
|
|
|
App({
|
|
|
onLaunch(options) {
|
|
|
console.log('场景值:', options, options.scene);
|
|
|
+ this.globalData.from = options.query.from || ''
|
|
|
novelPlugin.setLoggerConfig({
|
|
|
info: false,
|
|
|
debug: false,
|
|
|
@@ -125,6 +126,7 @@ App({
|
|
|
isEnterVideoDetail: false, // 是否进入过视频详情页
|
|
|
ads_config: {}, // 广告策略配置
|
|
|
userCode: '',
|
|
|
+ from: ''
|
|
|
}
|
|
|
})
|
|
|
|