|
|
@@ -15,6 +15,9 @@ import { apple } from "./config/config";
|
|
|
|
|
|
App({
|
|
|
onLaunch(options) {
|
|
|
+ this.globalData.queryData = {
|
|
|
+ ...options.query,
|
|
|
+ };
|
|
|
console.log("场景值:", options, options.scene);
|
|
|
this.globalData.from = options.query.from || "";
|
|
|
novelPlugin.setLoggerConfig({
|
|
|
@@ -150,6 +153,7 @@ App({
|
|
|
userCode: "",
|
|
|
from: "",
|
|
|
videoAd: null,
|
|
|
+ queryData: {},
|
|
|
},
|
|
|
});
|
|
|
|