Merge remote-tracking branch 'origin/feature/feature-20250430-h5' into feature/feature-20250430-h5
This commit is contained in:
@@ -149,7 +149,7 @@ const router = createRouter({
|
||||
title: '分享标题',
|
||||
description: '分享副标题',
|
||||
thumbImageUrl: 'https://logo.png',
|
||||
webpageUrl: window.location.href
|
||||
webpageUrl: window.location.href.replace('/ad/', '/share/')
|
||||
})
|
||||
);
|
||||
}
|
||||
|
||||
@@ -48,25 +48,16 @@ function handleButtonClick() {
|
||||
</article>
|
||||
|
||||
<section
|
||||
v-if="bannerInfo?.is_display_button"
|
||||
style="
|
||||
width: 100vw;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 10px;
|
||||
"
|
||||
v-if="bannerInfo?.is_display_button && !hasShare"
|
||||
style="margin-top: 20px; width: 100%; position: sticky; bottom: 10px"
|
||||
>
|
||||
<!-- 立即进入 -->
|
||||
<el-button
|
||||
v-if="hasShare"
|
||||
style="width: 95%; height: 50px; border-radius: 15px"
|
||||
style="width: 100%; height: 50px; border-radius: 15px"
|
||||
color="#70b937"
|
||||
@click="handleButtonClick"
|
||||
>
|
||||
<el-text style="color: white">{{ bannerInfo.button_name }}</el-text>
|
||||
<el-text style="color: white">{{ bannerInfo?.button_name }}</el-text>
|
||||
</el-button>
|
||||
</section>
|
||||
</section>
|
||||
@@ -77,7 +68,6 @@ function handleButtonClick() {
|
||||
|
||||
.banner-container {
|
||||
padding: $gap * 2;
|
||||
margin-bottom: $gap * 6;
|
||||
.msg-info {
|
||||
font-family: PingFangSC-Medium;
|
||||
h2 {
|
||||
|
||||
Reference in New Issue
Block a user