/**
* 生命周期函数--监听页面加载
*/
onLoad: function () {
this.methods.test();
},
methods:{
test(){
console.log('test')
}
}
/**
* 生命周期函数--监听页面加载
*/
onLoad: function () {
this.methods.test();
},
methods:{
test(){
console.log('test')
}
}