feat: maidian
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user