fix: share content

This commit is contained in:
zzc
2026-02-05 14:12:52 +08:00
parent 239db8e609
commit cc8fcf802f
2 changed files with 4 additions and 8 deletions

View File

@@ -357,15 +357,9 @@ onPullDownRefresh(async () => {
onShareAppMessage(() => {
return {
title: "新春祝福",
path: "/pages/detail/index",
path: "/pages/index/index",
imageUrl:
"https://file.lihailezzc.com/resource/cfed2edbfa19250b836a87a4bbf0d5ad.png",
success: function (res) {
uni.showToast({ title: "分享成功", icon: "success" });
},
fail: function (res) {
uni.showToast({ title: "分享失败", icon: "none" });
},
};
});
</script>