UI修改
This commit is contained in:
parent
654868cec8
commit
669b0a9f07
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user