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