Commit c41657b3 by 高淑倩

add: 路由跳转

parent 13fd1fac
...@@ -11,12 +11,18 @@ wxService.page({ ...@@ -11,12 +11,18 @@ wxService.page({
data: { data: {
integralNum: 1246 integralNum: 1246
}, },
// 去积分商城 // 点击跳转至会员规则页
handleGoIntegralMall() {}, handleGoMemberRulesRules() {
// 点击跳转至积分规则页 wxService.router(`/pages/memberRules/memberRules`)
handleGoMemberRulesRules() {}, },
// 去积分商城
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