Commit b16b233d authored by wangxuelai's avatar wangxuelai

'bugfix'

parent 742ab360
...@@ -200,7 +200,6 @@ App({ ...@@ -200,7 +200,6 @@ App({
}, },
setGlobalData (isOnLunch, params) { setGlobalData (isOnLunch, params) {
const {path, query, scene, shareTicket, referrerInfo} = params; const {path, query, scene, shareTicket, referrerInfo} = params;
console.log(isOnLunch, 'isOnLunch');
if (isOnLunch) { if (isOnLunch) {
this.globalData.originPage = ''; this.globalData.originPage = '';
this.globalData.originParams = ''; this.globalData.originParams = '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment