1、var self = '123'; 定义全局变量
2、,findbank1() {alert(self)},
findbank() {
this.$options.methods.findbank1();
self = '33';
this.$options.methods.findbank1();
}
3、这样方法之间参数就可以互相调用了。
vue 方法之间的调用
最新推荐文章于 2023-05-31 15:29:30 发布