diff --git a/subPackages/daoyou/detail.vue b/subPackages/daoyou/detail.vue index 78c58c9..f934c3b 100644 --- a/subPackages/daoyou/detail.vue +++ b/subPackages/daoyou/detail.vue @@ -151,6 +151,7 @@ methods: { // 预订 order(item) { + this.Post({}, '/api/user/getUserDetails').then(res => {}) if (!this.selectDay) { uni.showToast({ title: '请先选择日期', diff --git a/subPackages/daoyou/order.vue b/subPackages/daoyou/order.vue index fc15c91..d2a0ae6 100644 --- a/subPackages/daoyou/order.vue +++ b/subPackages/daoyou/order.vue @@ -174,7 +174,6 @@ methods: { // 下单 order() { - this.Post({}, '/api/user/getUserDetails').then(res => {}) let seldUserIdArr = [] // is_card 是否实名 0否 1是 if(this.skuInfo.is_card) { diff --git a/unpackage/dist/build/web/index.html b/unpackage/dist/build/web/index.html index 2d90751..fbf0218 100644 --- a/unpackage/dist/build/web/index.html +++ b/unpackage/dist/build/web/index.html @@ -1,2 +1,2 @@