diff --git a/components/order-confirm-popup/order-confirm-popup.vue b/components/order-confirm-popup/order-confirm-popup.vue
new file mode 100644
index 0000000..f70a5b9
--- /dev/null
+++ b/components/order-confirm-popup/order-confirm-popup.vue
@@ -0,0 +1,451 @@
+
+
+
+
+
+ 确认订单
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ orderData.goods.title }}
+
+
+ 类型:明信片
+
+
+
+
+ ¥
+ {{ orderData.goods.shou_zhe_price }}
+ 积分
+ (首抽5折)
+
+
+ ×{{ 1 }}
+
+
+
+
+ ¥
+ {{ orderData.goods.price }}
+ 积分
+
+
+
+ ×{{ orderData.goods.prize_num * 1 - 1 }}
+
+
+
+
+
+
+ ¥
+ {{ orderData.goods.price }}
+ 积分
+
+
+ ×{{ orderData.goods.prize_num }}
+
+
+
+
+
+
+
+ 优惠券
+
+
+ {{ couponData && orderData.coupon_price > 0 ? `-${couponData.price}` : "未选择" }}
+
+
+
+
+
+
+
+
+
+
+ 使用积分抵扣
+ {{ orderData.use_score }}
+ (剩余:{{ orderData.score }})
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 使用{{currencyName}}抵扣¥{{ orderData.use_integral_money }}
+ (剩余:{{orderData.integral}}个)
+
+
+
+
+
+
+
+
+
+
+ 使用{{balanceName}}抵扣¥{{ orderData.use_money }}
+
+ (剩余:{{ orderData.money }})
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 我已满18岁,阅读并同意
+
+
+ 《用户协议》
+
+
+
+ 《隐私政策》
+
+
+
+
+ 确认支付
+ {{
+ pageData.goods.type == 5 ? ` ${orderData.use_score}积分` : ` ¥${orderData.price}`
+ }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/shouye/detail.vue b/pages/shouye/detail.vue
index 0bfe526..e5a96e4 100644
--- a/pages/shouye/detail.vue
+++ b/pages/shouye/detail.vue
@@ -130,176 +130,23 @@
-
-
-
-
- 确认订单
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ orderData.goods.title }}
-
-
- 类型:明信片
-
-
-
-
- ¥
- {{ orderData.goods.shou_zhe_price }}
- 积分
- (首抽5折)
-
-
- ×{{ 1 }}
-
-
-
-
- ¥
- {{ orderData.goods.price }}
- 积分
-
-
-
- ×{{ orderData.goods.prize_num * 1 - 1 }}
-
-
-
-
-
-
- ¥
- {{ orderData.goods.price }}
- 积分
-
-
- ×{{ orderData.goods.prize_num }}
-
-
-
-
-
-
-
- 优惠券
-
-
- {{
- couponData && orderData.coupon_price > 0
- ? `-${couponData.price}`
- : "未选择"
- }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 使用积分抵扣
- {{ orderData.use_score }}
- (剩余:{{ orderData.score }})
-
-
-
-
-
-
-
-
-
-
-
-
-
- 使用{{$config.getAppSetting('currency1_name')}}抵扣¥{{ orderData.use_integral_money }}
- (剩余:{{orderData.integral}}个)
-
-
-
-
-
-
-
-
-
-
-
-
-
- 使用{{$config.getAppSetting('balance_name')}}抵扣¥{{ orderData.use_money }}
-
- (剩余:{{ orderData.money }})
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 我已满18岁,阅读并同意
-
-
- 《用户协议》
-
-
-
- 《隐私政策》
-
-
-
-
- 确认支付
- {{
- pageData.goods.type == 5
- ? ` ${orderData.use_score}积分`
- : ` ¥${orderData.price}`
- }}
-
-
-
+
@@ -350,7 +197,12 @@