From f2e34272601bdf6c048fdb2422faee17723eb4dc Mon Sep 17 00:00:00 2001 From: Gdpao <1341331954@qq.com> Date: Thu, 3 Sep 2020 10:26:55 +0800 Subject: [PATCH] gdpao --- pages/index/details.vue | 1 + pages/index/mention.vue | 17 +++++++--- pages/login/login.vue | 63 ++++++++++++++++++++++++++---------- static/bg.png | Bin 930304 -> 349429 bytes static/image/login/safe.png | Bin 0 -> 2921 bytes 5 files changed, 59 insertions(+), 22 deletions(-) create mode 100644 static/image/login/safe.png diff --git a/pages/index/details.vue b/pages/index/details.vue index 0cbde5e..73d8b2f 100644 --- a/pages/index/details.vue +++ b/pages/index/details.vue @@ -454,6 +454,7 @@ export default { }); } else { this.info = res.data; + this.cur = res.data.is_selfraising; } }); this.$u.api.takeawayerlist({}).then(res => { diff --git a/pages/index/mention.vue b/pages/index/mention.vue index 1135909..ae05e8f 100644 --- a/pages/index/mention.vue +++ b/pages/index/mention.vue @@ -5,7 +5,7 @@ 上传凭证 (仅可上传1张凭证) - + 备注: @@ -43,7 +43,7 @@ title: e.message, type: "success" }) - console.log(e.data); + // console.log(e.data); this.img_url = e.data.file_path; } else { this.$refs.uToast.show({ @@ -79,6 +79,7 @@ this.$refs.uToast.show({ title: res.message, type: "success", + isTab: "true", url: "/pages/index/index" }) } else { @@ -97,6 +98,9 @@ .container { padding: 30rpx; } +::v-deep.uicon-plus { + font-size: 50rpx !important; +} .upload { .title { display: flex; @@ -130,10 +134,13 @@ } .btn-submit { width: 690rpx; - height: 98rpx; + height: 98rpx !important; margin-top: 70rpx; - color: #fff; + font-size: 36rpx !important; + text-align: center; + line-height: 98rpx !important; + color: #fff !important; border-radius: 50rpx; - background-color: #FF780F; + background-color: #FF780F !important; } diff --git a/pages/login/login.vue b/pages/login/login.vue index 23763bf..0634d29 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -1,7 +1,7 @@