mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 03:26:45 +08:00
fix-调整建议书列表初始化实现
This commit is contained in:
@@ -135,12 +135,10 @@
|
||||
hiddenRight: '1'
|
||||
}
|
||||
})
|
||||
this.initThisPage()
|
||||
},
|
||||
methods: {
|
||||
initThisPage(showFlag) {
|
||||
if (showFlag) {
|
||||
return
|
||||
}
|
||||
initThisPage() {
|
||||
setTimeout(() => {
|
||||
// eslint-disable-next-line no-undef
|
||||
EWebBridge.webCallAppInJs('webview_left_button', {
|
||||
|
||||
Reference in New Issue
Block a user