diff --git a/components/themes/diy.vue b/components/themes/diy.vue index 89227bd..98c8aec 100644 --- a/components/themes/diy.vue +++ b/components/themes/diy.vue @@ -299,7 +299,7 @@ - @@ -994,7 +994,8 @@ export default { showLoginPopup: false, chatUrl: "", initX: "690", - initY: "1336", + initY: "667", + mobileY: "375", }; }, mounted() { @@ -1012,6 +1013,7 @@ export default { initX: data.width - 50, initY: data.height / 2, }); + that.mobileY = data.height / 2; } } ) @@ -1580,4 +1582,5 @@ width: 122rpx; border-radius: 100%; } } +