mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 04:22:53 +08:00
Merge branch 'feature/商品商城优化' into dev
This commit is contained in:
@@ -136,10 +136,12 @@ export default {
|
|||||||
await this.saveShareTrack({ id: this.shareId, mallId: this.mallId })
|
await this.saveShareTrack({ id: this.shareId, mallId: this.mallId })
|
||||||
}
|
}
|
||||||
this.getShopList({ id: this.mallId })
|
this.getShopList({ id: this.mallId })
|
||||||
|
setTimeout(() => {
|
||||||
// eslint-disable-next-line no-undef
|
// eslint-disable-next-line no-undef
|
||||||
EWebBridge.webCallAppInJs('webview_left_button', {
|
EWebBridge.webCallAppInJs('webview_left_button', {
|
||||||
intercept: '1' //是否拦截原生返回事件 1是 其他否
|
intercept: '1' //是否拦截原生返回事件 1是 其他否
|
||||||
})
|
})
|
||||||
|
}, 100)
|
||||||
window['appCallBack'] = this.appCallBack
|
window['appCallBack'] = this.appCallBack
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@@ -235,7 +237,7 @@ export default {
|
|||||||
flag: 'h5',
|
flag: 'h5',
|
||||||
extra: {
|
extra: {
|
||||||
url: location.origin + `/#/productStore/storeList`,
|
url: location.origin + `/#/productStore/storeList`,
|
||||||
pullRefresh: '0'
|
needRefresh: '0'
|
||||||
},
|
},
|
||||||
routerInfo: {
|
routerInfo: {
|
||||||
path: `/productStore/storeList`
|
path: `/productStore/storeList`
|
||||||
|
|||||||
Reference in New Issue
Block a user