diff --git a/src/views/badge/orderDetail.vue b/src/views/badge/orderDetail.vue index 25ab5b0..2d36abc 100644 --- a/src/views/badge/orderDetail.vue +++ b/src/views/badge/orderDetail.vue @@ -60,7 +60,7 @@
购买时间 - {{order.pay_at || '未支付'}} + {{order.pay_at}}
diff --git a/src/views/badge/preview.vue b/src/views/badge/preview.vue index 0c3821a..d952560 100644 --- a/src/views/badge/preview.vue +++ b/src/views/badge/preview.vue @@ -16,7 +16,7 @@
2
确认下单
-
选择一个你喜欢的设计
+
选择一个你喜欢的效果图下单
@@ -49,8 +49,8 @@
- 下单后如对排版要求有变更生产发货。
- 实物3D打印色彩与图片有自然色差,如对产品有疑问,可以联系客服咨询。 + 下单后预计需要7天完成生产发货。
+ 实物3D打印色彩与图片有合理色差,如对产品有疑问,可以联系客服咨询。
@@ -90,7 +90,7 @@
随机风格盲盒
随机风格盲盒
- +
@@ -305,12 +305,15 @@ const changeValue = (value: number) => { } const key = ref(0) +const loading = ref(false) const confirm = () => { + if (loading.value) return console.log('confirm') if (payAmount.value <= 0) { showToast('请先选择下单数量') return } + loading.value = true const parms = { pid: pid.value, key: key.value, @@ -332,8 +335,8 @@ const confirm = () => { message: err.message, duration: 2000, }) - }).finally((err) => { - + }).finally(() => { + loading.value = false }) } @@ -508,6 +511,7 @@ onUnmounted(() => { .step-content { display: flex; flex-direction: column; + height: 48px; } .step-item.active .step-title { color: #000; @@ -519,7 +523,7 @@ onUnmounted(() => { font-size: 13px; } .step-title { - font-size: 15px; + font-size: 16px; color: #808080;; } .step-desc { @@ -540,7 +544,7 @@ onUnmounted(() => { .progress-section-img { width: 80vw; height: 80vw; - border-radius: 12px; + border-radius: 50%; } .progress-bar-bg { width: 70%; @@ -731,7 +735,7 @@ onUnmounted(() => { .style-item .style-selected { position: absolute; right: 4px; - bottom: 30px; + bottom: 25px; width: 20px; height: 20px; border-radius: 50%;