From 60792fd456dcf7cd386df31c2ed8c7b9fa02b686 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com>
Date: Fri, 9 Jul 2021 12:39:14 +0800
Subject: [PATCH] =?UTF-8?q?[=E4=BC=98=E5=8C=96]=20=E7=94=B3=E8=AF=B7?=
=?UTF-8?q?=E9=80=80=E6=AC=BE=E6=96=B0=E5=A2=9E=E5=B7=B2=E8=BE=93=E5=85=A5?=
=?UTF-8?q?=E5=AD=97=E6=95=B0=E6=98=BE=E7=A4=BA=20[=E6=96=B0=E5=A2=9E]=20?=
=?UTF-8?q?=E7=94=A8=E6=88=B7=E7=99=BB=E5=BD=95=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 6 ++
pages/login/index.vue | 176 +++++++++++++++++++++++++++++++++++
pages/order/apply_refund.vue | 7 +-
3 files changed, 187 insertions(+), 2 deletions(-)
create mode 100644 pages/login/index.vue
diff --git a/pages.json b/pages.json
index f50df39..b7af771 100644
--- a/pages.json
+++ b/pages.json
@@ -142,6 +142,12 @@
"style": {
"navigationBarTitleText": "海南旅游"
}
+ },
+ {
+ "path": "pages/login/index",
+ "style": {
+ "navigationBarTitleText": "登录"
+ }
}
],
"globalStyle": {
diff --git a/pages/login/index.vue b/pages/login/index.vue
new file mode 100644
index 0000000..e6ddb9b
--- /dev/null
+++ b/pages/login/index.vue
@@ -0,0 +1,176 @@
+
+
+
+
+
+
+ {{ userInfo.nickname || '游客用户' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 请认真阅读并同意
+ 《{{ agreement.title }}》
+ ,在小程序下单购买即表示您已默认同意
+ 《{{ agreement.title }}》
+ 的所有条款。
+
+
+
+
+
+
+
+
+
diff --git a/pages/order/apply_refund.vue b/pages/order/apply_refund.vue
index 09e09f3..0d1aa15 100644
--- a/pages/order/apply_refund.vue
+++ b/pages/order/apply_refund.vue
@@ -43,7 +43,7 @@
@@ -82,6 +82,9 @@
}
},
methods: {
+ dynamicLength(){
+ return parseInt(this.applyInfo.length);
+ },
checkImgInfo(tempFilePath, suc){
uni.getImageInfo({
src: tempFilePath,
@@ -247,7 +250,7 @@
width: 100%;
padding: 30rpx;
padding-bottom: 36rpx;
- color: #999999;
+ color: #333;
border: 1px solid #D0D0D0;
border-radius: 10rpx;
}