feat:分享链接的问题

This commit is contained in:
2026-08-31 16:14:31 +08:00
parent 364b2b32f2
commit e9f07e8ede
5 changed files with 132 additions and 17 deletions
+18
View File
@@ -4,8 +4,12 @@
:round="24"
:closeOnClickOverlay="false"
mode="center"
@close="onClose"
>
<view class="home-popup-view" v-if="dataObj">
<view class="close-box" @click.stop="onClose">
<up-icon name="close" size="18" color="#999999"></up-icon>
</view>
<view class="home-popup-head">
<image src="https://static.tbmall.xin/static/new/logo.png" class="logo-img"></image>
<text class="text-28 text-zu" style="margin-left:14rpx">信任桥</text>
@@ -46,6 +50,9 @@
methods: {
onOk(){
this.$emit('jumpShop');
},
onClose(){
this.$emit('close');
}
}
}
@@ -63,6 +70,17 @@
position: relative;
padding: 32rpx;
box-sizing: border-box;
.close-box {
position: absolute;
top: 24rpx;
right: 24rpx;
width: 48rpx;
height: 48rpx;
display: flex;
align-items: center;
justify-content: center;
z-index: 10;
}
.home-popup-mid{
width:100%;
height:540rpx;