From 0c1eb5e969cd195c25c561237ff57ac13d03bc54 Mon Sep 17 00:00:00 2001
From: TianYu <332368756@qq.com>
Date: Tue, 23 May 2023 16:23:09 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E6=94=AF=E4=BB=98?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
yudao-ui-app/components/countDown/index.vue | 10 +-
yudao-ui-app/pages/goods_cashier/index.vue | 1483 +++++++++--------
.../pages/users/user_spread_code/index.vue | 20 +-
3 files changed, 798 insertions(+), 715 deletions(-)
diff --git a/yudao-ui-app/components/countDown/index.vue b/yudao-ui-app/components/countDown/index.vue
index b0e6e12c2..8a46b2b5e 100644
--- a/yudao-ui-app/components/countDown/index.vue
+++ b/yudao-ui-app/components/countDown/index.vue
@@ -3,8 +3,10 @@
{{ tipText }}
{{ day }}
{{ dayText }}
- {{ hour }}
- {{ hourText }}
+
+ {{ hour }}
+ {{ hourText }}
+
{{ minute }}
{{ minuteText }}
{{ second }}
@@ -49,6 +51,10 @@
type: Boolean,
default: true
},
+ isShowHour: {
+ type: Boolean,
+ default: true
+ },
bgColor:{
type: String,
default: ""
diff --git a/yudao-ui-app/pages/goods_cashier/index.vue b/yudao-ui-app/pages/goods_cashier/index.vue
index cc6cc9ab1..c426e95b8 100644
--- a/yudao-ui-app/pages/goods_cashier/index.vue
+++ b/yudao-ui-app/pages/goods_cashier/index.vue
@@ -1,752 +1,829 @@
-
-
-
- ¥
-
-
-
- 支付剩余时间:
-
-
-
-
-
- 请选择支付方式
-
-
-
-
-
- {{item.name}}
-
- {{item.title}} ¥{{ item.number }}
-
- {{item.title}}
-
-
-
-
-
-
- 确认支付
- 暂不支付
-
-
-
-
+
+
+ 实付金额
+
+ ¥
+
+
+
+ 支付剩余时间
+
+
+
+
+
+ 请选择支付方式
+
+
+
+
+
+ {{item.name}}
+
+ {{item.title}} ¥{{ item.number }}
+
+
+
+
+
+
+
+
+ 确认支付
+ 暂不支付
+
+
+
+
+
+ 支付剩余时间
+
+
+ 确认要放弃付款吗?
+
+
+
+ 放弃
+ 继续支付
+
+
+
+
+
-
diff --git a/yudao-ui-app/pages/users/user_spread_code/index.vue b/yudao-ui-app/pages/users/user_spread_code/index.vue
index 50064ea71..8ac65370c 100644
--- a/yudao-ui-app/pages/users/user_spread_code/index.vue
+++ b/yudao-ui-app/pages/users/user_spread_code/index.vue
@@ -86,16 +86,16 @@
};
},
computed: mapGetters(['isLogin', 'uid', 'userInfo','tenantId']),
- watch: {
- isLogin: {
- handler: function(newV, oldV) {
- if (newV) {
- this.userSpreadBannerList();
- }
- },
- deep: true
- }
- },
+ // watch: {
+ // isLogin: {
+ // handler: function(newV, oldV) {
+ // if (newV) {
+ // this.userSpreadBannerList();
+ // }
+ // },
+ // deep: true
+ // }
+ // },
onLoad() {
if (this.isLogin) {
this.userSpreadBannerList();