liyongli 1 年之前
父节点
当前提交
4bd35eb58a
共有 2 个文件被更改,包括 2 次插入14 次删除
  1. 1 1
      pages/application/index.js
  2. 1 13
      project.private.config.json

+ 1 - 1
pages/application/index.js

@@ -132,7 +132,7 @@ Page({
       brief
     } = this.data;
     const Authorization = wx.getStorageSync('token') || undefined;
-    if (Authorization) return wx.showToast({
+    if (!Authorization) return wx.showToast({
       title: '请登录后在提交',
       icon: "none"
     })

+ 1 - 13
project.private.config.json

@@ -5,17 +5,5 @@
     "compileHotReLoad": true,
     "urlCheck": true
   },
-  "condition": {
-    "miniprogram": {
-      "list": [
-        {
-          "name": "pages/downZS/index",
-          "pathName": "pages/downZS/index",
-          "query": "",
-          "launchMode": "default",
-          "scene": null
-        }
-      ]
-    }
-  }
+  "condition": {}
 }