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'