diff --git a/common/config.js b/common/config.js
index 1218992..c5c743d 100644
--- a/common/config.js
+++ b/common/config.js
@@ -30,5 +30,5 @@ const config = {
config.baseUrl = 'http://183.230.235.66:11010/api';
-// config.baseUrl = 'http://70b1d4b3.r28.cpolar.top';
+// config.baseUrl = 'http://46a44a1b.r28.cpolar.top';
export default config;
diff --git a/common/http.api.js b/common/http.api.js
index 2f61b04..768a0d0 100644
--- a/common/http.api.js
+++ b/common/http.api.js
@@ -13,6 +13,9 @@ const install = (Vue, vm) => {
login: (params = {}) => vm.$u.post(config.adminPath+'/auth/login', params),
getUserInfo: (params = {}) => vm.$u.get(config.adminPath+'/system/user/profile', params),
+
+ //首页公告
+ getNotices:(params = {})=>vm.$u.get(config.adminPath+'/property/mobile/notices/todayList', params),
//工作台列表
getFunList:(params = {})=>vm.$u.get(config.adminPath+'/system/funList/list', params),
//我的访客列表
diff --git a/pages/sys/home/home.vue b/pages/sys/home/home.vue
index 2b76c9b..5f50724 100644
--- a/pages/sys/home/home.vue
+++ b/pages/sys/home/home.vue
@@ -1,83 +1,85 @@
-
-
-
-
-
-
-
-
-
-
-
- {{ item.text }}
-
-
-
-
- 头条
-
-
-
-
- {{ item }}
-
-
-
- ›
-
-
-
-
- 热门活动
- 全部热门活动 >
-
-
-
-
-
- #热门活动
- {{ item.title }}
-
- {{ item.date }}
- 进行中
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/sys/user/serviceCenter/questionDetail.vue b/pages/sys/user/serviceCenter/questionDetail.vue
index 02dd046..ff1c6a8 100644
--- a/pages/sys/user/serviceCenter/questionDetail.vue
+++ b/pages/sys/user/serviceCenter/questionDetail.vue
@@ -1,87 +1,118 @@
-
-
-
-
-
- 包月停车、临时停车的办理流程及收费标准
-
-
-
-
-
- 您好:本项目只有8组团为包月停车,办理流程为:业主携带身份证至物业客户中心前台办理,租户带租赁合同和身份证到前台办理即可;5,6,7,9,10,11组团无包月停车,无需办理包月停车手续;临时停车无需办理。5,6组团为私家车位,无需收费。8组团包月停车的收费标准为:500元/8组团临时停车的收费标准为:小区内9,10,11组团临时停车的收费标准为:二轮车:每小时1元,12小时内5元/次,24小时内10元/次;小型车:每小时3元,12小时内10元/次,24小时内20元/次;大型车:每小时4元,12小时内15元/次,24小时内25元/次
-
-
-
-
-
+
+
+
+
+
+ {{info.title}}
+
+
+
+
+
+ {{info.content}}
+
+
+
+ {{info.time}}
+
+
+
\ No newline at end of file
diff --git a/pages/sys/user/serviceCenter/serviceCenter.vue b/pages/sys/user/serviceCenter/serviceCenter.vue
index fcd96f7..4b65002 100644
--- a/pages/sys/user/serviceCenter/serviceCenter.vue
+++ b/pages/sys/user/serviceCenter/serviceCenter.vue
@@ -17,7 +17,7 @@
常见问题
-
+
{{ item }}
@@ -65,8 +65,13 @@
phoneNumber: '023950888'
});
},
- goDetail(idx) {
- uni.navigateTo({ url: '/pages/sys/user/serviceCenter/questionDetail' });
+ goDetail(item) {
+ let params = {}
+ params.title = item
+ params.content = item
+ params.time = item
+ const itemStr = encodeURIComponent(JSON.stringify(params));
+ uni.navigateTo({ url: '/pages/sys/user/serviceCenter/questionDetail?item=' + itemStr });
}
}
}
diff --git a/pages/sys/workbench/order/orderDetail.vue b/pages/sys/workbench/order/orderDetail.vue
index 9191397..e298f95 100644
--- a/pages/sys/workbench/order/orderDetail.vue
+++ b/pages/sys/workbench/order/orderDetail.vue
@@ -90,7 +90,8 @@ export default {
},
onLoad(options) {
this.isManager = this.vuex_user?.roles?.[0]?.roleId < 3
- this.isNaomalUser = this.vuex_user?.roles?.[0]?.roleId >10
+ // this.isNaomalUser = this.vuex_user?.roles?.[0]?.roleId >10
+ this.isNaomalUser = false
if (options.item) {
const item = JSON.parse(decodeURIComponent(options.item));
this.detail = item;
diff --git a/static/ic_home_tt.png b/static/ic_home_tt.png
new file mode 100644
index 0000000..2dceea0
Binary files /dev/null and b/static/ic_home_tt.png differ