Commit c41657b3 by 高淑倩

add: 路由跳转

parent 13fd1fac
......@@ -11,12 +11,18 @@ wxService.page({
data: {
integralNum: 1246
},
// 去积分商城
handleGoIntegralMall() {},
// 点击跳转至积分规则页
handleGoMemberRulesRules() {},
// 点击跳转至会员规则页
handleGoMemberRulesRules() {
wxService.router(`/pages/memberRules/memberRules`)
},
// 去积分商城
handleGoIntegralMall() {
wxService.router(`/pages/IntegralMall/IntegralMall`)
},
// 消费详情
handleGoDetail() {},
handleGoDetail() {
wxService.router(`/pages/consumptionDetails/consumptionDetails`)
},
/**
* 生命周期函数--监听页面加载
*/
......
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