Page({ dever: getApp().dever, data: { }, onLoad: function (options) { //that.dever.getSignature() //that.dever.showLoading(); }, /** * 跳转海报分享页面,分享海报 */ toShare: function(){ this.dever.redirect('poster/index'); } })