소스 검색

去掉清理本地缓存

chubiao 10 달 전
부모
커밋
11360f8255
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/info/add-files.vue

+ 1 - 1
pages/info/add-files.vue

@@ -292,7 +292,7 @@
               idcard(base64, this.token, this.cardType, this.callbackIdcard)
             })
 
-            uni.removeStorageSync('cardType')
+            // uni.removeStorageSync('cardType')
 
           }, 1000);