diff --git a/ant-design-vue-jeecg/src/views/shopping/pages/pay.vue b/ant-design-vue-jeecg/src/views/shopping/pages/pay.vue
index 9ec4fac7..4f1ea933 100644
--- a/ant-design-vue-jeecg/src/views/shopping/pages/pay.vue
+++ b/ant-design-vue-jeecg/src/views/shopping/pages/pay.vue
@@ -5,23 +5,120 @@
感谢您的订购
+
+
+ 支付宝支付
+
+
+
+
+
+
+
总计: ¥9,900
+
请使用支付宝扫描左图二维码进行支付
+
请您在15分钟内付款以免订单被取消,如有疑问,请联系客服。
+
订单发货后您将收到订单发货通知短信
+
+
+
+
+
手机不在身边? 登录账号付款
+
+ 返回
+
+
+
+
+
+
+ 返回
+
您的订单已提交成功
请继续支付,15分钟内未付款,订单将自动取消
如有疑问,请联系客服
-
14:52
+
+
+ 1
+ 4
+ :
+ 5
+ 2
+
+
立即支付
订单编号 # GU202301052604844
下单日期: 2023/01/05
订单状态: 待付款
- 数量: 1
- 总计: ¥9,900
+
+ 数量: 1
+ 总计: ¥9,900
+
+
+
+
+
中国新年系列针织慢跑裤
+
款式: 象牙白色和多色
+
主辅料: 主料1,辅料1,叮叮叮,辅料n主辅料: 主料1,辅料1,叮叮叮,辅料n主辅料: 主料1,辅料1,叮叮叮,辅料n
+
尺码: S
+
+
预计发货后1-4个工作日送达
+
+
+
+
+
+ 商品总计
+ ¥9,900
+
+
+ 运费
+ 免费
+
+
+ 总计
+ ¥9,900
+
+
+
+
配送地址
+
+
是的发财树是
+
天津天津市和平区水擦拭订餐撒上天津天津市和平区水擦拭订餐撒上天津天津市和平区水擦拭订餐撒上天津天津市和平区水擦拭订餐撒上天津天津市和平区水擦拭订餐撒上天津天津市和平区水擦拭订餐撒上
+
17766667777
+
+
+
普通快递
+
免费
+
预计发货后1-4个工作日送达
+
+
+
+
支付方式
+
+ 支付宝
+
+ 微信
+
不需要发票
+
需要发票
+
@@ -34,10 +131,24 @@
components: { Header,Footer },
data() {
return {
+ visible: false,
+ payWay:'0',//支付方式
+ invoice:true,//是否需要发票
};
},
methods: {
-
+ handleBack(){
+ this.$router.go(-1)
+ },
+ showModal() {
+ this.visible = true;
+ },
+ handleOk(e) {
+ console.log('--')
+ },
+ handleCancel(e) {
+ this.visible = false;
+ },
},
};
@@ -54,6 +165,9 @@
.c_31{
color: #313131;
}
+ .c_4B{
+ color: #4B4B4B;
+ }
.btnDiv{
justify-content: space-around;
.dialogButton {
@@ -83,6 +197,7 @@
}
}
}
+
.pay{
.bg{
background-image: url("../assets/bg06.png");
@@ -94,6 +209,8 @@
}
}
.jz{
+ padding-top: 20px;
+ padding-bottom: 100px;
.success{
width: 500px;
margin: 60px auto;
@@ -124,11 +241,85 @@
}
.date{
justify-content: space-between;
+ margin-bottom: 20px;
.f_16{
font-weight: 600;
}
+ .r{
+ width:300px;
+ justify-content: space-between;
+ }
}
+ .table{
+ justify-content: space-between;
+ padding: 30px 0 30px 20px;
+ border-bottom: 2px solid #F2F2F2;
+ .tableImg{
+ width: 80px;
+ height: 80px;
+ background-color: grey;
+ }
+ .tableTitle{
+ max-width: 500px;
+ .title{
+ font-weight: 600;
+ margin-bottom: 8px;
+ }
+ .c_999{
+ margin-bottom: 2px;
+ }
+ }
+ .r{
+ width:300px;
+ justify-content: space-between;
+ }
+ }
+ .total{
+ flex-direction: column;
+ align-items: flex-end;
+ padding-top: 48px;
+ padding-bottom: 27px;
+ border-bottom: 2px solid #F2F2F2;
+ .d-flex{
+ width: 300px;
+ justify-content: space-between;
+ margin-bottom: 12px;
+ }
+ }
+ .addr{
+ padding: 32px 10px;
+ font-weight: 600;
+ border-bottom: 2px solid #F2F2F2;
+ .title{
+ }
+ .addrDiv{
+ margin: 0 80px;
+ max-width: 500px;
+ }
+ }
+ .payDiv{
+ padding: 32px 10px;
+ .title{
+ font-weight: 600;
+ }
+ .payWay{
+ margin: 0 80px;
+ i{
+ border-radius: 2px;
+ padding:1px;
+ margin-right: 5px;
+ }
+ .anticon-alipay{
+ background:#08AAFF;
+ color:#fff;
+ }
+ .anticon-wechat{
+ background:#00B40C;
+ color:#fff;
+ }
+ }
+ }
}
}