|
|
@@ -75,9 +75,9 @@ App({
|
|
|
this.globalData.unionId = res.unionId;
|
|
|
console.log('登录成功', this.globalData)
|
|
|
SendEvent('login', {
|
|
|
- "userCode":res.userCode,
|
|
|
- "openId":res.openId,
|
|
|
- "unionId":res.unionId
|
|
|
+ "userCode": res.userCode,
|
|
|
+ "openId": res.openId,
|
|
|
+ "unionId": res.unionId
|
|
|
})
|
|
|
resolve(res);
|
|
|
}).catch(err => {
|
|
|
@@ -145,9 +145,9 @@ async function onNovelPluginLoad(data) {
|
|
|
getApp().globalData.novelManager = novelManager
|
|
|
rewardVideoLoad()
|
|
|
|
|
|
- novelManager.setFullScreenComponentStatus({
|
|
|
- show: true,
|
|
|
- });
|
|
|
+ // novelManager.setFullScreenComponentStatus({
|
|
|
+ // show: true,
|
|
|
+ // });
|
|
|
|
|
|
let pluginInfo = novelManager.getPluginInfo();
|
|
|
let innerBookId = pluginInfo.query?.innerBookId;
|