@@ -94,114 +94,32 @@
-
diff --git a/components/m-goods-list/promotion.vue b/components/m-goods-list/promotion.vue
index 928b954..57cc804 100644
--- a/components/m-goods-list/promotion.vue
+++ b/components/m-goods-list/promotion.vue
@@ -4,7 +4,7 @@
-
+
@@ -43,43 +43,33 @@
-
diff --git a/components/m-goods-recommend/index.vue b/components/m-goods-recommend/index.vue
index 2e95cd5..61f8cb7 100644
--- a/components/m-goods-recommend/index.vue
+++ b/components/m-goods-recommend/index.vue
@@ -1,73 +1,63 @@
-
-
{{title ? `--${title}-- `:''}}
+
+ {{title ? `--${title}-- `:''}}
-
+
-
\ No newline at end of file
+
diff --git a/components/m-placard/index.vue b/components/m-placard/index.vue
index d93b0cf..96bf3e5 100644
--- a/components/m-placard/index.vue
+++ b/components/m-placard/index.vue
@@ -1,5 +1,5 @@
-
+
@@ -11,181 +11,153 @@
-
+
-
\ No newline at end of file
+
diff --git a/components/m-take-down-sale-goods/index.vue b/components/m-take-down-sale-goods/index.vue
index 61efeb3..46aa9ff 100644
--- a/components/m-take-down-sale-goods/index.vue
+++ b/components/m-take-down-sale-goods/index.vue
@@ -1,27 +1,21 @@
-
+
-
diff --git a/components/uniMap.vue b/components/uniMap.vue
index c315487..e1f1f16 100644
--- a/components/uniMap.vue
+++ b/components/uniMap.vue
@@ -1,111 +1,99 @@
-
+
\ No newline at end of file
+
diff --git a/components/verification/verification.vue b/components/verification/verification.vue
index 0a6cb29..54810a0 100644
--- a/components/verification/verification.vue
+++ b/components/verification/verification.vue
@@ -1,9 +1,9 @@
@@ -61,7 +61,7 @@
scale-value="1"
animation="false"
damping="50"
- :x="movePv"
+ :x="state.movePv"
class="flex-row-center"
style="
border-radius: 50%;
@@ -78,14 +78,14 @@
- {{
- hasImg
+ {{
+ state.hasImg
}}
@@ -106,173 +106,178 @@
-
+
diff --git a/pages/cart/coupon/couponDetail.vue b/pages/cart/coupon/couponDetail.vue
index 7e2675d..aea60ff 100644
--- a/pages/cart/coupon/couponDetail.vue
+++ b/pages/cart/coupon/couponDetail.vue
@@ -2,52 +2,46 @@
- {{coupon.title}}
- ¥{{unitPrice(coupon.price)}}
- {{coupon.discount}}折
- 满{{coupon.consumeThreshold}}元可用
-
- 券
-
-
- {{coupon.used_status == 0?'新到':coupon.used_status_text}}
+ {{ coupon.title }}
+ ¥{{ unitPrice(coupon.price) }}
+ {{ coupon.discount }}折
+ 满{{ coupon.consumeThreshold }}元可用
+ 券
+
+ {{ coupon.used_status == 0 ? '新到' : coupon.used_status_text }}
• 使用范围:{{
- coupon.scopeType == 'ALL' && coupon.storeId == '0'
- ? "全平台"
- : coupon.scopeType == "PORTION_GOODS"
- ? "部分商品"
- : coupon.scopeType == "PORTION_GOODS_CATEGORY"
- ? "部分分类商品"
- : coupon.storeName == 'platform' ? '全平台' :coupon.storeName+''
- }}使用
- • 有效期至:{{coupon.endTime}}
-
+ coupon.scopeType == 'ALL' && coupon.storeId == '0'
+ ? '全平台'
+ : coupon.scopeType == 'PORTION_GOODS'
+ ? '部分商品'
+ : coupon.scopeType == 'PORTION_GOODS_CATEGORY'
+ ? '部分分类商品'
+ : coupon.storeName == 'platform' ? '全平台' : coupon.storeName + ''
+ }}使用
+ • 有效期至:{{ coupon.endTime }}
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ ¥
+ {{ coupon.couponType == 'DISCOUNT' ? coupon.discount + '折' : unitPrice(coupon.price) }}
+
+
+
+
+ {{ coupon.title }}
+ 使用范围:{{
+ coupon.scopeType == "ALL" && coupon.storeId == "0"
+ ? "全平台"
+ : coupon.scopeType == "PORTION_GOODS"
+ ? "部分商品"
+ : coupon.scopeType == "PORTION_GOODS_CATEGORY"
+ ? "部分分类商品"
+ : coupon.storeName == "platform"
+ ? "全平台"
+ : coupon.storeName + ""
+ }}使用
+ {{ coupon.endTime }}
+
+
+ 立即使用
+
+
+ 已使用
+
+
+ 已过期
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/cart/payment/error.vue b/pages/cart/payment/error.vue
index e69de29..d57ed28 100644
--- a/pages/cart/payment/error.vue
+++ b/pages/cart/payment/error.vue
@@ -0,0 +1,87 @@
+
+
+
+
+
+ 支付失败
+ {{ errorMessage || '支付过程中出现错误,请重试' }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/cart/payment/payOrder.vue b/pages/cart/payment/payOrder.vue
index 50093a9..21af8f6 100644
--- a/pages/cart/payment/payOrder.vue
+++ b/pages/cart/payment/payOrder.vue
@@ -66,410 +66,264 @@