Setuplist.js 215 B

1234567891011121314151617181920212223
  1. Page({
  2. data: {
  3. },
  4. onLoad: function (options) {
  5. },
  6. register:function(){
  7. wx.clearStorageSync();
  8. wx.reLaunch({
  9. url: '/pages/Landpage/Land/Land'
  10. });
  11. // console.log(111);
  12. }
  13. })