index.js 279 B

123456789101112131415161718
  1. Page({
  2. dever: getApp().dever,
  3. data: {
  4. },
  5. onLoad: function (options) {
  6. //that.dever.getSignature()
  7. //that.dever.showLoading();
  8. },
  9. /**
  10. * 跳转海报分享页面,分享海报
  11. */
  12. toShare: function(){
  13. this.dever.redirect('poster/index');
  14. }
  15. })