更新购物车
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user