diff --git a/conf/config.js b/conf/config.js index 962dc5b..049f53a 100755 --- a/conf/config.js +++ b/conf/config.js @@ -17,7 +17,7 @@ const commonBaseUrl = 'http://demo.homecommunity.cn/'; //商城的url const mallUrl = 'http://mallapp.homecommunity.cn/'; -const mallUrlIndexPage = mallUrl + '#/?mallFrom=HC'; +const mallUrlIndexPage = mallUrl + '#/pages/index/index?mallFrom=HC'; //商城token 刷新页面 const mallUrlRefresh = mallUrl + "#/pages/mallTokenRefresh/mallTokenRefresh?mallFrom=HC" @@ -28,8 +28,8 @@ const baseUrl = 'http://demo.homecommunity.cn/'; // #endif //默认的小区ID和名称,用户还没有登录时显示的小区信息 -const DEFAULT_COMMUNITY_ID = "7020181217000001"; //HC测试小区id 用于没有登录时展示相关信息 -const DEFAULT_COMMUNITY_NAME = "丰仪家园"; +const DEFAULT_COMMUNITY_ID = "2021080494780158"; //HC测试小区id 用于没有登录时展示相关信息 +const DEFAULT_COMMUNITY_NAME = "HC演示小区"; // APP 或者 公众号 appId const wAppId = ""; //微信AppId diff --git a/constant/url.js b/constant/url.js index e6a0cc6..e10957d 100755 --- a/constant/url.js +++ b/constant/url.js @@ -121,6 +121,9 @@ export default { listMachineTranslates: baseUrl + "app/machineTranslate.listMachineTranslates", generatorHcCode: baseUrl + "app/userLogin/generatorHcCode", queryApplyRoomDiscount: baseUrl + "app/applyRoomDiscount/queryApplyRoomDiscount", + saveReportInfoBackCity: baseUrl + "app/reportInfoBackCity/saveReportInfoBackCity", + + NEED_NOT_LOGIN_PAGE: [ '/pages/login/login', diff --git a/pages.json b/pages.json index 2c131ad..80126c0 100755 --- a/pages.json +++ b/pages.json @@ -104,6 +104,13 @@ "navigationBarTitleText": "报修" } }, + { + "path": "pages/reportInfoBack/reportInfoBack", + "style": { + "navigationBarTitleText": "返省上报", + "enablePullDownRefresh": false + } + }, { "path": "pages/repairList/detail/detail", "style": {} diff --git a/pages/payParkingFee/payParkingFee.vue b/pages/payParkingFee/payParkingFee.vue index 86aece8..416aca1 100755 --- a/pages/payParkingFee/payParkingFee.vue +++ b/pages/payParkingFee/payParkingFee.vue @@ -77,7 +77,7 @@ - 到期时间 + 缴费后时间 {{endTime }} diff --git a/pages/reportInfoBack/reportInfoBack.css b/pages/reportInfoBack/reportInfoBack.css new file mode 100644 index 0000000..bd5ebb5 --- /dev/null +++ b/pages/reportInfoBack/reportInfoBack.css @@ -0,0 +1,18 @@ + + +.block__title { + margin: 0; + font-weight: 400; + font-size: 14px; + color: rgba(69,90,100,.6); + padding: 40rpx 30rpx 20rpx; +} + +.button_up_blank{ + height: 40rpx; + text-align: center; +} + +.cu-form-group{ + text-align: right; +} \ No newline at end of file diff --git a/pages/reportInfoBack/reportInfoBack.vue b/pages/reportInfoBack/reportInfoBack.vue new file mode 100644 index 0000000..df1b6f0 --- /dev/null +++ b/pages/reportInfoBack/reportInfoBack.vue @@ -0,0 +1,278 @@ + + + + diff --git a/pages/roomFee/roomFee.vue b/pages/roomFee/roomFee.vue index 9eeb99d..cd9147b 100755 --- a/pages/roomFee/roomFee.vue +++ b/pages/roomFee/roomFee.vue @@ -68,7 +68,7 @@ - 到期时间 + 缴费后时间 {{endTime}}