This commit is contained in:
18631081161 2024-07-25 17:07:26 +08:00
parent 654868cec8
commit 669b0a9f07

View File

@ -28,10 +28,13 @@
<view style="height:60rpx;">
</view>
<view style="text-align: center;">
<button v-if="!isH5" class="hide" open-type="share" :data-item="item" @click.stop></button>
<image @click="fenxiang()" :src="$img1('image/pop/btn.png')" style="width: 528.47rpx;height:101rpx;">
<view style=" display: flex; align-items: center; justify-content: center; position: relative; margin-top: 50rpx;">
<image @click="fenxiang()" :src="$img1('image/pop/btn.png')"
style="width: 528.47rpx; height:101rpx; position: absolute;">
</image>
<button v-if="!isH5"
style="width: 528.47rpx;height:101rpx;position: absolute; background-color: transparent;"
open-type="share" :data-item="item" @click.stop></button>
</view>
</view>
</uni-popup>