瀏覽代碼

fix:添加标注

DaMoWang 2 年之前
父節點
當前提交
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);
     }
 })