更新购物车

This commit is contained in:
wwz
2025-03-28 18:29:06 +08:00
parent 75e5fb65be
commit 10a47abe13
12 changed files with 299 additions and 195 deletions

View File

@@ -127,7 +127,7 @@
address: uni.cache.get('getLocationstorage').address, //地址
lng: uni.cache.get('getLocationstorage').lng,
lat: uni.cache.get('getLocationstorage').lat,
distanceInKm: '10', //默认10 以经纬度为中心 多大范围以内 单位km
distance: '2000', //默认10 以经纬度为中心 多大范围以内 单位km
isPage: '', //是否分页 1分页 0不分页
page: form.page, //页数
size: form.size, //页容量
@@ -160,7 +160,7 @@
});
onMounted(() => {
init_fn()
distiricttopCommon()
// distiricttopCommon()
})
onReachBottom(() => {
distirictsubShopList()
@@ -246,10 +246,10 @@
border-radius: 24rpx 0rpx 0rpx 0rpx;
background: #F9F9F9;
.fivecontent_item:nth-child(1) {
margin-top: 0;
// .fivecontent_item:nth-child(1) {
// margin-top: 0;
}
// }
.fivecontent_item {
background: #FFFFFF;