DaMoWang 2 жил өмнө
parent
commit
b836677254
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/utils/run_now.js

+ 1 - 1
src/utils/run_now.js

@@ -1,7 +1,7 @@
 import { get, post } from "@/request/api.js";
+// 此执行为获取实名认证的开关状态
 post('isAuthentication').then(res => {
     if (res.code === 0) {
-        // uni.setStorageSync("isAuthentication", true);
         uni.setStorageSync("isAuthentication", res.data.data);
     }
 })