diff --git a/pages/index/components/businessCenter.vue b/pages/index/components/businessCenter.vue index 6ac6aca..e2f8cb8 100644 --- a/pages/index/components/businessCenter.vue +++ b/pages/index/components/businessCenter.vue @@ -27,7 +27,8 @@ - + + { .text { text-align: center; font-size: 0.5rem; - margin-top: 0.4rem; } } } diff --git a/pages/my/components/install/index.vue b/pages/my/components/install/index.vue index d85e559..0f41f34 100644 --- a/pages/my/components/install/index.vue +++ b/pages/my/components/install/index.vue @@ -14,10 +14,12 @@ - + + + - {{ item.text }} - + {{ item.text }} + @@ -32,44 +34,44 @@ const { safeAreaInsets } = uni.getSystemInfoSync(); const serve = ref([ { text: '登录密码修改', - icon: 'location-filled', + icon: '../../../../static/我的设置/1.png', id: 0 }, { text: '手势密码修改', - icon: 'location-filled', + icon: '../../../../static/我的设置/2.png', id: 1 }, { text: '删除帐号', - icon: 'location-filled', + icon: '../../../../static/我的设置/3.png', id: 2 }, { text: '帐号迁移', - icon: 'heart-filled', - user: '', + icon: '../../../../static/我的设置/4.png', + id: 3 }, { text: '大字版', - icon: 'heart-filled', - user: '', + icon: '../../../../static/我的设置/5.png', + id: 4 }, { text: '分享12123给好友', - icon: 'heart-filled', + icon: '../../../../static/我的设置/6.png', id: 5 }, { text: '清理缓存', - icon: 'heart-filled', + icon: '../../../../static/我的设置/7.png', id: 6 }, { text: '关于', - icon: 'heart-filled', + icon: '../../../../static/我的设置/8.png', id: 7 } ]); diff --git a/pages/my/index.vue b/pages/my/index.vue index 0d62bc6..b85138b 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -15,11 +15,24 @@ - + + + + {{ item.text }} - + + {{ item.queenicon }} + + @@ -29,56 +42,67 @@ import { ref } from 'vue'; const serve = ref([ { text: '实人认证', - icon: 'location-filled', + icon: '../../static/我的/1.png', + queenicon: '', user: '', id: 0 }, { text: '我的证件', - icon: 'location-filled', + icon: '../../static/我的/2.png', + queenicon: '', user: '', id: 1 }, { text: '证件号码', - icon: 'spinner-cycle', + icon: '../../static/我的/3.png', + queenicon: '', + user: '', id: 2 }, { text: '有效期限', - icon: 'star-filled', + icon: '../../static/我的/4.png', + queenicon: '\ue612', user: '', id: 3 }, { text: '手机号码', - icon: 'star-filled', + icon: '../../static/我的/5.png', + queenicon: '\ue612', user: '', id: 4 }, { text: '邮寄地址', - icon: 'refresh-filled', + icon: '../../static/我的/6.png', + queenicon: '\ue612', id: 5 }, { text: '电子文书', - icon: 'refresh-filled', + icon: '../../static/我的/7.png', + queenicon: '\ue612', id: 6 }, { text: '信息申诉', - icon: 'refresh-filled', + icon: '../../static/我的/8.png', + queenicon: '\ue612', id: 7 }, { text: '交管小安', - icon: 'refresh-filled', + icon: '', + queenicon: '\ue612', id: 8 }, { text: '咨询反馈', - icon: 'refresh-filled', + icon: '../../static/我的/10.png', + queenicon: '\ue612', id: 9 } ]); @@ -90,7 +114,11 @@ const set = () => { }; - diff --git a/static/业务中心/1/1.png b/static/业务中心/1/1.png new file mode 100644 index 0000000..fb1fe54 Binary files /dev/null and b/static/业务中心/1/1.png differ diff --git a/static/业务中心/1/2.png b/static/业务中心/1/2.png new file mode 100644 index 0000000..2fa627b Binary files /dev/null and b/static/业务中心/1/2.png differ diff --git a/static/业务中心/1/3.png b/static/业务中心/1/3.png new file mode 100644 index 0000000..b268605 Binary files /dev/null and b/static/业务中心/1/3.png differ diff --git a/static/业务中心/1/5.png b/static/业务中心/1/5.png new file mode 100644 index 0000000..cd39d66 Binary files /dev/null and b/static/业务中心/1/5.png differ diff --git a/static/业务中心/1/7.png b/static/业务中心/1/7.png new file mode 100644 index 0000000..21363df Binary files /dev/null and b/static/业务中心/1/7.png differ diff --git a/static/业务中心/1/8.png b/static/业务中心/1/8.png new file mode 100644 index 0000000..3b5a932 Binary files /dev/null and b/static/业务中心/1/8.png differ diff --git a/static/业务中心/1/9.png b/static/业务中心/1/9.png new file mode 100644 index 0000000..eb359fe Binary files /dev/null and b/static/业务中心/1/9.png differ diff --git a/static/业务中心/2/1.png b/static/业务中心/2/1.png new file mode 100644 index 0000000..bfa6d98 Binary files /dev/null and b/static/业务中心/2/1.png differ diff --git a/static/业务中心/2/2.png b/static/业务中心/2/2.png new file mode 100644 index 0000000..ec37e84 Binary files /dev/null and b/static/业务中心/2/2.png differ diff --git a/static/业务中心/2/3.png b/static/业务中心/2/3.png new file mode 100644 index 0000000..744f8a7 Binary files /dev/null and b/static/业务中心/2/3.png differ diff --git a/static/业务中心/2/4.png b/static/业务中心/2/4.png new file mode 100644 index 0000000..f5dfd76 Binary files /dev/null and b/static/业务中心/2/4.png differ diff --git a/static/业务中心/2/5.png b/static/业务中心/2/5.png new file mode 100644 index 0000000..d8772c4 Binary files /dev/null and b/static/业务中心/2/5.png differ diff --git a/static/业务中心/2/6.png b/static/业务中心/2/6.png new file mode 100644 index 0000000..7ad57c3 Binary files /dev/null and b/static/业务中心/2/6.png differ diff --git a/static/业务中心/3/1.png b/static/业务中心/3/1.png new file mode 100644 index 0000000..c4ba64e Binary files /dev/null and b/static/业务中心/3/1.png differ diff --git a/static/业务中心/3/2.png b/static/业务中心/3/2.png new file mode 100644 index 0000000..f5b6eaf Binary files /dev/null and b/static/业务中心/3/2.png differ diff --git a/static/业务中心/4/1.png b/static/业务中心/4/1.png new file mode 100644 index 0000000..98e7f1f Binary files /dev/null and b/static/业务中心/4/1.png differ diff --git a/static/业务中心/4/2.png b/static/业务中心/4/2.png new file mode 100644 index 0000000..bb6db87 Binary files /dev/null and b/static/业务中心/4/2.png differ diff --git a/static/业务中心/4/3.png b/static/业务中心/4/3.png new file mode 100644 index 0000000..84d56e0 Binary files /dev/null and b/static/业务中心/4/3.png differ diff --git a/static/业务中心/4/5.png b/static/业务中心/4/5.png new file mode 100644 index 0000000..5f02058 Binary files /dev/null and b/static/业务中心/4/5.png differ diff --git a/static/业务中心/5/1.png b/static/业务中心/5/1.png new file mode 100644 index 0000000..d4cbd0a Binary files /dev/null and b/static/业务中心/5/1.png differ diff --git a/static/业务中心/5/2.png b/static/业务中心/5/2.png new file mode 100644 index 0000000..6274663 Binary files /dev/null and b/static/业务中心/5/2.png differ diff --git a/static/业务中心/5/3.png b/static/业务中心/5/3.png new file mode 100644 index 0000000..23e10c7 Binary files /dev/null and b/static/业务中心/5/3.png differ diff --git a/static/业务中心/5/4.png b/static/业务中心/5/4.png new file mode 100644 index 0000000..604db4b Binary files /dev/null and b/static/业务中心/5/4.png differ diff --git a/static/业务中心/6/1.png b/static/业务中心/6/1.png new file mode 100644 index 0000000..da6f128 Binary files /dev/null and b/static/业务中心/6/1.png differ diff --git a/static/业务中心/6/2.png b/static/业务中心/6/2.png new file mode 100644 index 0000000..46fe03f Binary files /dev/null and b/static/业务中心/6/2.png differ diff --git a/static/业务中心/6/3.png b/static/业务中心/6/3.png new file mode 100644 index 0000000..8a5e59e Binary files /dev/null and b/static/业务中心/6/3.png differ diff --git a/static/业务中心/6/4.png b/static/业务中心/6/4.png new file mode 100644 index 0000000..136afc7 Binary files /dev/null and b/static/业务中心/6/4.png differ diff --git a/static/我的/1.png b/static/我的/1.png new file mode 100644 index 0000000..b482d05 Binary files /dev/null and b/static/我的/1.png differ diff --git a/static/我的/10.png b/static/我的/10.png new file mode 100644 index 0000000..f129537 Binary files /dev/null and b/static/我的/10.png differ diff --git a/static/我的/2.png b/static/我的/2.png new file mode 100644 index 0000000..0e81ab5 Binary files /dev/null and b/static/我的/2.png differ diff --git a/static/我的/3.png b/static/我的/3.png new file mode 100644 index 0000000..645d46f Binary files /dev/null and b/static/我的/3.png differ diff --git a/static/我的/4.png b/static/我的/4.png new file mode 100644 index 0000000..ecbcba7 Binary files /dev/null and b/static/我的/4.png differ diff --git a/static/我的/5.png b/static/我的/5.png new file mode 100644 index 0000000..b06852d Binary files /dev/null and b/static/我的/5.png differ diff --git a/static/我的/6.png b/static/我的/6.png new file mode 100644 index 0000000..f4e5fe0 Binary files /dev/null and b/static/我的/6.png differ diff --git a/static/我的/7.png b/static/我的/7.png new file mode 100644 index 0000000..f31c930 Binary files /dev/null and b/static/我的/7.png differ diff --git a/static/我的/8.png b/static/我的/8.png new file mode 100644 index 0000000..fdcd759 Binary files /dev/null and b/static/我的/8.png differ diff --git a/static/我的/9.png b/static/我的/9.png new file mode 100644 index 0000000..ce27a64 Binary files /dev/null and b/static/我的/9.png differ diff --git a/static/我的/iconfont.ttf b/static/我的/iconfont.ttf new file mode 100644 index 0000000..42bae88 Binary files /dev/null and b/static/我的/iconfont.ttf differ diff --git a/static/我的设置/1.png b/static/我的设置/1.png new file mode 100644 index 0000000..030f211 Binary files /dev/null and b/static/我的设置/1.png differ diff --git a/static/我的设置/2.png b/static/我的设置/2.png new file mode 100644 index 0000000..723ff7c Binary files /dev/null and b/static/我的设置/2.png differ diff --git a/static/我的设置/3.png b/static/我的设置/3.png new file mode 100644 index 0000000..c404050 Binary files /dev/null and b/static/我的设置/3.png differ diff --git a/static/我的设置/4.png b/static/我的设置/4.png new file mode 100644 index 0000000..9ebdb9b Binary files /dev/null and b/static/我的设置/4.png differ diff --git a/static/我的设置/5.png b/static/我的设置/5.png new file mode 100644 index 0000000..c89f34a Binary files /dev/null and b/static/我的设置/5.png differ diff --git a/static/我的设置/6.png b/static/我的设置/6.png new file mode 100644 index 0000000..9f096a7 Binary files /dev/null and b/static/我的设置/6.png differ diff --git a/static/我的设置/7.png b/static/我的设置/7.png new file mode 100644 index 0000000..8876e5c Binary files /dev/null and b/static/我的设置/7.png differ diff --git a/static/我的设置/8.png b/static/我的设置/8.png new file mode 100644 index 0000000..862f059 Binary files /dev/null and b/static/我的设置/8.png differ diff --git a/static/网办进度/oe.png b/static/网办进度/oe.png new file mode 100644 index 0000000..4df8140 Binary files /dev/null and b/static/网办进度/oe.png differ