mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 10:56:44 +08:00
Merge branch 'dev' of 112.124.100.131:GFRS/ebiz-h5 into dev
This commit is contained in:
@@ -112,7 +112,7 @@ export default {
|
|||||||
this.$emit('input', value)
|
this.$emit('input', value)
|
||||||
},
|
},
|
||||||
choose(data) {
|
choose(data) {
|
||||||
this.name = data.name
|
this.name = data.allowanceBaseEnjoyDTO.name
|
||||||
this.$emit('on-choose', data)
|
this.$emit('on-choose', data)
|
||||||
},
|
},
|
||||||
closeParentPicker() {
|
closeParentPicker() {
|
||||||
|
|||||||
@@ -114,6 +114,7 @@ export default {
|
|||||||
})
|
})
|
||||||
}, 100)
|
}, 100)
|
||||||
// 右上角的显示
|
// 右上角的显示
|
||||||
|
setTimeout(() => {
|
||||||
window.EWebBridge.webCallAppInJs('webview_right_button', {
|
window.EWebBridge.webCallAppInJs('webview_right_button', {
|
||||||
btns: [
|
btns: [
|
||||||
{
|
{
|
||||||
@@ -122,6 +123,7 @@ export default {
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
}, 100)
|
||||||
window.appCallBack = this.appCallBack
|
window.appCallBack = this.appCallBack
|
||||||
this.getList()
|
this.getList()
|
||||||
this.remindFunc()
|
this.remindFunc()
|
||||||
|
|||||||
Reference in New Issue
Block a user