From 7e9aef0eb3fe005cbc6baa30e438ef922f8c695c Mon Sep 17 00:00:00 2001 From: zhangmanman <994797151@qq.com> Date: Wed, 29 Sep 2021 15:38:18 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=80=E8=AF=B7=E7=A0=81=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=BB=98=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apis/index.js | 8 +- components/poster/poster.vue | 267 ++++++++++++++++++++++++ pages/user/code.vue | 386 ++++++++++++++++++++++++++++------- static/dev/WechatIMG9663.png | Bin 556814 -> 116187 bytes static/dev/wallet-code.png | Bin 0 -> 11509 bytes 5 files changed, 588 insertions(+), 73 deletions(-) create mode 100644 components/poster/poster.vue create mode 100644 static/dev/wallet-code.png diff --git a/apis/index.js b/apis/index.js index d8664da..c41a1db 100644 --- a/apis/index.js +++ b/apis/index.js @@ -9,11 +9,11 @@ import store from '@/store' // 基础配置 const config = { - // apiUrl : 'https://oapi.lianshang.vip/api/', - // apiUrls : 'https://oapi.lianshang.vip/', + apiUrl : 'https://oapi.lianshang.vip/api/', + apiUrls : 'https://oapi.lianshang.vip/', - apiUrl : 'http://api.ahxh.shangkelian.cn/api/', - apiUrls : 'http://api.ahxh.shangkelian.cn/', + // apiUrl : 'http://api.ahxh.shangkelian.cn/api/', + // apiUrls : 'http://api.ahxh.shangkelian.cn/', timeout : 60000 } diff --git a/components/poster/poster.vue b/components/poster/poster.vue new file mode 100644 index 0000000..fa35607 --- /dev/null +++ b/components/poster/poster.vue @@ -0,0 +1,267 @@ + + + + + diff --git a/pages/user/code.vue b/pages/user/code.vue index 84e7eba..b894e89 100644 --- a/pages/user/code.vue +++ b/pages/user/code.vue @@ -1,50 +1,33 @@