Commit ee37b3acd79adb6b644b75f55848e9155f4aaa34

Authored by taiyuan
1 parent 8ae99d0a

预约服务storageId设置

packageA/pages/my_service/appment_main.js
@@ -34,7 +34,7 @@ Page({ @@ -34,7 +34,7 @@ Page({
34 is_success: 0, //是否提交成功 34 is_success: 0, //是否提交成功
35 remarks: "", //备注 35 remarks: "", //备注
36 storageId: "", //线下门店id 36 storageId: "", //线下门店id
37 - url: "/pages/user/my_service/appment_main", //本页面地址路径用于选择时间页面跳转回来 37 + url: "/packageA/pages/my_service/appment_main", //本页面地址路径用于选择时间页面跳转回来
38 buyType: "", //项目类型 38 buyType: "", //项目类型
39 time: "", //选择预约时间 39 time: "", //选择预约时间
40 tment_count: "", //可预约人数 40 tment_count: "", //可预约人数
@@ -150,7 +150,7 @@ Page({ @@ -150,7 +150,7 @@ Page({
150 "keyword": res.data.data.Address 150 "keyword": res.data.data.Address
151 } 151 }
152 ], 152 ],
153 - "page": "/pages/user/my_service/tment_details?number=" + number, 153 + "page": "/packageA/pages/my_service/tment_details?number=" + number,
154 "storeId": a.stoid, 154 "storeId": a.stoid,
155 "typeId": "1011", 155 "typeId": "1011",
156 "userId": th.data.options.userid 156 "userId": th.data.options.userid
@@ -168,7 +168,7 @@ Page({ @@ -168,7 +168,7 @@ Page({
168 }) 168 })
169 setTimeout(function() { 169 setTimeout(function() {
170 wx.redirectTo({ 170 wx.redirectTo({
171 - url: "/pages/user/my_service/tment_details?number=" + number 171 + url: "/packageA/pages/my_service/tment_details?number=" + number
172 }); 172 });
173 }, 1000); 173 }, 1000);
174 } else { 174 } else {
@@ -585,6 +585,7 @@ Page({ @@ -585,6 +585,7 @@ Page({
585 store_name: res.data.data.StorageName, 585 store_name: res.data.data.StorageName,
586 beautician_name: res.data.data.StaffName, 586 beautician_name: res.data.data.StaffName,
587 beauticianID: res.data.data.StaffId, 587 beauticianID: res.data.data.StaffId,
  588 + StorageId: res.data.data.StorageId,
588 }); 589 });
589 } 590 }
590 }); 591 });