首页轮播
This commit is contained in:
parent
28db3571dc
commit
13b4f71195
|
@ -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) {
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue