| | |
| | | |
| | | startSign() { |
| | | var that = this |
| | | |
| | | wx.navigateTo({ |
| | | url: '/pages/promisesign/promisesign', |
| | | events: { |
| | |
| | | } |
| | | }, |
| | | }) |
| | | |
| | | // wx.getStorage({ |
| | | // key: 'signPath', |
| | | // success: (result) => { |
| | | // console.log(result.data); |
| | | // that.signOver(result.data) |
| | | // }, |
| | | // fail: (res) => { |
| | | // console.log(res); |
| | | // wx.navigateTo({ |
| | | // url: '/pages/promisesign/promisesign', |
| | | // events: { |
| | | // onSignSuccess: function (imgPath) { |
| | | // console.log('signover:' + imgPath); |
| | | // that.signOver(imgPath) |
| | | // } |
| | | // }, |
| | | // }) |
| | | // }, |
| | | // complete: (res) => {}, |
| | | // }) |
| | | }, |
| | | |
| | | signOver(imgPath) { |