Commit 02f90d6959a0e19273bcf91c0d407d1c6f60f233

Authored by yvan.ni
1 parent b433049d

购物小票的地址的优化

Showing 1 changed file with 7 additions and 0 deletions
pages/user/index/index.js
... ... @@ -1146,6 +1146,13 @@ Page({
1146 1146 d_list[i]["weappurl"]="/packageF/pages/giftpack/mygiftpack/mygiftpack";
1147 1147 d_list[i]["new_weappurl"]="/packageF/pages/giftpack/mygiftpack/mygiftpack";
1148 1148 }
  1149 + if (ite.id==26)
  1150 + {
  1151 + d_list[i]["weappurl"]="/pages/user/order_list/order_list?index=1";
  1152 + d_list[i]["new_weappurl"]="/pages/user/order_list/order_list?index=1";
  1153 + }
  1154 +
  1155 +
1149 1156 t_map[ite.name]=ite.id+'';
1150 1157 }
1151 1158 this.setData({
... ...