From e168517824320f679ac389582a6306e83e55fefa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=94=90=E6=98=8E=E6=98=8E?= <970899069@qq.com>
Date: Wed, 29 Sep 2021 15:43:02 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=BB=98=E5=88=B6=E8=83=8C?=
=?UTF-8?q?=E6=99=AF=E5=9B=BE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
apis/index.js | 1 -
components/poster/poster.vue | 267 -----------------------------------
pages/user/code.vue | 2 +-
3 files changed, 1 insertion(+), 269 deletions(-)
delete mode 100644 components/poster/poster.vue
diff --git a/apis/index.js b/apis/index.js
index 3bb3546..b8c1474 100644
--- a/apis/index.js
+++ b/apis/index.js
@@ -11,7 +11,6 @@ import store from '@/store'
const config = {
apiUrl : 'https://oapi.lianshang.vip/api/',
apiUrls : 'https://oapi.lianshang.vip/',
-
// 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
deleted file mode 100644
index fa35607..0000000
--- a/components/poster/poster.vue
+++ /dev/null
@@ -1,267 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- 保存到相册
- 取消
-
-
-
-
-
-
-
-
-
diff --git a/pages/user/code.vue b/pages/user/code.vue
index b894e89..6169d5e 100644
--- a/pages/user/code.vue
+++ b/pages/user/code.vue
@@ -96,7 +96,7 @@
async coverCode(){
// let { img, title, price, head, tips } = this
let img = this.inviteData[this.codeIndex].code
- let back = this.defaultImg
+ let back = this.inviteData[this.codeIndex].cover
let name = this.inviteData[this.codeIndex].user_info.nickname
let invite = this.inviteData[this.codeIndex].invite
let avatar = this.inviteData[this.codeIndex].user_info.avatar || '/static/user/user-portrait.png'