接单部分完成

This commit is contained in:
Ling53666
2025-05-15 09:40:36 +08:00
parent bb84973913
commit 9b8553930b
37 changed files with 611 additions and 265 deletions

View File

@ -1,5 +1,5 @@
<view class="flex-col page">
<swiper class="swiper" autoplay circular indicator-dots>
<swiper class="swiper" autoplay circular >
<swiper-item wx:for="{{picture}}" wx:key="index">
<image class="imagesize" src="{{item.image}}" mode="aspectFill" />
</swiper-item>