Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -257,7 +257,7 @@ useLoad((options) => { | ... | @@ -257,7 +257,7 @@ useLoad((options) => { |
| 257 | */ | 257 | */ |
| 258 | const onShareAppMessage = (res) => { | 258 | const onShareAppMessage = (res) => { |
| 259 | // 确保数据已加载,提供默认值 | 259 | // 确保数据已加载,提供默认值 |
| 260 | - const title = reward.value?.title ? `${reward.value.title} - 仅需${reward.value.points_cost || 0}积分` : '精彩优惠券等你来兑换'; | 260 | + const title = reward.value?.title ? `${reward.value.title}` : '精彩优惠券等你来兑换'; |
| 261 | const shareId = reward.value?.id || couponId.value || ''; | 261 | const shareId = reward.value?.id || couponId.value || ''; |
| 262 | // const imageUrl = reward.value?.banner || ''; | 262 | // const imageUrl = reward.value?.banner || ''; |
| 263 | 263 | ... | ... |
-
Please register or login to post a comment