diff --git a/components/lf-jpCoded/lf-jpCoded.vue b/components/lf-jpCoded/lf-jpCoded.vue new file mode 100644 index 0000000..5f024e1 --- /dev/null +++ b/components/lf-jpCoded/lf-jpCoded.vue @@ -0,0 +1,235 @@ + + + + + diff --git a/components/lf-payPassword/lf-payPassword.vue b/components/lf-payPassword/lf-payPassword.vue new file mode 100644 index 0000000..a87aab7 --- /dev/null +++ b/components/lf-payPassword/lf-payPassword.vue @@ -0,0 +1,80 @@ + + + + + diff --git a/pages.json b/pages.json index 826d09a..b211974 100644 --- a/pages.json +++ b/pages.json @@ -117,7 +117,7 @@ { "path": "pages/user/agreement/agreement", "style": { - "navigationBarTitleText": "关于果酱", + "navigationBarTitleText": "关于我们", "backgroundColor": "#fff" } }, @@ -692,6 +692,20 @@ "navigationBarTitleText": "分类", "navigationStyle": "custom" } + }, + { + "path" : "pages/user/my/verificationPhone", + "style" : { + "navigationBarTitleText": "旧手机号验证", + "navigationStyle": "custom" + } + }, + { + "path" : "pages/user/my/setPassword", + "style" : { + "navigationBarTitleText": "设置密码", + "navigationStyle": "custom" + } } ], "globalStyle": { diff --git a/pages/user/agreement/agreement.less b/pages/user/agreement/agreement.less index fcc5b24..4027031 100644 --- a/pages/user/agreement/agreement.less +++ b/pages/user/agreement/agreement.less @@ -1,9 +1,20 @@ @import '../../../common/css/global'; .agreement_index{ - padding:10px 0 0 0 ; + // padding:10px 0 0 0; + padding: 30rpx 32rpx; + display: flex; + justify-content: center; + align-content: center; + align-items: center; + flex-direction: column; + .logo{ + width: 300rpx; + height: 300rpx; + margin-bottom: 50rpx; + border-radius: 10rpx; + } .item{ background-color: #FFFFFF; - padding: 0 15px; display:flex; align-items: center; justify-content: space-between; @@ -11,11 +22,12 @@ line-height: 44px; color:#999999; font-size: 14px; + width: 100%; .txt{ - color: #333333; - font-weight: 600; + font-size: 32rpx; + color: #222222; + font-weight: bold; } - } .mask { position: fixed; diff --git a/pages/user/agreement/agreement.vue b/pages/user/agreement/agreement.vue index b788bc3..0121196 100644 --- a/pages/user/agreement/agreement.vue +++ b/pages/user/agreement/agreement.vue @@ -1,36 +1,30 @@ + + diff --git a/pages/user/my/verificationPhone.vue b/pages/user/my/verificationPhone.vue new file mode 100644 index 0000000..5bc0f4c --- /dev/null +++ b/pages/user/my/verificationPhone.vue @@ -0,0 +1,130 @@ + + + + +