Commit 427dd9e84109e36b717c9aee9624b16ace33d045
1 parent
c9b7d2f0
单项预约增加vipid字段
Showing
1 changed file
with
2 additions
and
1 deletions
pages/user/my_service/appment_main.js
@@ -430,7 +430,8 @@ Page({ | @@ -430,7 +430,8 @@ Page({ | ||
430 | storeId: a.stoid, | 430 | storeId: a.stoid, |
431 | userId: d.user_id, | 431 | userId: d.user_id, |
432 | serviceId: itemid, | 432 | serviceId: itemid, |
433 | - storageId: storageId | 433 | + storageId: storageId, |
434 | + VipId:getApp().globalData.userInfo.erpvipid, | ||
434 | } | 435 | } |
435 | }).then(res => { | 436 | }).then(res => { |
436 | wx.hideLoading(); | 437 | wx.hideLoading(); |