diff --git a/App.vue b/App.vue
index cde7143..f684f4f 100644
--- a/App.vue
+++ b/App.vue
@@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2019-04-01 01:47:12
* @LastEditors: ch
- * @LastEditTime: 2022-04-15 10:44:33
+ * @LastEditTime: 2022-04-22 14:47:06
* @Description: file content
-->
\ No newline at end of file
diff --git a/components/UiGoodsInfoMax.vue b/components/UiGoodsInfoMax.vue
new file mode 100644
index 0000000..b1f31b1
--- /dev/null
+++ b/components/UiGoodsInfoMax.vue
@@ -0,0 +1,96 @@
+
+
+
+
+
+
+ {{data.productName}}
+
+
+
+
+ {{data.skuDescribe}}
+ x{{data.quantity}}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/UiMoney.vue b/components/UiMoney.vue
index 2f26c68..3ef78a9 100644
--- a/components/UiMoney.vue
+++ b/components/UiMoney.vue
@@ -2,14 +2,14 @@
* @Author: ch
* @Date: 2022-04-21 09:54:15
* @LastEditors: ch
- * @LastEditTime: 2022-04-21 17:44:58
+ * @LastEditTime: 2022-04-22 19:43:05
* @Description: file content
-->
¥
{{moneyStr}}
- .{{moneyArr[1]}}
+ .{{moneyArr[1]}}
\ No newline at end of file
diff --git a/pages/order/detail/components/OrderInfo.vue b/pages/order/detail/components/OrderInfo.vue
index 1a569ff..cd6bc18 100644
--- a/pages/order/detail/components/OrderInfo.vue
+++ b/pages/order/detail/components/OrderInfo.vue
@@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-04-15 16:04:28
* @LastEditors: ch
- * @LastEditTime: 2022-04-21 17:45:16
+ * @LastEditTime: 2022-04-22 15:30:50
* @Description: file content
-->
@@ -23,6 +23,10 @@
支付方式:
{{orderInfo.payTypeDesc}}
+
+ 配送方式:
+ {{orderInfo.logistics.companyName}}
+
买家留言:
{{orderInfo.userMessage}}
@@ -36,11 +40,12 @@
运费:
- {{orderInfo.shippingAmount}}
+ ¥{{orderInfo.shippingAmount}}
- 实付款:
-
+ 应付款:
+ 实付款:
+
diff --git a/pages/order/detail/components/StatusTips.vue b/pages/order/detail/components/StatusTips.vue
index f37274f..1691d20 100644
--- a/pages/order/detail/components/StatusTips.vue
+++ b/pages/order/detail/components/StatusTips.vue
@@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-03-31 17:53:43
* @LastEditors: ch
- * @LastEditTime: 2022-04-21 17:24:22
+ * @LastEditTime: 2022-04-22 18:20:00
* @Description: file content
-->
@@ -89,7 +89,7 @@ export default {
\ No newline at end of file
diff --git a/pages/order/logisitcsInfo.vue b/pages/order/logisitcsInfo.vue
index 2ea3398..da029bc 100644
--- a/pages/order/logisitcsInfo.vue
+++ b/pages/order/logisitcsInfo.vue
@@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-04-18 15:28:14
* @LastEditors: ch
- * @LastEditTime: 2022-04-18 17:13:27
+ * @LastEditTime: 2022-04-22 19:28:13
* @Description: file content
-->
@@ -13,12 +13,15 @@
{{orderInfo.companyName}}
- {{orderInfo.trackingNo}}
+
+ {{orderInfo.trackingNo}}
+
+
物流信息
- 本服务有快递100提供
+ 本服务由快递100提供
@@ -203,5 +203,6 @@ textarea{
position: fixed;
bottom: 40rpx;
left: 30rpx;
+ width: 670rpx;
}
\ No newline at end of file
diff --git a/pages/order/saleAfter/saleAfterDetail/components/LogisticsInfo.vue b/pages/order/saleAfter/saleAfterDetail/components/LogisticsInfo.vue
index 751e5ad..45fe0a1 100644
--- a/pages/order/saleAfter/saleAfterDetail/components/LogisticsInfo.vue
+++ b/pages/order/saleAfter/saleAfterDetail/components/LogisticsInfo.vue
@@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-04-14 14:19:41
* @LastEditors: ch
- * @LastEditTime: 2022-04-18 18:14:30
+ * @LastEditTime: 2022-04-22 19:24:49
* @Description: file content
-->
@@ -66,6 +66,9 @@ export default {
font-size: $font-size-sm;
color: $color-grey5;
text-align: right;
+ max-width: 500rpx;
+ word-wrap: break-word;
+ word-break: normal;
}
}
.recipient{
diff --git a/pages/order/saleAfter/saleAfterDetail/components/SubmitLogistics.vue b/pages/order/saleAfter/saleAfterDetail/components/SubmitLogistics.vue
index fa6eadc..aedb3dd 100644
--- a/pages/order/saleAfter/saleAfterDetail/components/SubmitLogistics.vue
+++ b/pages/order/saleAfter/saleAfterDetail/components/SubmitLogistics.vue
@@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-04-14 13:44:30
* @LastEditors: ch
- * @LastEditTime: 2022-04-19 17:28:01
+ * @LastEditTime: 2022-04-22 18:53:55
* @Description: file content
-->
@@ -246,6 +246,7 @@ export default {
position: fixed;
bottom: 30rpx;
left: 30rpx;
- z-index:999
+ z-index:999;
+ width: 670rpx;
}
\ No newline at end of file
diff --git a/pages/order/saleAfter/saleAfterEdit.vue b/pages/order/saleAfter/saleAfterEdit.vue
index aa5f4ab..00ad5da 100644
--- a/pages/order/saleAfter/saleAfterEdit.vue
+++ b/pages/order/saleAfter/saleAfterEdit.vue
@@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-04-11 13:51:10
* @LastEditors: ch
- * @LastEditTime: 2022-04-14 17:55:55
+ * @LastEditTime: 2022-04-22 18:53:25
* @Description: file content
-->
@@ -225,5 +225,6 @@ textarea{
position: fixed;
bottom: 40rpx;
left: 30rpx;
+ width: 670rpx;
}
\ No newline at end of file
diff --git a/pages/order/submit.vue b/pages/order/submit.vue
index f23e601..dbc6e4c 100644
--- a/pages/order/submit.vue
+++ b/pages/order/submit.vue
@@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-03-20 14:14:53
* @LastEditors: ch
- * @LastEditTime: 2022-04-21 19:58:02
+ * @LastEditTime: 2022-04-22 19:51:14
* @Description: file content
-->
@@ -166,15 +166,26 @@ export default {
uni.$u.toast(error.message);
return false;
}
- // this.wxpay(result.orderId);
+ this.wxpay(result.orderId);
},
- async wxpay(orderId){
- const {error, result} = await ApiPostWxPay({orderId,payTypeEnum:'WXPAY'});
- if(error){
- this.$Router.replace(`/payFail?ordId=${orderId}`)
- }else{
- this.$Router.replace(`/paySuccess?ordId=${orderId}`)
- }
+ wxpay(orderId){
+ this.$msb.confirm({
+ content : '您确定要支付吗?',
+ cancelText : '暂不支付',
+ confirmText : '立即支付',
+ confirm : async () => {
+ const {error, result} = await ApiPostWxPay({orderId,payTypeEnum:'WXPAY'});
+ if(error){
+ this.$Router.replace(`/payFail?ordId=${orderId}`)
+ }else{
+ this.$Router.replace(`/paySuccess?ordId=${orderId}`)
+ }
+ },
+ cancel : ()=>{
+ this.$Router.replace(`/orderDetail?id=${orderId}`)
+ }
+ })
+
}
}
diff --git a/static/account/dz.png b/static/account/dz.png
index e8ec946..bd7fb04 100644
Binary files a/static/account/dz.png and b/static/account/dz.png differ
diff --git a/static/account/fh.png b/static/account/fh.png
index eafbc58..6ae5ca9 100644
Binary files a/static/account/fh.png and b/static/account/fh.png differ
diff --git a/static/account/fk.png b/static/account/fk.png
index f02340e..5f6f94d 100644
Binary files a/static/account/fk.png and b/static/account/fk.png differ
diff --git a/static/account/kf.png b/static/account/kf.png
index 663c826..437492d 100644
Binary files a/static/account/kf.png and b/static/account/kf.png differ
diff --git a/static/account/sh.png b/static/account/sh.png
index 6dcd756..a0407b4 100644
Binary files a/static/account/sh.png and b/static/account/sh.png differ
diff --git a/static/account/sz.png b/static/account/sz.png
index 6ef78cb..2c0cbb1 100644
Binary files a/static/account/sz.png and b/static/account/sz.png differ
diff --git a/static/account/tk.png b/static/account/tk.png
index 961bfcb..b686f10 100644
Binary files a/static/account/tk.png and b/static/account/tk.png differ
diff --git a/static/common/back.png b/static/common/back.png
new file mode 100644
index 0000000..4400d54
Binary files /dev/null and b/static/common/back.png differ
diff --git a/static/common/back_white.png b/static/common/back_white.png
new file mode 100644
index 0000000..705538b
Binary files /dev/null and b/static/common/back_white.png differ
diff --git a/static/common/empty_goods.png b/static/common/empty_goods.png
new file mode 100644
index 0000000..84b1c4c
Binary files /dev/null and b/static/common/empty_goods.png differ