mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-20 21:16:43 +08:00
Merge branch 'feature/GFRS-597【电投页面优化】' into dev
This commit is contained in:
@@ -77,7 +77,7 @@ export default {
|
||||
if (localStorage.isFrom == 'sale') {
|
||||
setTimeout(() => {
|
||||
EWebBridge.webCallAppInJs('webview_left_button', {
|
||||
img: this.$assetsUrl + 'images/common_icon_close_black.png',
|
||||
img: this.$assetsUrl + 'images/common_icon_close_black@3x.png',
|
||||
intercept: '1' //是否拦截原生返回事件 1是 其他否
|
||||
})
|
||||
}, 100)
|
||||
|
||||
@@ -493,7 +493,7 @@ export default {
|
||||
document.body.style.backgroundColor = '#F5F5F5'
|
||||
setTimeout(() => {
|
||||
EWebBridge.webCallAppInJs('webview_left_button', {
|
||||
img: this.$assetsUrl + 'images/common_icon_close_black.png',
|
||||
img: this.$assetsUrl + 'images/common_icon_close_black@3x.png',
|
||||
intercept: '1' //是否拦截原生返回事件 1是 其他否
|
||||
})
|
||||
}, 100)
|
||||
|
||||
@@ -387,7 +387,7 @@ export default {
|
||||
mounted() {
|
||||
setTimeout(() => {
|
||||
EWebBridge.webCallAppInJs('webview_left_button', {
|
||||
img: this.$assetsUrl + 'images/common_icon_close_black.png',
|
||||
img: this.$assetsUrl + 'images/common_icon_close_black@3x.png',
|
||||
intercept: '1' //是否拦截原生返回事件 1是 其他否
|
||||
})
|
||||
}, 100)
|
||||
|
||||
@@ -108,7 +108,7 @@ export default {
|
||||
mounted() {
|
||||
setTimeout(() => {
|
||||
EWebBridge.webCallAppInJs('webview_left_button', {
|
||||
img: this.$assetsUrl + 'images/common_icon_close_black.png',
|
||||
img: this.$assetsUrl + 'images/common_icon_close_black@3x.png',
|
||||
intercept: '1' //是否拦截原生返回事件 1是 其他否
|
||||
})
|
||||
}, 100)
|
||||
|
||||
@@ -535,7 +535,7 @@ export default {
|
||||
mounted() {
|
||||
setTimeout(() => {
|
||||
EWebBridge.webCallAppInJs('webview_left_button', {
|
||||
img: this.$assetsUrl + 'images/common_icon_close_black.png',
|
||||
img: this.$assetsUrl + 'images/common_icon_close_black@3x.png',
|
||||
intercept: '1' //是否拦截原生返回事件 1是 其他否
|
||||
})
|
||||
}, 100)
|
||||
|
||||
@@ -687,7 +687,7 @@ export default {
|
||||
mounted() {
|
||||
setTimeout(() => {
|
||||
EWebBridge.webCallAppInJs('webview_left_button', {
|
||||
img: this.$assetsUrl + 'images/common_icon_close_black.png',
|
||||
img: this.$assetsUrl + 'images/common_icon_close_black@3x.png',
|
||||
intercept: '1' //是否拦截原生返回事件 1是 其他否
|
||||
})
|
||||
}, 100)
|
||||
|
||||
@@ -242,7 +242,7 @@ export default {
|
||||
mounted() {
|
||||
setTimeout(() => {
|
||||
EWebBridge.webCallAppInJs('webview_left_button', {
|
||||
img: this.$assetsUrl + 'images/common_icon_close_black.png',
|
||||
img: this.$assetsUrl + 'images/common_icon_close_black@3x.png',
|
||||
intercept: '1' //是否拦截原生返回事件 1是 其他否
|
||||
})
|
||||
}, 100)
|
||||
|
||||
@@ -1120,7 +1120,7 @@ export default {
|
||||
created() {
|
||||
setTimeout(() => {
|
||||
EWebBridge.webCallAppInJs('webview_left_button', {
|
||||
img: this.$assetsUrl + 'images/common_icon_close_black.png',
|
||||
img: this.$assetsUrl + 'images/common_icon_close_black@3x.png',
|
||||
intercept: '1' //是否拦截原生返回事件 1是 其他否
|
||||
})
|
||||
}, 100)
|
||||
|
||||
Reference in New Issue
Block a user