diff --git a/pages/avatar/index.vue b/pages/avatar/index.vue index 6c8b2a4..b526c56 100644 --- a/pages/avatar/index.vue +++ b/pages/avatar/index.vue @@ -40,7 +40,7 @@ - 选择底图 + 选择头像 查看更多 diff --git a/pages/fortune/detail.vue b/pages/fortune/detail.vue index daf2bc0..8072bab 100644 --- a/pages/fortune/detail.vue +++ b/pages/fortune/detail.vue @@ -3,7 +3,7 @@ - + diff --git a/pages/fortune/index.vue b/pages/fortune/index.vue index 5a329a7..140d7d1 100644 --- a/pages/fortune/index.vue +++ b/pages/fortune/index.vue @@ -387,15 +387,16 @@ const saveCard = () => { display: flex; flex-direction: column; align-items: center; - justify-content: center; - padding-bottom: 80px; + justify-content: space-between; + padding-top: 130px; + padding-bottom: 40px; position: relative; z-index: 1; } .header-text { text-align: center; - margin-bottom: 150rpx; + margin-bottom: 60px; } .title { font-size: 22px; @@ -428,7 +429,7 @@ const saveCard = () => { /* 签筒动画 */ .shaker-container { - margin-bottom: 70px; + margin-bottom: 50px; position: relative; } .shaker-body { diff --git a/pages/make/index.vue b/pages/make/index.vue index 0fd2cb4..e812c4c 100644 --- a/pages/make/index.vue +++ b/pages/make/index.vue @@ -561,7 +561,7 @@ onShareAppMessage(async () => { return { title: "我刚做了一张祝福卡片,送给你", path: "/pages/detail/index?shareToken=" + shareTokenRes.shareToken, - imageUrl: currentTemplate.value?.imageUrl || "/static/images/bg.jpg", + imageUrl: "/static/images/share.jpg", }; }); diff --git a/static/images/share.jpg b/static/images/share.jpg new file mode 100644 index 0000000..24d69a2 Binary files /dev/null and b/static/images/share.jpg differ