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;
}