取值的时候,再页面加载函数中可以获取到

1
2
3
4
5
6
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
console.log(options);
},