This commit is contained in:
魏啾
2024-05-27 14:26:14 +08:00
43 changed files with 1087 additions and 239 deletions

View File

@@ -193,7 +193,8 @@
userId: uni.cache.get('userInfo').id,
status: 0,
page: this.form.page,
size: this.form.size
size: this.form.size,
orderId:''
})
try {
this.totalnumber = res.data.total

View File

@@ -35,7 +35,7 @@
{{item.shopName}}
</view>
<view>
龙首.{{item.distances}}km
{{item.distances}}
</view>
</view>
<view class="fivecontent_item_nav_lefttopstart flex-start">

View File

@@ -47,7 +47,7 @@
</image>
<view> {{item.productName}}</view>
</view>
<text class="fivecontent_item_boxitemlefttow_t">{{item.distances}}km</text>
<text class="fivecontent_item_boxitemlefttow_t">{{item.distances}}</text>
</view>
<view class="fivecontent_item_boxitemlefthere flex-start">
<view class="fivecontent_item_boxitemlefthere_one flex-start">

View File

@@ -137,7 +137,7 @@
</view>
</view>
</view>
</view>
</view>
<u-loadmore height='40' :status="form.status" iconSize='24' fontSize='24' />
<!-- </scroll-view> -->

View File

@@ -27,7 +27,7 @@
{{item.address.length>7?item.address.substring(0,7)+'...':item.address}}
</view>
<view class="fivecontent_itemoneboxtow_t">
{{item.distances}}km
{{item.distances}}
</view>
</view>
</view>