Explorar el Código

更新 显示

wzg hace 2 años
padre
commit
af435025d6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      miniprogram/pages/takePhoto/takePhoto.js

+ 1 - 0
miniprogram/pages/takePhoto/takePhoto.js

@@ -320,6 +320,7 @@ Page({
         }
       },
       complete: (e) => {
+        wx.hideLoading({});
         this.data.locked = false;
       },
     });