From c765c26eee1249b0a8d72d2b203b2ed124c2bbf6 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 26 八月 2022 17:16:47 +0800
Subject: [PATCH] 2022.8.26(2)

---
 pages/promisefile/promisefile.js |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/pages/promisefile/promisefile.js b/pages/promisefile/promisefile.js
index a46f424..7125f15 100644
--- a/pages/promisefile/promisefile.js
+++ b/pages/promisefile/promisefile.js
@@ -55,6 +55,7 @@
 
   startSign() {
     var that = this
+
     wx.navigateTo({
       url: '/pages/promisesign/promisesign',
       events: {
@@ -64,6 +65,27 @@
         }
       },
     })
+    
+    // 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) {

--
Gitblit v1.9.3