zhoux 2 лет назад
Родитель
Сommit
21afbac9d1

+ 1 - 1
package-basic-data/pages/product-attribute/product-attribute.js

@@ -326,7 +326,7 @@ Page({
       popContent =
         [
           { code: 'catCode', type: 'str', title: mixins.$t('catCode'), required: false, readonly: true, },
-          { code: 'parentId', name: 'parentName', title: 'parent', type: 'choose', required: true,  required: true, urlKey: 'selectProductTypes', },
+          { code: 'parentId', name: 'parentName', title: mixins.$t('parent'), type: 'choose', required: true,  required: true, urlKey: 'selectProductTypes', },
           { code: 'catName', type: 'str', title: mixins.$t('catName'), required: true },
           { code: 'remarks', type: 'str', title: mixins.$t('remarks'), required: false }
         ]

+ 3 - 1
project.config.json

@@ -31,5 +31,7 @@
         ],
         "include": []
     },
-    "appid": "wxe27c8f5249b7aeab"
+    "appid": "wxe27c8f5249b7aeab",
+    "projectname": "iboss_wx_app",
+    "libVersion": "3.3.0"
 }

+ 2 - 4
project.private.config.json

@@ -1,8 +1,6 @@
 {
     "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
-    "projectname": "iboss_wx_app",
     "setting": {
-        "compileHotReLoad": false
-    },
-    "libVersion": "2.23.4"
+        "compileHotReLoad": true
+    }
 }