我的问题是关于微信页面跳转,当我想跳转到一页时,它总是闪烁另一页

时间:2018-11-22 08:25:14

标签: wechat

页面顺序为架子->照片->参考->照片->架子。但是当照片->架子时,参考页面始终闪烁。

wx.navigateTo({
   url: '../shelf?rstoreId=' + this.data.rstoreId,
 })

1 个答案:

答案 0 :(得分:0)

确保“架子”文件夹中有'shelf.wxml','shelf.wxss' and 'shelf.js'

使用'../ shelf / shelf'代替'../ shelf'

wx.navigateTo({
   url: '../shelf/shelf?rstoreId=' + this.data.rstoreId,
 })