Commit 18170d475759c522c9f8325167ee7c60ffca4a28
1 parent
427dd9e8
更改预约增加vipid字段
Showing
1 changed file
with
2 additions
and
1 deletions
pages/user/my_service/beauty_deta.js
| ... | ... | @@ -162,7 +162,8 @@ Page({ |
| 162 | 162 | "number": th.data.number, |
| 163 | 163 | "remark": "更改时间", |
| 164 | 164 | "states": 0, |
| 165 | - "storeId": a.stoid | |
| 165 | + "storeId": a.stoid, | |
| 166 | + "VipId":getApp().globalData.userInfo.erpvipid, | |
| 166 | 167 | }; |
| 167 | 168 | var data = JSON.stringify(json); |
| 168 | 169 | var url = th.data.inurl + "/api/weshop/marketing/reservation/reservation/update"; //预约接口地址 | ... | ... |