页面顺序为架子->照片->参考->照片->架子。但是当照片->架子时,参考页面始终闪烁。
wx.navigateTo({
url: '../shelf?rstoreId=' + this.data.rstoreId,
})
答案 0 :(得分:0)
确保“架子”文件夹中有'shelf.wxml','shelf.wxss' and 'shelf.js'
。
使用'../ shelf / shelf'代替'../ shelf'
wx.navigateTo({
url: '../shelf/shelf?rstoreId=' + this.data.rstoreId,
})