diff --git a/manifest.json b/manifest.json
index 6538887..705b9c9 100644
--- a/manifest.json
+++ b/manifest.json
@@ -56,7 +56,7 @@
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
- "appid" : "wx2cec08446ce214ee",
+ "appid" : "wxaec84a18ccf98226",
"setting" : {
"urlCheck" : false,
"es6" : true,
diff --git a/pages.json b/pages.json
index 70962c4..2b3301a 100644
--- a/pages.json
+++ b/pages.json
@@ -221,6 +221,24 @@
"navigationStyle": "custom",
"navigationBarTitleText": "物业催缴"
}
+ },
+ {
+ "path": "housing/list",
+ "style": {
+ "enablePullDownRefresh": false,
+ "navigationBarTextStyle": "black",
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "房源管理"
+ }
+ },
+ {
+ "path": "housing/detail",
+ "style": {
+ "enablePullDownRefresh": false,
+ "navigationBarTextStyle": "black",
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "房源详情"
+ }
}
]
}],
diff --git a/pages/index/index.vue b/pages/index/index.vue
index ea4a904..d7dcb39 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -141,14 +141,14 @@
])
const gridList = ref([
{
- image: uni.$globalData?.RESOURCE_URL + 'home/grid/gongdan.png',
+ image: uni.$globalData?.RESOURCE_URL + 'home/grid/xiaoxi.png',
title: '我的工单',
type: 'my_order'
},
{
- image: uni.$globalData?.RESOURCE_URL + 'home/grid/fangke.png',
- title: '访客邀请',
- type: ''
+ image: uni.$globalData?.RESOURCE_URL + 'home/grid/yaoqing.png',
+ title: '邀请业主',
+ type: 'invite'
},
{
image: uni.$globalData?.RESOURCE_URL + 'home/grid/cuijiao.png',
@@ -161,9 +161,9 @@
type: 'complaint'
},
{
- image: uni.$globalData?.RESOURCE_URL + 'home/grid/yaoqing.png',
- title: '邀请业主',
- type: 'invite'
+ image:uni.$globalData?.RESOURCE_URL + 'home/grid/fangke.png' ,
+ title: '访客邀请',
+ type: ''
},
{
image: uni.$globalData?.RESOURCE_URL + 'home/grid/wenjuan.png',
@@ -173,7 +173,7 @@
{
image: uni.$globalData?.RESOURCE_URL + 'home/grid/fangyuan.png',
title: '房源管理',
- type: ''
+ type: 'housing'
},
// {
// image: uni.$globalData?.RESOURCE_URL + 'home/grid/chewei.png',
@@ -181,7 +181,7 @@
// type: ''
// },
{
- image: uni.$globalData?.RESOURCE_URL + 'home/grid/xiaoxi.png',
+ image:uni.$globalData?.RESOURCE_URL + 'home/grid/gongdan.png' ,
title: '商品核销',
type: 'verification'
}
@@ -293,6 +293,12 @@
url: '/pagesB/call/index'
});
break;
+ case 'housing':
+ // 房源管理
+ uni.navigateTo({
+ url: '/pagesB/housing/list'
+ });
+ break;
default:
break;
}
diff --git a/pagesA/invite/SharePoster.vue b/pagesA/invite/SharePoster.vue
new file mode 100644
index 0000000..1283ee1
--- /dev/null
+++ b/pagesA/invite/SharePoster.vue
@@ -0,0 +1,535 @@
+
+
+
+
+
+
+
+
+
+
+ 微信分享
+
+
+
+ 保存相册
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pagesA/my_order/detail.vue b/pagesA/my_order/detail.vue
index 417e445..6ddaef9 100644
--- a/pagesA/my_order/detail.vue
+++ b/pagesA/my_order/detail.vue
@@ -16,7 +16,7 @@
-
+
创建时间: {{ticketInfo.create_time}}
-
+
配送
量房
维修
-
+
-
+
@@ -58,25 +59,25 @@
-
+
联系信息
-
+
小区名称
{{ticketInfo?.order?.village_name}}
-
+
联系人
{{ticketInfo?.order?.name}}
-
+
联系电话
@@ -84,58 +85,72 @@
{{ticketInfo?.order?.mobile}}
-
-
+
+
+
+
+ {{product.product_name}}
+ {{product.spec_name}}
+
+ ¥{{product.price}}
+ x{{product.num}}
+
+
+
+
+
+
+
+ 共{{ticketInfo?.product.length}}件商品
+ 合计: ¥{{getTotalPrice()}}
- -->
+
-
+
报修信息
-
+
报修位置
- {{ticketInfo?.order?.region_name}}{{ticketInfo?.order?.cell_name}}{{ticketInfo?.order?.house_name}}{{ticketInfo?.order?.address}}
+ {{ticketInfo?.order?.region_name}}{{ticketInfo?.order?.cell_name}}{{ticketInfo?.order?.house_name}}{{ticketInfo?.order?.address}}
-
+
问题描述
{{ticketInfo?.order?.content}}
-
+
现场照片
-
-
+
+
-
+
工单记录
-
+
@@ -144,15 +159,15 @@
创建工单
-
+
2025-03-13 11:25:18
工单已接单
-
+
-
+
@@ -162,7 +177,7 @@
-
+