Commit 18170d475759c522c9f8325167ee7c60ffca4a28

Authored by abson
1 parent 427dd9e8

更改预约增加vipid字段

pages/user/my_service/beauty_deta.js
@@ -162,7 +162,8 @@ Page({ @@ -162,7 +162,8 @@ Page({
162 "number": th.data.number, 162 "number": th.data.number,
163 "remark": "更改时间", 163 "remark": "更改时间",
164 "states": 0, 164 "states": 0,
165 - "storeId": a.stoid 165 + "storeId": a.stoid,
  166 + "VipId":getApp().globalData.userInfo.erpvipid,
166 }; 167 };
167 var data = JSON.stringify(json); 168 var data = JSON.stringify(json);
168 var url = th.data.inurl + "/api/weshop/marketing/reservation/reservation/update"; //预约接口地址 169 var url = th.data.inurl + "/api/weshop/marketing/reservation/reservation/update"; //预约接口地址