diff --git a/pages/gproduct/gproduct.js b/pages/gproduct/gproduct.js
index edd6d7f..15c9c98 100644
--- a/pages/gproduct/gproduct.js
+++ b/pages/gproduct/gproduct.js
@@ -285,7 +285,7 @@ Page({
},
success(res) {
if (res.data.result == 'success') {
- var threeList = JSON.parse(res.data.data).cases;
+ var threeList = JSON.parse(res.data.data).cases;
if(threeList[0].type=='forest_management'){
that.setData({
isXiangm:true
diff --git a/pages/gproduct/gproduct.wxml b/pages/gproduct/gproduct.wxml
index d5ec968..d65adc0 100644
--- a/pages/gproduct/gproduct.wxml
+++ b/pages/gproduct/gproduct.wxml
@@ -19,34 +19,37 @@
碳中和项目选择
- {{flag?threeList[curCaseIndex].name:"默认选项"}}
+
+ {{threeList[curCaseIndex].name}}
-
-
-
-
- 碳中和项目类型选择
-
-
-
- {{flag?senList[senIndex].name:"默认选项"}}
-
-
-
-
- 碳中和项目地点选择
+ 项目地点选择
- {{flag?threeList[curCaseIndex].address[addressIndex].info:"默认选项"}}
+
+ {{threeList[curCaseIndex].address[addressIndex].info}}
+
+
+
+
+
+
+
+
+ 项目类型选择
+
+
+
+
+ {{senList[senIndex].name}}
diff --git a/project.config.json b/project.config.json
index 9dc5f66..32523e5 100644
--- a/project.config.json
+++ b/project.config.json
@@ -1,7 +1,8 @@
{
- "description": "项目配置文件",
+ "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"packOptions": {
- "ignore": []
+ "ignore": [],
+ "include": []
},
"setting": {
"urlCheck": false,
@@ -30,22 +31,22 @@
"disablePlugins": [],
"outputPath": ""
},
- "enableEngineNative": false,
- "useIsolateContext": true,
+ "useIsolateContext": false,
"userConfirmedBundleSwitch": true,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
- "showES6CompileOption": false
+ "disableUseStrict": false,
+ "minifyWXML": true,
+ "showES6CompileOption": false,
+ "useCompilerPlugins": false,
+ "ignoreUploadUnusedFiles": true,
+ "useStaticServer": true
},
"compileType": "miniprogram",
"libVersion": "2.19.2",
"appid": "wxf0ac33e1fb0d8358",
"projectname": "tanzhongheY",
- "debugOptions": {
- "hidedInDevtools": []
- },
- "isGameTourist": false,
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {
@@ -62,5 +63,9 @@
"miniprogram": {
"list": []
}
+ },
+ "editorSetting": {
+ "tabIndent": "insertSpaces",
+ "tabSize": 2
}
}
\ No newline at end of file
diff --git a/project.private.config.json b/project.private.config.json
index 05fc033..9f72084 100644
--- a/project.private.config.json
+++ b/project.private.config.json
@@ -1,15 +1,6 @@
{
"setting": {},
"condition": {
- "plugin": {
- "list": []
- },
- "game": {
- "list": []
- },
- "gamePlugin": {
- "list": []
- },
"miniprogram": {
"list": [
{
@@ -39,9 +30,11 @@
{
"name": "pages/user/user",
"pathName": "pages/user/user",
+ "query": "",
"scene": null
}
]
}
- }
+ },
+ "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html"
}
\ No newline at end of file