先上目录结构
当前操作目录是:
pages/seller/coupons/lists/index
我要跳转到:
pages/seller/coupons/created/index
代码如下:
wxml
<view class='add' bindtap='created_coupons'>添加卡券</view>
js
created_coupons:function(){
wx.navigateTo({
url: '/pages/seller/coupons/created/index'
})
}
报错信息如下:
Do not have created_coupons handler in current page: pages/seller/coupons/lists/index. Please make sure that created_coupons handler has been defined in pages/seller/coupons/lists/index, or pages/seller/coupons/lists/index has been added into app.json
小弟参考了如下(更多)文章:
https://www.cnblogs.com/web1/archive/2018/04/24/8930667.html
https://www.jianshu.com/p/75a1c6a8a316
没有找到解决办法、特来社区求大神解救!感激不尽
你好,请提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。