Commit 0e424c6431287135e4f2dda7c53b1bf5332478e5

Authored by yvan.ni
1 parent 58b15607

领取优惠券

packageA/pages/quan_pro/quan_pro.js
... ... @@ -119,6 +119,11 @@ Page({
119 119 }
120 120 })
121 121 },
  122 +
  123 + go_quan:function(){
  124 + //跳转到券列表
  125 + getApp().goto("/pages/user/coupons/coupons");
  126 + }
122 127  
123 128  
124 129 });
... ...