diff --git a/pages/edit/edit.json b/pages/edit/edit.json
index 09cb7a3..b0746b3 100644
--- a/pages/edit/edit.json
+++ b/pages/edit/edit.json
@@ -6,6 +6,7 @@
"go-login": "../../template/goLogin/goLogin",
"select-single": "../../template/selectSingle/selectSingle",
"custom-picker": "/template/datepickerview/datepickerview",
- "choice-type-release": "/template/choiceTypeRelease/choiceTypeRelease"
+ "choice-type-release": "/template/choiceTypeRelease/choiceTypeRelease",
+ "about-release": "/template/aboutRelease/aboutRelease"
}
}
\ No newline at end of file
diff --git a/pages/edit/edit.wxml b/pages/edit/edit.wxml
index ea3c73e..b11d341 100644
--- a/pages/edit/edit.wxml
+++ b/pages/edit/edit.wxml
@@ -21,7 +21,11 @@
-
+
+
+
+
+
{{ isInput? isInput :( types=='edit' ?'编辑房源信息' :'发布房源信息' ) }}