|
|
@@ -246,7 +246,7 @@ export default {
|
|
|
return {
|
|
|
title: "书嗨",
|
|
|
path: "/pages/home/index?inviteUserId=" + userId,
|
|
|
- imageUrl: "/static/img/activity/share.jpg",
|
|
|
+ imageUrl: "https://shuhi.oss-cn-qingdao.aliyuncs.com/mini/share.jpg",
|
|
|
};
|
|
|
},
|
|
|
|
|
|
@@ -257,7 +257,7 @@ export default {
|
|
|
return {
|
|
|
title: "书嗨",
|
|
|
path: "/pages/home/index?inviteUserId=" + userId,
|
|
|
- imageUrl: "/static/img/activity/share.jpg",
|
|
|
+ imageUrl: "https://shuhi.oss-cn-qingdao.aliyuncs.com/mini/share.jpg",
|
|
|
};
|
|
|
},
|
|
|
onReady() {
|