扫描二维码添加我为好友
-打开手机微信,点击右上角"+",选择"扫一扫",扫描上方二维码即可添加好友。
-二维码方案不受HTTP/HTTPS限制,成功率100%
-通过微信号、手机号或昵称搜索添加好友
-Vue 2 微信添加好友
-使用Vue 2组件实现的微信H5添加好友页面
-diff --git a/src/api/search.js b/src/api/search.js new file mode 100644 index 0000000..1070e8e --- /dev/null +++ b/src/api/search.js @@ -0,0 +1,7 @@ +import request from '@/utils/request' + +export function search(query) { + return request({ + url: '/portal/search', method: 'get', params: query + }) +} diff --git a/src/components/copyright.vue b/src/components/copyright.vue index e303c36..7787f28 100644 --- a/src/components/copyright.vue +++ b/src/components/copyright.vue @@ -36,15 +36,17 @@ export default { line-height: 4.2vw; .left { - width: 60%; + width: 70%; text-align: left; letter-spacing: 1px; + font-size: 1vw; } .right { - width: 40%; + width: 30%; text-align: right; letter-spacing: 1px; + font-size: 1vw; } } diff --git a/src/components/el/el14.vue b/src/components/el/el14.vue index d8bfad9..8fe9f75 100644 --- a/src/components/el/el14.vue +++ b/src/components/el/el14.vue @@ -3,12 +3,34 @@
扫描二维码添加我为好友
-打开手机微信,点击右上角"+",选择"扫一扫",扫描上方二维码即可添加好友。
-二维码方案不受HTTP/HTTPS限制,成功率100%
-通过微信号、手机号或昵称搜索添加好友
-使用Vue 2组件实现的微信H5添加好友页面
-