diff --git a/subPackages/daoyou/order.vue b/subPackages/daoyou/order.vue index d2a0ae6..fc15c91 100644 --- a/subPackages/daoyou/order.vue +++ b/subPackages/daoyou/order.vue @@ -174,6 +174,7 @@ 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 2bd95b7..2d90751 100644 --- a/unpackage/dist/build/web/index.html +++ b/unpackage/dist/build/web/index.html @@ -1,2 +1,2 @@