wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
427dd9e84109e36b717c9aee9624b16ace33d045
Authored by
abson
2022-02-23 16:29:26 +0800
1 parent
c9b7d2f0
单项预约增加vipid字段
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
pages/user/my_service/appment_main.js
pages/user/my_service/appment_main.js
View file @
427dd9e
...
...
@@ -430,7 +430,8 @@ Page({
430
430
storeId: a.stoid,
431
431
userId: d.user_id,
432
432
serviceId: itemid,
433
- storageId: storageId
433
+ storageId: storageId,
434
+ VipId:getApp().globalData.userInfo.erpvipid,
434
435
}
435
436
}).then(res => {
436
437
wx.hideLoading();
...
...