Commit d0220fd9 by 侯体倬

白屏问题修复

parent 51f14e51
......@@ -161,7 +161,7 @@ function getThemePage({ mixid, shopid }) {
shop
.themePagesInfo({
shopMixId: offlineShopCode?offlineShopCode:mixid,
homePageFlag: true
homePageFlag: false,
})
.then((response) => {
if (response.data.code == 200) {
......
......@@ -372,9 +372,9 @@ export default {
*/
log.info('未登录过需要授权头像昵称信息。')
console.log('未登录过需要授权头像昵称信息。')
const url = `/pages/login/main?back=${encodeURIComponent(this.page)}&params=${
JSON.stringify(paramsObj)
}`;
// const url = `/pages/login/main?back=${encodeURIComponent(this.page)}&params=${
// JSON.stringify(paramsObj)
// }`;
log.info(url)
// wx.navigateTo({url});
......
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