修改图片

This commit is contained in:
weipengfei 2024-05-24 16:17:23 +08:00
parent 8e2de605ef
commit 47a2821fa0

View File

@ -19,26 +19,27 @@
</view>
</view>
<view class="li" style="margin-top: 50rpx;" @click="navSw('/pages/index/index',1)">
<u-image src="https://lihai001.oss-cn-chengdu.aliyuncs.com/def/48aed202402260946123969.webp" width="690rpx"
<u-image src="https://lihai001.oss-cn-chengdu.aliyuncs.com/def/2a6b2202405241614559247.webp" width="690rpx"
height="200rpx" style="position: absolute;"></u-image>
<view class="btn">
我是商户
</view>
</view>
<view class="li" style="margin-top: 50rpx;" @click="navSw('/pages/index/index',2)">
<u-image src="https://lihai001.oss-cn-chengdu.aliyuncs.com/def/48aed202402260946123969.webp" width="690rpx"
<u-image src="https://lihai001.oss-cn-chengdu.aliyuncs.com/def/17eb3202405241615175799.webp" width="690rpx"
height="200rpx" style="position: absolute;"></u-image>
<view class="btn">
我是供应商
</view>
</view>
<view class="li" style="margin-top: 50rpx;" @click="navSw('/pages/index/index',3)">
<u-image src="https://lihai001.oss-cn-chengdu.aliyuncs.com/def/48aed202402260946123969.webp" width="690rpx"
<u-image src="https://lihai001.oss-cn-chengdu.aliyuncs.com/def/df628202405241615337825.webp" width="690rpx"
height="200rpx" style="position: absolute;"></u-image>
<view class="btn">
我是经销商
</view>
</view>
<view style="height: 50rpx;"></view>
</view>
</template>