Commit aa5718b5d71d74576b39d7eeedbd9a7a054da217
1 parent
696c8316
美容师评价的
Showing
1 changed file
with
2 additions
and
1 deletions
pages/user/my_service/tment_eval.js
@@ -248,8 +248,9 @@ Page({ | @@ -248,8 +248,9 @@ Page({ | ||
248 | 248 | ||
249 | var id=this.data.actId; | 249 | var id=this.data.actId; |
250 | var gifbagid = this.data.gifbagid; | 250 | var gifbagid = this.data.gifbagid; |
251 | + console.log(id,"订单", this.data.number), | ||
251 | wx.redirectTo({ | 252 | wx.redirectTo({ |
252 | - url: "/pages/giftpack/evaluategift/evaluategift?actId=" + id + "&gifbagid=&orderType=2&orderNumber="+this.data.number | 253 | + url: "/pages/giftpack/evaluategift/evaluategift?actId="+id+ "&orderType=2&orderNumber="+this.data.number |
253 | }); | 254 | }); |
254 | 255 | ||
255 | }, | 256 | }, |