From e0fab026670360b5c11a038cad480dd6614856dd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?LAPTOP-D7TKRI82=5C=E9=82=93?= <52643018@qq.com>
Date: Tue, 22 Jun 2021 15:47:56 +0800
Subject: [PATCH] =?UTF-8?q?[=E6=96=B0=E5=A2=9E]=20=E5=AE=8C=E6=88=90?=
=?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=E9=9D=A2UI?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
common/styles/common.css | 8 +++---
package-lock.json | 5 ----
pages/login/index.vue | 51 +++++++++++++++++++++++++++++++----
pages/order/confirm-order.vue | 4 ---
4 files changed, 50 insertions(+), 18 deletions(-)
diff --git a/common/styles/common.css b/common/styles/common.css
index 11bff85..97415b7 100644
--- a/common/styles/common.css
+++ b/common/styles/common.css
@@ -21,8 +21,8 @@ checkbox .uni-checkbox-input {
radio .uni-radio-input.uni-radio-input-checked,
checkbox .uni-checkbox-input.uni-checkbox-input-checked {
/* border-radius: 50%; */
- border: 1px solid #FF4B48 !important;
- background: #FF4B48 !important;
+ border: 1px solid #FE9903 !important;
+ background: #FE9903 !important;
color: #FFFFFF !important;
}
@@ -47,8 +47,8 @@ checkbox .wx-checkbox-input {
radio .wx-radio-input.wx-radio-input-checked,
checkbox .wx-checkbox-input.wx-checkbox-input-checked {
border-radius: 50%;
- border: 1px solid #FF4B48 !important;
- background: #FF4B48 !important;
+ border: 1px solid #FE9903 !important;
+ background: #FE9903 !important;
color: #FFFFFF !important;
}
diff --git a/package-lock.json b/package-lock.json
index 7d5d118..ee1fce2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -35,11 +35,6 @@
"resolved": "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.1.0.tgz",
"integrity": "sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q=="
},
- "tki-qrcode": {
- "version": "0.1.6",
- "resolved": "https://registry.npmjs.org/tki-qrcode/-/tki-qrcode-0.1.6.tgz",
- "integrity": "sha512-EnnlS8psowC7PsW3MDYcxvJYkuklX3WAZ/BYanR4TdBHTu74GfjTBX8Y16REP+AeDENiVtBPh4jtTRL2P736hQ=="
- },
"vue-clipboard2": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/vue-clipboard2/-/vue-clipboard2-0.3.1.tgz",
diff --git a/pages/login/index.vue b/pages/login/index.vue
index 2dc1464..5908010 100644
--- a/pages/login/index.vue
+++ b/pages/login/index.vue
@@ -2,12 +2,23 @@
- 游客jdsfbuskdnko
+ 游客jdsfbuskdnko
- 暂不绑定继续操作
+ 暂不绑定继续操作
+
+
+
+
+
+ 请认真阅读并同意
+ 《时空网协议》
+ ,在小程序下单购买即表示您已默认同意
+ 《时空网协议》
+ 的所有条款。
+
@@ -16,7 +27,7 @@
export default {
data(){
return {
-
+ checked: true
}
},
onLoad(){
@@ -28,11 +39,41 @@
}
+
diff --git a/pages/order/confirm-order.vue b/pages/order/confirm-order.vue
index f4d3a8e..55fbf30 100644
--- a/pages/order/confirm-order.vue
+++ b/pages/order/confirm-order.vue
@@ -71,7 +71,6 @@