diff --git a/manifest.json b/manifest.json index 9407b1b..317a17a 100644 --- a/manifest.json +++ b/manifest.json @@ -115,5 +115,10 @@ }, "mp-toutiao" : { "usingComponents" : true + }, + "h5" : { + "router" : { + "base" : "/pages/login/guide" + } } } diff --git a/pages.json b/pages.json index d94e5ca..9a1e25a 100644 --- a/pages.json +++ b/pages.json @@ -37,7 +37,7 @@ "path": "pages/index/personal", "style": { "navigationBarTitleText": "个人", - "navigationBarBackgroundColor": "#008EF2", + "navigationBarBackgroundColor": "#2671E2", "navigationBarTextStyle": "white" } } @@ -54,7 +54,42 @@ "navigationBarBackgroundColor": "#008EF2", "navigationBarTextStyle": "white" } + }, + { + "path": "Verification", + "style": { + "navigationBarTitleText": "验证码登录", + "navigationBarBackgroundColor": "#008EF2", + "navigationBarTextStyle": "white" + } + }, + { + "path": "yinzhongmalogin", + "style": { + "navigationBarTitleText": "验证码登录", + "navigationBarBackgroundColor": "#008EF2", + "navigationBarTextStyle": "white" + } + }, + { + "path": "Setthepassword", + "style": { + "navigationBarTitleText": "忘记密码", + "navigationBarBackgroundColor": "#008EF2", + "navigationBarTextStyle": "white" + } + }, + { + "path": "Verifythelogin", + "style": { + "navigationBarTitleText": "验证码验证", + "navigationBarBackgroundColor": "#008EF2", + "navigationBarTextStyle": "white" + } } + + + ] }, { diff --git a/pages/index/guide.vue b/pages/index/guide.vue index 1ada840..37aa5b7 100644 --- a/pages/index/guide.vue +++ b/pages/index/guide.vue @@ -1,29 +1,95 @@ + + .logo{ + width: 202upx; + height: 202upx; + margin-top: 40rpx + } + .title{ + color: #FFFFFF; + font-size: 36upx; + font-weight:500; + } + .middle{ + width: 480upx; + height: 485upx; + margin-top: 34upx; + } + .content{ + color: #FFFFFF; + font-size: 28rpx; + line-height: 66rpx; + } + .button{ + background: #fff; + border-radius:76px; + width:584upx; + height:100upx; + color: #008EF2; + font-size: 40upx; + line-height: 100upx; + text-align: center; + } +} + \ No newline at end of file diff --git a/pages/index/personal.vue b/pages/index/personal.vue index 7e82314..7fa6e11 100644 --- a/pages/index/personal.vue +++ b/pages/index/personal.vue @@ -1,24 +1,152 @@ + var app = getApp(); + var util = require("../../utils/util.js"); + var config = require("../../config"); + export default { + data() { + return { + name: "", + photo: "", + mobile: "", + ishowAS:true, + }; + }, + onShow: function() { + + }, + methods: { + //拨打电话 + phone() { + wx.makePhoneCall({ + phoneNumber: '4008191707,8888' //仅为示例,并非真实的电话号码 + }) + }, + logout() { + + } + + } + }; + diff --git a/pages/login/Setthepassword.vue b/pages/login/Setthepassword.vue new file mode 100644 index 0000000..5db224c --- /dev/null +++ b/pages/login/Setthepassword.vue @@ -0,0 +1,325 @@ + + + + diff --git a/pages/login/Verification.vue b/pages/login/Verification.vue new file mode 100644 index 0000000..1d34e93 --- /dev/null +++ b/pages/login/Verification.vue @@ -0,0 +1,330 @@ + + + + diff --git a/pages/login/Verifythelogin.vue b/pages/login/Verifythelogin.vue new file mode 100644 index 0000000..164ce93 --- /dev/null +++ b/pages/login/Verifythelogin.vue @@ -0,0 +1,238 @@ + + + + + \ No newline at end of file diff --git a/pages/login/index.vue b/pages/login/index.vue index dfdc405..d97b470 100644 --- a/pages/login/index.vue +++ b/pages/login/index.vue @@ -1,29 +1,354 @@ + diff --git a/pages/login/yinzhongmalogin.vue b/pages/login/yinzhongmalogin.vue new file mode 100644 index 0000000..a348196 --- /dev/null +++ b/pages/login/yinzhongmalogin.vue @@ -0,0 +1,239 @@ + + + + + diff --git a/static/images/Customer.png b/static/images/Customer.png new file mode 100644 index 0000000..624ec2b Binary files /dev/null and b/static/images/Customer.png differ diff --git a/static/images/arrow.png b/static/images/arrow.png new file mode 100644 index 0000000..33c6491 Binary files /dev/null and b/static/images/arrow.png differ diff --git a/static/images/exit.png b/static/images/exit.png new file mode 100644 index 0000000..418b55d Binary files /dev/null and b/static/images/exit.png differ diff --git a/static/images/password.png b/static/images/password.png new file mode 100644 index 0000000..3676e28 Binary files /dev/null and b/static/images/password.png differ diff --git a/static/images/setting.png b/static/images/setting.png new file mode 100644 index 0000000..43fb180 Binary files /dev/null and b/static/images/setting.png differ