From 8fbd6b8d09e70494d920cc0b77812e9643be3196 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 23 八月 2022 17:37:31 +0800
Subject: [PATCH] 2022.8.23

---
 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