diff --git a/pages.json b/pages.json index 31d1551..55d3960 100644 --- a/pages.json +++ b/pages.json @@ -340,6 +340,12 @@ "navigationBarTitleText": "绑定手机" } }, + { + "path": "real_name_authentication/index", + "style": { + "navigationBarTitleText": "实名认证" + } + }, { "path": "user_modify_phone/index", "style": { diff --git a/pages/user/index.vue b/pages/user/index.vue index dfe75cc..3b4dd42 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -60,10 +60,7 @@ - - {{userInfo.member_value || 0}} - 成长值 - + @@ -74,14 +71,19 @@ {{userInfo.total_collect_store || 0}} 关注店铺 - - {{userInfo.total_visit_product || 0}} - 浏览记录 + + {{userInfo.member_value || 0}} + 成长值 {{userInfo.total_coupon || 0}} 优惠券 + + {{userInfo.total_visit_product || 0}} + 浏览记录 + + @@ -759,7 +761,7 @@ import { setTimeout } from 'timers'; margin: 30rpx 20rpx 0; color: #fff; .num-item { - width: 25%; + width: 20%; text-align: center; .num { font-size: 42rpx; diff --git a/pages/users/real_name_authentication/index.vue b/pages/users/real_name_authentication/index.vue new file mode 100644 index 0000000..9073d9c --- /dev/null +++ b/pages/users/real_name_authentication/index.vue @@ -0,0 +1,237 @@ + + + + + \ No newline at end of file diff --git a/pages/users/user_info/index.vue b/pages/users/user_info/index.vue index 9746b1b..23d711d 100644 --- a/pages/users/user_info/index.vue +++ b/pages/users/user_info/index.vue @@ -62,7 +62,7 @@ 实名认证 - + 点击实名认证 diff --git a/static/images/close.png b/static/images/close.png new file mode 100644 index 0000000..8ee04b0 Binary files /dev/null and b/static/images/close.png differ diff --git a/static/images/sfz1.png b/static/images/sfz1.png new file mode 100644 index 0000000..6578db2 Binary files /dev/null and b/static/images/sfz1.png differ diff --git a/static/images/sfz2.png b/static/images/sfz2.png new file mode 100644 index 0000000..7544740 Binary files /dev/null and b/static/images/sfz2.png differ diff --git a/static/images/sfz3.png b/static/images/sfz3.png new file mode 100644 index 0000000..9651b67 Binary files /dev/null and b/static/images/sfz3.png differ diff --git a/static/images/sfz4.png b/static/images/sfz4.png new file mode 100644 index 0000000..9651b67 Binary files /dev/null and b/static/images/sfz4.png differ diff --git a/static/images/sfz5.png b/static/images/sfz5.png new file mode 100644 index 0000000..65cedc9 Binary files /dev/null and b/static/images/sfz5.png differ diff --git a/static/images/sfz6.png b/static/images/sfz6.png new file mode 100644 index 0000000..de9a0e1 Binary files /dev/null and b/static/images/sfz6.png differ diff --git a/static/images/success.png b/static/images/success.png new file mode 100644 index 0000000..64b36d1 Binary files /dev/null and b/static/images/success.png differ