diff --git a/src/bundle/package/claim-coupon.vue b/src/bundle/package/claim-coupon.vue index bfb3012..b9169f9 100644 --- a/src/bundle/package/claim-coupon.vue +++ b/src/bundle/package/claim-coupon.vue @@ -38,7 +38,7 @@ 手机号 - + diff --git a/src/bundle/settle-in/tea-specialist.vue b/src/bundle/settle-in/tea-specialist.vue index da78d8a..f4d70b4 100644 --- a/src/bundle/settle-in/tea-specialist.vue +++ b/src/bundle/settle-in/tea-specialist.vue @@ -607,9 +607,7 @@ const TeaSpecialist = { let data = form.value data.both = both.value - console.log("🚀 ~ form.value:", form.value) - - return + toast.loading({ loadingType: 'ring', loadingColor: '#4C9F44', diff --git a/src/bundle_b/pages/tea-specialist/detail.vue b/src/bundle_b/pages/tea-specialist/detail.vue index 5d93a81..521ffb5 100644 --- a/src/bundle_b/pages/tea-specialist/detail.vue +++ b/src/bundle_b/pages/tea-specialist/detail.vue @@ -156,8 +156,7 @@ 性别 - {{ info.sex == 1 ? '男' : '女' - }} + {{ info.sex }}