首页轮播

This commit is contained in:
Mr.jiang 2024-08-15 17:13:33 +08:00
parent 28db3571dc
commit 13b4f71195
2 changed files with 2 additions and 2 deletions

View File

@ -1058,7 +1058,7 @@
longitude:this.longitude, longitude:this.longitude,
latitude:this.latitude, latitude:this.latitude,
page: 1, page: 1,
limit: 6 limit: 3
} }
this.$Request.get("/app/artificer/getHomeArtificerList",data).then(res => { this.$Request.get("/app/artificer/getHomeArtificerList",data).then(res => {
if (res.code == 0) { if (res.code == 0) {

View File

@ -80,7 +80,7 @@
.item-box { .item-box {
display: inline-block; display: inline-block;
width: 232rpx; width: 108px;
height: 210px; height: 210px;
margin-right: 10px; margin-right: 10px;
border-radius: 10px; border-radius: 10px;