首页 更改
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user