mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-18 02:46:45 +08:00
调整页面调用store方法
This commit is contained in:
@@ -27,8 +27,8 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted(){
|
||||
window['getMessage'] = () => {
|
||||
this.getMessage(1)
|
||||
window['getMessage'] = (data) => {
|
||||
this.getMessage(data)
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user