fix: make content api
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
mode="aspectFill"
|
||||
/>
|
||||
<text class="banner-text"
|
||||
>你的好友 {{ inviterName }} 正在测试2026新年运势</text
|
||||
>你的好友 {{ inviterName }} 正在抽取2026新年运势</text
|
||||
>
|
||||
</view>
|
||||
<!-- <view class="top-banner" v-else>
|
||||
@@ -73,9 +73,7 @@
|
||||
<view class="qr-placeholder"></view>
|
||||
</view> -->
|
||||
<view class="footer-text">2026 灵马贺岁 · 测出你的新年锦鲤关键词</view>
|
||||
<view class="footer-sub"
|
||||
>LONG-PRESS TO SAVE OR SCAN TO JOIN THE RITUAL</view
|
||||
>
|
||||
<view class="footer-sub">2026 HAPPY NEW YEAR</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -175,7 +175,7 @@ onLoad((options) => {
|
||||
onShareAppMessage(async () => {
|
||||
const shareToken = await getShareToken("index");
|
||||
return {
|
||||
title: "新春祝福",
|
||||
title: "新年好运已送达 🎊|祝福卡·头像·壁纸",
|
||||
path: `/pages/index/index?shareToken=${shareToken}`,
|
||||
imageUrl:
|
||||
"https://file.lihailezzc.com/resource/cfed2edbfa19250b836a87a4bbf0d5ad.png",
|
||||
|
||||
@@ -206,7 +206,7 @@
|
||||
<!-- 文字编辑 -->
|
||||
<view v-if="activeTool === 'text'" class="section text-edit-section">
|
||||
<view class="form-item">
|
||||
<text class="label">祝福对象</text>
|
||||
<text class="label">祝福对象(可不填)</text>
|
||||
<input
|
||||
class="input-box"
|
||||
v-model="targetName"
|
||||
@@ -219,7 +219,7 @@
|
||||
|
||||
<!-- 署名 -->
|
||||
<view class="form-item">
|
||||
<text class="label">署名</text>
|
||||
<text class="label">署名(可不填)</text>
|
||||
<view class="input-wrapper">
|
||||
<input
|
||||
class="input-box"
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
<text class="vip-title">祥瑞会员中心</text>
|
||||
<view class="diamond-tag">DIAMOND</view>
|
||||
</view>
|
||||
<text class="vip-subtitle">开通永久会员解锁全部特权</text>
|
||||
<text class="vip-subtitle">开通会员解锁全部特权</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="vip-right">
|
||||
@@ -171,6 +171,8 @@ onShareAppMessage(() => {
|
||||
return {
|
||||
title: "新年好运已送达 🎊|祝福卡·头像·壁纸",
|
||||
path: "/pages/index/index",
|
||||
imageUrl:
|
||||
"https://file.lihailezzc.com/resource/cfed2edbfa19250b836a87a4bbf0d5ad.png",
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user