mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 22:32:54 +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 })
|
||||
}
|
||||
this.getShopList({ id: this.mallId })
|
||||
// eslint-disable-next-line no-undef
|
||||
EWebBridge.webCallAppInJs('webview_left_button', {
|
||||
intercept: '1' //是否拦截原生返回事件 1是 其他否
|
||||
})
|
||||
setTimeout(() => {
|
||||
// eslint-disable-next-line no-undef
|
||||
EWebBridge.webCallAppInJs('webview_left_button', {
|
||||
intercept: '1' //是否拦截原生返回事件 1是 其他否
|
||||
})
|
||||
}, 100)
|
||||
window['appCallBack'] = this.appCallBack
|
||||
},
|
||||
methods: {
|
||||
@@ -235,7 +237,7 @@ export default {
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
url: location.origin + `/#/productStore/storeList`,
|
||||
pullRefresh: '0'
|
||||
needRefresh: '0'
|
||||
},
|
||||
routerInfo: {
|
||||
path: `/productStore/storeList`
|
||||
|
||||
Reference in New Issue
Block a user