zhoux преди 2 години
родител
ревизия
21afbac9d1
променени са 3 файла, в които са добавени 6 реда и са изтрити 6 реда
  1. 1 1
      package-basic-data/pages/product-attribute/product-attribute.js
  2. 3 1
      project.config.json
  3. 2 4
      project.private.config.json

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

@@ -326,7 +326,7 @@ Page({
       popContent =
       popContent =
         [
         [
           { code: 'catCode', type: 'str', title: mixins.$t('catCode'), required: false, readonly: true, },
           { 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: 'catName', type: 'str', title: mixins.$t('catName'), required: true },
           { code: 'remarks', type: 'str', title: mixins.$t('remarks'), required: false }
           { code: 'remarks', type: 'str', title: mixins.$t('remarks'), required: false }
         ]
         ]

+ 3 - 1
project.config.json

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