Commit 582674ec authored by spc's avatar spc

center

parent 1de08748
......@@ -144,7 +144,7 @@
</template>
<script setup>
import { getCurrentInstance, computed,onMounted } from 'vue'
import { getCurrentInstance, computed, onMounted } from 'vue'
import { YEAR_GIFT_IMAGES } from './yearGiftImages.js'
import md from '../../md.js'
......@@ -205,7 +205,7 @@ onMounted(() => {
xcxComponentExposure: "true",
pageName: "积分服务页",
componentName: "会员权益",
componentContent: "周岁礼-"+buttonInfo.value.text
componentContent: "周岁礼-" + buttonInfo.value.text
});
})
// 按钮点击事件处理
......@@ -214,7 +214,7 @@ const handleButtonClick = () => {
xcxComponentClick: "true",
pageName: "积分服务页",
componentName: "会员权益",
componentContent: "周岁礼-"+buttonInfo.value.text
componentContent: "周岁礼-" + buttonInfo.value.text
});
if (buttonInfo.value.action === 'upgrade') {
// 跳转到升级页面
......
......@@ -47,7 +47,7 @@
}
.nav-right {
width: 60rpx;
width: 90rpx;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment