@@ -153,7 +153,7 @@ export function getRelatedVideos(params = {}) {
tag_id,
count,
filter_id,
- uuid: "128eaeb697b2e02aa4badbc02f49c182",
+ uuid: getApp().globalData.uuid,
gh_id: "gh_acc9a32b2122"
};
@@ -7,8 +7,8 @@ const novelPlugin = requirePlugin('novel-plugin')
import { userLogin,getChapterUnlockStatus,getNovelDetail,addBrowsingHistory } from './api/api'
App({
- onLaunch() {
-
+ onLaunch(options) {
+ console.log('场景值:',options.scene);
novelPlugin.setLoggerConfig({
info: true,
debug: true,