feat: maidian

This commit is contained in:
zzc
2026-02-12 17:22:47 +08:00
parent 54e8581b81
commit 313435d13f
13 changed files with 142 additions and 32 deletions

View File

@@ -62,7 +62,7 @@
@touchmove.stop="handleBubbleTouchMove"
@touchend.stop="handleBubbleTouchEnd"
:style="{
marginTop: 230 + bubbleOffsetY + 'rpx',
marginTop: 140 + bubbleOffsetY + 'rpx',
maxWidth: bubbleMaxWidth + 80 + 'rpx',
}"
>
@@ -767,8 +767,8 @@ const handleTitleTouchMove = (e) => {
}
};
const targetName = ref("祝您");
const oldTargetName = ref("祝您");
const targetName = ref("");
const oldTargetName = ref("");
const signatureName = ref(userStore?.userInfo?.nickName || "xxx");
const oldSignatureName = ref(userStore?.userInfo?.nickName || "xxx");
@@ -898,6 +898,10 @@ onLoad((options) => {
if (options.shareToken) {
shareToken.value = options.shareToken;
}
trackRecord({
eventName: "make_page_visit",
eventType: `visit`,
});
});
const syncUserInfo = () => {