首页 更改
This commit is contained in:
parent
81b9131f9e
commit
7cf201581e
|
|
@ -165,7 +165,7 @@
|
|||
towcontentclick(item, index) {
|
||||
this.towcontentclickindex = index
|
||||
this.list = []
|
||||
this.form.type = item.description
|
||||
this.form.type = item.value
|
||||
this.form.page = 1
|
||||
this.form.size = 10
|
||||
this.form.status = 'loadmore'
|
||||
|
|
|
|||
|
|
@ -385,7 +385,7 @@
|
|||
this.seighT = data.windowHeight;
|
||||
this.$u.getRect('.fourcontent').then(res => {
|
||||
console.log(res.top)
|
||||
this.Topdistance = res.top - res.height - 20 //滚动距离
|
||||
this.Topdistance = res.top - res.height //滚动距离
|
||||
})
|
||||
}
|
||||
})
|
||||
|
|
@ -708,7 +708,7 @@
|
|||
}
|
||||
|
||||
.fourcontent_itemactev {
|
||||
// background: #fee06a;
|
||||
background: #fee06a;
|
||||
}
|
||||
|
||||
.fourcontent_item:nth-child(1) {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,8 @@
|
|||
};
|
||||
},
|
||||
onLoad(e) {
|
||||
this.shopName = e.name
|
||||
this.shopName = JSON.parse(decodeURIComponent(e.name));
|
||||
console.log(this.shopName)
|
||||
this.distirictcomShopList()
|
||||
},
|
||||
onShow() {},
|
||||
|
|
|
|||
|
|
@ -383,7 +383,7 @@
|
|||
//#endif
|
||||
},
|
||||
methods: {
|
||||
eeInfoindex(){
|
||||
eeInfoindex() {
|
||||
uni.pro.switchTab('index/index')
|
||||
},
|
||||
overlayshowsboxs(e) {
|
||||
|
|
@ -402,8 +402,8 @@
|
|||
},
|
||||
// 通用门店
|
||||
productgeneralstore(name) {
|
||||
uni.pro.navigateTo('product/generalstore', {
|
||||
name
|
||||
uni.navigateTo({
|
||||
url:'/pages/product/generalstore?name=' + encodeURIComponent(JSON.stringify(name))
|
||||
})
|
||||
},
|
||||
goMap(d) {
|
||||
|
|
@ -474,6 +474,7 @@
|
|||
|
||||
.fixedview_letr {
|
||||
margin-left: 14rpx;
|
||||
|
||||
.fixedview_letr_item:nth-child(1) {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue