diff --git a/.DS_Store b/.DS_Store
index 7bbd772..6c7d7cd 100644
--- a/.DS_Store
+++ b/.DS_Store
diff --git a/.gitignore b/.gitignore
index ffed323..ddaf27f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+unpackage/
node_modules/
dist/
uploadfiles/
diff --git a/apis/.DS_Store b/apis/.DS_Store
index d99aadb..1bbe57b 100644
--- a/apis/.DS_Store
+++ b/apis/.DS_Store
diff --git a/apis/modules/ly.js b/apis/modules/ly.js
index 1b43592..3dca82d 100644
--- a/apis/modules/ly.js
+++ b/apis/modules/ly.js
@@ -1,6 +1,30 @@
import request from '../../service/request.js'
import utils from '../../service/utils.js'
-export default {
+export default {
+ // 修改界桩
+ removeplie(data){
+ return request.put('/areBoundary/plie',data)
+ },
+ // 添加界桩
+ addplie(data){
+ return request.post('/areBoundary/plie',data)
+ },
+ // 获取地名类别
+ getregional(data){
+ return request.get('/arePlaceName/regional/list',data)
+ },
+ // 获取处理地名类别
+ gettreeselect(data){
+ return request.get('/arePlaceName/regional/treeselect',data)
+ },
+ // 添加国家地理
+ toponym(data){
+ return request.post('/arePlaceName/toponym',data)
+ },
+ // 获取国家地理
+ gettoponym(data){
+ return request.get('/arePlaceName/toponym/list',data)
+ },
// 申报巡检
addpatrol(data){
return request.post('/areBoundary/patrol',data)
@@ -13,6 +37,10 @@ export default {
getpolicyDocument(data){
return request.get('/arePlaceName/policyDocument/list',data)
},
+ // 政策文件详情
+ getpolicyDocumentone(data){
+ return request.get('/arePlaceName/policyDocument/'+data)
+ },
// 行政区
getplie(data){
return request.get('/areBoundary/plie/list',data)
diff --git a/apis/modules/oauth.js b/apis/modules/oauth.js
index fda517a..83cbe82 100644
--- a/apis/modules/oauth.js
+++ b/apis/modules/oauth.js
@@ -27,6 +27,10 @@ export default {
getfbgl(data){
return request.get("/funeral/related/list",data)
},
+ // 获取殡葬文化、普法、办事、详情
+ getfbgldata(data){
+ return request.get("/funeral/related/"+data)
+ },
// 获取殡葬服务机构列表
getjg(){
return request.get('/funeral/agencies/list?pageNum=1&pageSize=10');
diff --git a/common/config.js b/common/config.js
index 7c2e8a7..811245d 100644
--- a/common/config.js
+++ b/common/config.js
@@ -1,7 +1,7 @@
let BASE_URL='http://8.130.38.56:8536';
-// let BASE_URL='http://10.0.0.2:2023';
+// let BASE_URL='http://192.168.179.221:8536';
export default BASE_URL
diff --git a/components/TabBar/TabBar.vue b/components/TabBar/TabBar.vue
index 4bca5eb..0bd7a8b 100644
--- a/components/TabBar/TabBar.vue
+++ b/components/TabBar/TabBar.vue
@@ -1,6 +1,7 @@
+
@@ -8,8 +9,16 @@
{{item.name}}
-
-
+
+
+
+ {{item.name}}
+
+
+
@@ -46,10 +55,26 @@
acImg: '/static/tabBar/tab_08.png'
}
],
+ TabBarList2:[
+ // {
+ // index: 3,
+ // name: '我的',
+ // img: '/static/tabBar/tab_07.png',
+ // acImg: '/static/tabBar/tab_08.png'
+ // },
+ {
+ index: 4,
+ name: '报丧登记',
+ img: '/static/tabBar/tab_07.png',
+ acImg: '/static/tabBar/tab_08.png'
+ }
+ ],
codeheight: 0,
isOverall: 0,
phoneModel: '',
qxshow:true,
+ ddshow:false,
+ sjshow:false
};
},
props:{
@@ -61,11 +86,20 @@
mounted() {
try {
console.log("角色",uni.getStorageSync('userjs'));
- if(uni.getStorageSync('userjs') != '普通用户'){
- this.qxshow = false
+ if(uni.getStorageSync('userjs') != '普通用户' && uni.getStorageSync('userjs') != '调度员'){
+ this.sjshow = true
+ }else{
+ this.sjshow = false
}
if(uni.getStorageSync('userjs') == '普通用户'){
this.qxshow = true
+ }else{
+ this.qxshow = false
+ }
+ if(uni.getStorageSync('userjs') == '调度员'){
+ this.ddshow = true
+ }else{
+ this.ddshow = false
}
const res = uni.getSystemInfoSync();
let that = this;
@@ -118,6 +152,14 @@
url:'/pages/my/my'
})
break;
+ case 4:
+ uni.navigateTo({
+ url:'/pages/funeralreport/funeralreport'
+ })
+ // wx.switchTab({
+ // url:'/pages/funeralreport/funeralreport'
+ // })
+ break;
}
}
}
diff --git a/manifest.json b/manifest.json
index 0def68e..b655ee5 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,6 +1,6 @@
{
"name" : "数字民政服务平台",
- "appid" : "__UNI__15B0592",
+ "appid" : "__UNI__E8DBEA9",
"description" : "",
"versionName" : "1.0.2",
"versionCode" : "100",
diff --git a/pages.json b/pages.json
index 758ab17..725c11f 100644
--- a/pages.json
+++ b/pages.json
@@ -140,12 +140,12 @@
}, {
"path": "pages/map1/map",
"style": {
- "navigationStyle": "custom"
+ "navigationBarTitleText": "地名查询服务"
}
}, {
"path": "pages/mapstakeline/mapstakeline",
"style": {
- "navigationStyle": "custom"
+ "navigationBarTitleText": "界桩界线管护"
}
}, {
"path": "pages/mapstakelinedetail/mapstakelinedetail",
@@ -155,7 +155,8 @@
}, {
"path": "pages/maptask/maptask",
"style": {
- "navigationStyle": "custom"
+ "navigationBarTitleText": "我的任务",
+ "enablePullDownRefresh": false
}
}, {
"path": "pages/maptaskdetail/maptaskdetail",
@@ -444,6 +445,33 @@
"style": {
"navigationStyle": "custom"
}
+ },
+ {
+ "path" : "pages/declaration/newDeclaration",
+ "style" :
+ {
+ "navigationStyle": "custom",
+ "navigationBarTitleText" : "",
+ "enablePullDownRefresh" : false
+ }
+ },
+ {
+ "path" : "pages/declaration/newDeclarationdetail",
+ "style" :
+ {
+ "navigationBarTitleText" : "",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh" : false
+ }
+ },
+ {
+ "path" : "pages/mapstakelinedetail/addmapstakelinedetail",
+ "style" :
+ {
+ "navigationBarTitleText" : "",
+ "enablePullDownRefresh" : false,
+ "navigationStyle": "custom"
+ }
}
],
"globalStyle": {
diff --git a/pages/.DS_Store b/pages/.DS_Store
new file mode 100644
index 0000000..02e16c7
--- /dev/null
+++ b/pages/.DS_Store
diff --git a/pages/declaration/declaration.vue b/pages/declaration/declaration.vue
index 464647b..648e18b 100644
--- a/pages/declaration/declaration.vue
+++ b/pages/declaration/declaration.vue
@@ -19,7 +19,7 @@
行政区划
bindPickerChange1(e,3)" :value="index" :range="array3">
- {{community.adminArea?community.adminArea:'请选择'}}
+ {{community.adminArea?community.adminArea:'请选择'}}
@@ -33,7 +33,7 @@
地名类别
bindPickerChange1(e,1)" :value="index" :range="array1">
-
+
{{community.placeNameCategory?community.placeNameCategory:'请选择'}}
@@ -48,7 +48,7 @@
类型
bindPickerChange1(e,2)" :value="index" :range="array2">
- {{community.types?community.types:'请选择'}}
+ {{community.types?community.types:'请选择'}}
@@ -63,7 +63,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -75,7 +75,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -87,7 +87,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -99,7 +99,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -111,7 +111,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -123,7 +123,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -133,7 +133,7 @@
详细地址
- {{community.address?community.address:'请选择'}}
+ {{community.address?community.address:'请选择'}}
@@ -143,7 +143,7 @@
有效起始时间
- {{community.validStartDate?community.validStartDate:'请选择'}}
+ {{community.validStartDate?community.validStartDate:'请选择'}}
@@ -154,7 +154,7 @@
有效终止日期
- {{community.validEndDate?community.validEndDate:'请选择'}}
+ {{community.validEndDate?community.validEndDate:'请选择'}}
@@ -167,7 +167,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -179,7 +179,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -192,7 +192,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -202,7 +202,7 @@
设立时间
- {{community.establishTime?community.establishTime:'请选择'}}
+ {{community.establishTime?community.establishTime:'请选择'}}
@@ -216,7 +216,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -229,7 +229,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -242,7 +242,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -254,7 +254,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -267,7 +267,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -281,7 +281,7 @@
行政区划
bindPickerChange1(e,4)" :value="index" :range="array3">
- {{street.adminArea?street.adminArea:'请选择'}}
+ {{street.adminArea?street.adminArea:'请选择'}}
@@ -296,7 +296,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -308,7 +308,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -320,7 +320,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -332,7 +332,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -344,7 +344,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -356,7 +356,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -369,7 +369,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -379,7 +379,7 @@
有效起始时间
- {{street.validStartDate?street.validStartDate:'请选择'}}
+ {{street.validStartDate?street.validStartDate:'请选择'}}
@@ -389,7 +389,7 @@
有效终止日期
- {{street.validEndDate?street.validEndDate:'请选择'}}
+ {{street.validEndDate?street.validEndDate:'请选择'}}
@@ -399,7 +399,7 @@
开始位置
- {{street.startLocation?street.startLocation:'请选择'}}
+ {{street.startLocation?street.startLocation:'请选择'}}
@@ -409,7 +409,7 @@
结束位置
- {{street.endLocation?street.endLocation:'请选择'}}
+ {{street.endLocation?street.endLocation:'请选择'}}
@@ -422,7 +422,7 @@
行政区划
bindPickerChange1(e,5)" :value="index" :range="array3">
- {{build.adminArea?build.adminArea:'请选择'}}
+ {{build.adminArea?build.adminArea:'请选择'}}
@@ -437,7 +437,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -449,7 +449,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -461,7 +461,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -473,7 +473,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -483,7 +483,7 @@
详细地址
- {{build.locationPoint?build.locationPoint:'请选择'}}
+ {{build.locationPoint?build.locationPoint:'请选择'}}
@@ -493,7 +493,7 @@
有效起始时间
- {{build.validStartDate?build.validStartDate:'请选择'}}
+ {{build.validStartDate?build.validStartDate:'请选择'}}
@@ -503,7 +503,7 @@
有效终止日期
- {{build.validEndDate?build.validEndDate:'请选择'}}
+ {{build.validEndDate?build.validEndDate:'请选择'}}
@@ -515,7 +515,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -527,7 +527,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -542,7 +542,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -554,7 +554,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -567,7 +567,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -578,7 +578,7 @@
详细地址
- {{applicatio.address?applicatio.address:'请选择'}}
+ {{applicatio.address?applicatio.address:'请选择'}}
@@ -590,7 +590,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -600,11 +600,39 @@
+ 申报类型
+
+ bindPickerChange1(e,6)" :value="index" :range="array4">
+ {{array4type?array4type:'请选择'}}
+
+
+
+
+
+
+
+
+
+
+ 类型
+
+ bindPickerChange1(e,7)" :value="index" :range="array5">
+ {{doorplate.cellType?doorplate.cellType:'请选择'}}
+
+
+
+
+
+
+
+
+
+
小区名称
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -616,7 +644,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -629,13 +657,13 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
-
+
@@ -648,6 +676,19 @@
+
+
+
+
+ 资料附件(建筑物平面dwg格式、国土地)
+
+
+
+
+
+
+
+
diff --git a/pages/declaration/newDeclaration.vue b/pages/declaration/newDeclaration.vue
new file mode 100644
index 0000000..090aa29
--- /dev/null
+++ b/pages/declaration/newDeclaration.vue
@@ -0,0 +1,1031 @@
+
+
+
+
+
+
+ 上报历史
+
+
+
+
+
+ 我要上报
+
+
+
+
+
+
+ {{item.name}}*
+
+ bindPickerChange2(e,index)" :range="array1" :value="idx">
+ {{item.cent?item.cent:'请选择'}}
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}*
+
+
+
+
+
+
+
+
+
+ {{item.name}}*
+
+ bindPickerChange1(e,index,'array3')" :range="array3">
+ {{item.cent?item.cent:'请选择'}}
+
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}*
+
+ {{item.cent?item.cent:'请选择'}}
+
+
+
+
+
+
+
+
+ 纬度*
+
+ {{item.latitude?item.latitude:'请选择'}}
+
+
+
+
+
+
+
+
+ 经度*
+
+ {{item.longitude?item.longitude:'请选择'}}
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}*
+
+ {{item.cent?item.cent:'请选择'}}
+
+
+
+
+
+
+
+
+
+ {{item.name}}*
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}*
+
+ bindPickerChange1(e,index,'array2')" :range="array2">
+ {{item.cent?item.cent:'请选择'}}
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}*
+
+ bindPickerChange1(e,index,'array4')" :range="array4">
+ {{item.cent?item.cent:'请选择'}}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}*
+
+ bindPickerChange2(e,index)" :range="array1" :value="idx">
+ {{item.cent?item.cent:'请选择'}}
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}*
+
+
+
+
+
+
+
+
+
+ {{item.name}}*
+
+ bindPickerChange1(e,index,'array3')" :range="array3">
+ {{item.cent?item.cent:'请选择'}}
+
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}*
+
+ {{item.cent?item.cent:'请选择'}}
+
+
+
+
+
+
+
+
+ 纬度*
+
+ {{item.latitude?item.latitude:'请选择'}}
+
+
+
+
+
+
+
+
+ 经度*
+
+ {{item.longitude?item.longitude:'请选择'}}
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}*
+
+ {{item.cent?item.cent:'请选择'}}
+
+
+
+
+
+
+
+
+
+ {{item.name}}*
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}*
+
+ bindPickerChange1(e,index,'array2')" :range="array2">
+ {{item.cent?item.cent:'请选择'}}
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}*
+
+ bindPickerChange3(e,index,'array5')" :range="array5">
+ {{item.cent?item.cent:'请选择'}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/declaration/newDeclarationdetail.vue b/pages/declaration/newDeclarationdetail.vue
new file mode 100644
index 0000000..589df58
--- /dev/null
+++ b/pages/declaration/newDeclarationdetail.vue
@@ -0,0 +1,587 @@
+
+
+
+
+
+
+
+
+ 基本信息
+
+
+
+
+
+ {{item.cent?item.cent:'-'}}
+ {{item.name}}
+
+
+
+
+
+
+
+
+
+
+ 基本信息
+
+
+
+
+
+ {{item.cent?item.cent:'-'}}
+ {{item.name}}
+
+
+
+
+
+
+
+
+
+
+ 驳回原因
+
+
+
+
+
+
+ {{info.remarksField1?info.remarksField1:'-'}}
+
+
+
+
+
+
+
+
+
+
+ 批复文件下载
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/funeral/funeral.vue b/pages/funeral/funeral.vue
index 42c2654..43f5755 100644
--- a/pages/funeral/funeral.vue
+++ b/pages/funeral/funeral.vue
@@ -110,29 +110,8 @@
},
onLoad() {
uni.hideTabBar();
- this.getGps();
},
methods: {
- // 获取gps定位
- getGps(){
- var info = {
- request:{
- "Action":"GetVehicleTrackData",
- "UserId":"user",
- "Pwd":"6B18CFA67F76F079B0BFFBD773DC4494",
- "PlateNum":"川Zyb907",
- "ColorCode":"0",
- "BeginTime":"20231010090000",
- "EndTime":"20231010150000",
- "MinSpeed":"1",
- "NeedAddress":"0",
- }
- }
- info.request = JSON.stringify(info.request)
- this.API.getGps(info).then(res=>{
- console.log("gps",res);
- })
- },
home() {
uni.navigateTo({
url: '/pages/home/home'
diff --git a/pages/funeralcremation/funeralcremation.vue b/pages/funeralcremation/funeralcremation.vue
index 619734d..ef50cd4 100644
--- a/pages/funeralcremation/funeralcremation.vue
+++ b/pages/funeralcremation/funeralcremation.vue
@@ -172,11 +172,12 @@
onLoad(params) {
this.OrderType = params.type;
var now = new Date();
- this.nowdate = now
- this.from.scheduledCremationDate = now
+ this.nowdate = this.timestampToTime(now)
+ this.from.scheduledCremationDate = this.timestampToTime(now)
+ console.log("时间",this.from.scheduledCremationDate);
// this.gethhsjsl(this.parseTime(now));
this.getbsinfo();
- this.zxhhllist(now);
+ this.zxhhllist(this.timestampToTime(now));
},
onReady() {
this.$nextTick(() => {
@@ -208,8 +209,20 @@
}, 2000);
},
methods:{
+ timestampToTime(timestamp) {
+ timestamp = timestamp ? timestamp : null;
+ let date = new Date(timestamp);//时间戳为10位需*1000,时间戳为13位的话不需乘1000
+ let Y = date.getFullYear() + '-';
+ let M = (date.getMonth() + 1 < 10 ? '0' + (date.getMonth() + 1) : date.getMonth() + 1) + '-';
+ let D = (date.getDate() < 10 ? '0' + date.getDate() : date.getDate()) + ' ';
+ let h = (date.getHours() < 10 ? '0' + date.getHours() : date.getHours()) + ':';
+ let m = (date.getMinutes() < 10 ? '0' + date.getMinutes() : date.getMinutes()) + ':';
+ let s = date.getSeconds() < 10 ? '0' + date.getSeconds() : date.getSeconds();
+ return Y + M + D;
+ },
// 火化炉列表获取
zxhhllist(date){
+ console.log("初始化时间",date);
this.API.zxhhllist().then(res=>{
console.log("火化炉",res);
this.columns = [];
@@ -280,7 +293,7 @@
gethhsjsl(times){
this.API.gethhsjsl().then(res=>{
console.log("获取预约时间和数量",res);
- console.log("时间",times);
+ console.log("时间111",times);
this.sjlist = []
for(let i = 0;i < res.data.length;i++){
if(res.data[i].DateStr == times){
@@ -327,10 +340,14 @@
console.log("火化炉id",this.hhlid);
this.zxhqhhltimelist(this.nowdate);
this.hhlshow = false;
+ this.sjlist = []
this.from.cremationFurnaceInfo = e.value[0];
},
// 最新获取时间火化炉时间
zxhqhhltimelist(time){
+ // time = time + ''
+ var reg = /[\t\r\f\n\s]*/g;
+ time = time.replace(reg,'');
var infos = {
furnaceId:this.hhlid,
useStatus:"2",
@@ -339,17 +356,30 @@
this.API.gethhsjsl(infos).then(res=>{
console.log("最新时间列表",res);
this.sjlist = []
+ console.log("选择的时间",time);
+
for(let i = 0;i < res.data.length;i++){
+ console.log("时间是否正确",res.data[i].dateStr == time,res.data[i].dateStr,typeof(time),typeof(res.data[i].dateStr));
+ // if(res.data[i].dateStr === time){
+ // for(let s = 0;s < res.data[i].timeAndTotalList.length;s++){
+ // var info = {
+ // time:"",
+ // status:false
+ // }
+ // info.time = res.data[i].timeAndTotalList[s].timePeriod;
+ // if(s == 0){
+ // info.status = true
+ // this.from.scheduledCremationTime = res.data[i].timeAndTotalList[s].timePeriod;
+ // }
+ // this.sjlist.push(info)
+ // }
+ // }
for(let s = 0;s < res.data[i].timeAndTotalList.length;s++){
var info = {
time:"",
status:false
}
info.time = res.data[i].timeAndTotalList[s].timePeriod;
- // if(s == 0){
- // info.status = true
- // this.from.scheduledCremationTime = res.data[i].timeAndTotalList[s].timePeriod;
- // }
this.sjlist.push(info)
}
}
@@ -380,6 +410,7 @@
return
}
this.from.obituaryOrderNumber = this.bspersoninfo.obituaryOrderNumber
+ this.from.furnaceId = this.hhlid
console.log("from",this.from);
// return
this.API.hhlyy(this.from).then(res=>{
diff --git a/pages/funeralculture/funeralculture.vue b/pages/funeralculture/funeralculture.vue
index 4407499..fb6c372 100644
--- a/pages/funeralculture/funeralculture.vue
+++ b/pages/funeralculture/funeralculture.vue
@@ -9,7 +9,7 @@
{{item.title}}
-
+
@@ -48,7 +48,7 @@
computed:{
pageTop(){return parseInt(88*uni.getSystemInfoSync().windowWidth/750) + uni.getSystemInfoSync().statusBarHeight}
},
- onShow() {
+ onLoad() {
this.getfbgl();
},
methods: {
diff --git a/pages/funeralguide/funeralguide.vue b/pages/funeralguide/funeralguide.vue
index 4a210d9..62c8511 100644
--- a/pages/funeralguide/funeralguide.vue
+++ b/pages/funeralguide/funeralguide.vue
@@ -9,7 +9,7 @@
{{item.title}}
-
+
@@ -48,7 +48,7 @@
computed:{
pageTop(){return parseInt(88*uni.getSystemInfoSync().windowWidth/750) + uni.getSystemInfoSync().statusBarHeight}
},
- onShow() {
+ onLoad() {
this.getfbgl();
},
methods: {
diff --git a/pages/funerallaw/funerallaw.vue b/pages/funerallaw/funerallaw.vue
index 30b3d88..c89d535 100644
--- a/pages/funerallaw/funerallaw.vue
+++ b/pages/funerallaw/funerallaw.vue
@@ -9,7 +9,7 @@
{{item.title}}
-
+
@@ -48,7 +48,7 @@
computed:{
pageTop(){return parseInt(88*uni.getSystemInfoSync().windowWidth/750) + uni.getSystemInfoSync().statusBarHeight}
},
- onShow() {
+ onLoad() {
this.getfbgl();
},
methods: {
@@ -71,7 +71,7 @@
tzdetail(item){
console.log("ress",item);
uni.navigateTo({
- url:'/pages/xxdetail/xxdetail?info=' + JSON.stringify(item)
+ url:'/pages/xxdetail/xxdetail?info=' + item
})
}
},
diff --git a/pages/funeralproblem/funeralproblem.vue b/pages/funeralproblem/funeralproblem.vue
index c7c20e5..b7c0da1 100644
--- a/pages/funeralproblem/funeralproblem.vue
+++ b/pages/funeralproblem/funeralproblem.vue
@@ -9,7 +9,7 @@
{{item.title}}
-
+
@@ -48,7 +48,7 @@
computed:{
pageTop(){return parseInt(88*uni.getSystemInfoSync().windowWidth/750) + uni.getSystemInfoSync().statusBarHeight}
},
- onShow() {
+ onLoad() {
this.getfbgl();
},
methods: {
diff --git a/pages/funeralreport/funeralreport.vue b/pages/funeralreport/funeralreport.vue
index 4827870..a807d93 100644
--- a/pages/funeralreport/funeralreport.vue
+++ b/pages/funeralreport/funeralreport.vue
@@ -42,46 +42,89 @@
-
- 预约人信息(必填)
+
+ 联系人信息(必填)
+
+
+
+
+
+ 联系人姓名
+
+
+
+ 联系人电话
+
+
+
-
-
-
-
- 预约人姓名
+
+
+
+ 遗体接运信息(必填)
+
+
+
+
+
+
+
+
+ 接运地点
+
-
-
- 预约人电话
+
+
+
+
+
+
+ 接运时间
+
+
+
+
+
+
+
+ 备注
+
-
+
+
-
- 死亡相关(必填)
-
-
-
-
-
- 死亡原因
-
-
- {{from.deathdate}}
- 死亡日期
+
+ 死亡因数(必填)
+
+
+
+
+
+ 死亡原因
+
+
+ {{from.deathdate}}
+ 死亡日期
+
+
-
-
- 家属信息(选填)
-
-
+
+ 家属信息(选填)
+
+
@@ -121,15 +164,15 @@
联系电话
-
+
- 下一步
+ 提交
-
+
@@ -141,7 +184,7 @@
BASE_URL,
fileList: [],
nvConfig:{
- title:"填写基本信息",
+ title:"报丧登记",
bgColor:"#ffffff",
color:"#000000",
fixedAssist:{
@@ -169,7 +212,13 @@
relativeIdCardNumber:"",
relativeAddress:"",
- provelmage:""
+ provelmage:"",
+
+ accessLocation:"",
+ accessTime:"",
+ obituaryType:"",
+ remarks:"",
+ userId:"",
},
xbshow:false,
xbcolumns: [
@@ -181,6 +230,28 @@
],
timeshow:false,
jytimeshow:false,
+ swyycolumns:[
+ ['自然死亡','疾病死亡','意外死亡']
+ ],
+ swyyshow:false,
+
+
+ //
+ timeshow1:false,
+ accessLocation:"",
+ area:"",
+ xxarea:"",
+ areashow:false,
+ areacolumns:[
+ ['地区1', '地区2']
+ ],
+
+ accessTime:"请选择",
+ accessTimeby:2,
+ timeshow:false,
+ remarks:"",
+ info:{}
+ //
};
},
onPageScroll(e) {this.$refs.nv.pageScroll(e)},
@@ -188,8 +259,74 @@
pageTop(){return parseInt(88*uni.getSystemInfoSync().windowWidth/750) + uni.getSystemInfoSync().statusBarHeight}
},
onLoad(params) {
+ const timestamp = Date.now();
+ this.accessTime = this.timestampToTime(timestamp);
+
},
methods:{
+ //
+ xztime(value){
+ this.timeshow1 = false
+ var that = this;
+ let selectTime =this.timestampToTime(value.value);
+ that.accessTime = selectTime;
+ },
+ qxtime(){
+ this.timeshow1 = false
+ },
+ timeclose(){
+ this.timeshow1 = false
+ },
+ timestampToTime(timestamp) {
+ timestamp = timestamp ? timestamp : null;
+ let date = new Date(timestamp);//时间戳为10位需*1000,时间戳为13位的话不需乘1000
+ let Y = date.getFullYear() + '-';
+ let M = (date.getMonth() + 1 < 10 ? '0' + (date.getMonth() + 1) : date.getMonth() + 1) + '-';
+ let D = (date.getDate() < 10 ? '0' + date.getDate() : date.getDate()) + ' ';
+ let h = (date.getHours() < 10 ? '0' + date.getHours() : date.getHours()) + ':';
+ let m = (date.getMinutes() < 10 ? '0' + date.getMinutes() : date.getMinutes()) + ':';
+ let s = date.getSeconds() < 10 ? '0' + date.getSeconds() : date.getSeconds();
+ return Y + M + D + h + m + s;
+ },
+ funeralresult(){
+ this.from.accessLocation = this.area
+ this.from.accessTime = this.accessTime
+ // this.info.obituaryType = "网上报丧"
+ if(uni.getStorageSync('dh') == 2){
+ this.from.obituaryType = "电话报丧"
+ }else{
+ this.from.obituaryType = "网上报丧"
+ }
+ this.from.remarks = this.remarks
+ this.from.userId = uni.getStorageSync("USERS_KEY").userId
+ // console.log(this.from);
+ if(this.from.deceasedName == '' || this.from.deceasedAge == '' || this.from.idCardNumber == '' || this.from.ethnicity == '' || this.from.contactName == '' || this.from.contactPhone == '' || this.from.deathCase == '' || this.from.deathdate == '请选择' || this.sex == '请选择' || this.area != '请输入详细地址' || this.accessTime != "请选择" || this.remarks != ''){
+ uni.showToast({
+ icon:"error",
+ title:"请填写完整必填信息"
+ })
+ }else{
+ // console.log(1123);
+ this.API.tjwsyy(this.info).then(res=>{
+ console.log("网上报丧",res);
+ })
+ uni.navigateTo({
+ url: '/pages/funeralresult/funeralresult',
+ })
+ }
+ },
+ // 地区选择确认回调
+ areaconfirm(e){
+ this.areashow = false
+ this.area = e.value[0];
+ },
+ areaclose(){
+ this.areashow = false
+ },
+ timeclose(){
+ this.timeshow = false
+ },
+ //
// 上传图片
async afterRead(event) {
console.log(event);
@@ -217,8 +354,9 @@
this.fileList.splice(event.index, 1)
},
funeralreportmove(){
+ // this.from.deceasedSex = this.sex
var info = JSON.stringify(this.from)
- console.log("提交的数据",this.from);
+ console.log("提交的数据",this.from,this.sex);
// return
// deceasedName deceasedAge idCardNumber ethnicity contactName contactPhone deathCase deathdate sex
if(this.from.deceasedName == '' || this.from.deceasedAge == '' || this.from.idCardNumber == '' || this.from.ethnicity == '' || this.from.contactName == '' || this.from.contactPhone == '' || this.from.deathCase == '' || this.from.deathdate == '请选择' || this.sex == '请选择'){
@@ -240,6 +378,7 @@
xbconfirm(e){
this.xbshow = false
this.sex = e.value[0]
+ this.from.deceasedSex = e.value[0]
console.log("性别选择",e);
},
// 性别取消选择
@@ -263,6 +402,17 @@
timeclose(){
this.timeshow = false
},
+ // 死亡原因确认
+ swyyconfirm(e){
+ console.log("e",e);
+ this.from.deathCase = e.value[0]
+ this.swyyshow = false
+ },
+ // 死亡原因取消
+ swyyclose(){
+ this.swyyshow = false
+ }
+
}
}
diff --git a/pages/funeralreportmove/funeralreportmove.vue b/pages/funeralreportmove/funeralreportmove.vue
index 62f1ca8..41ebb30 100644
--- a/pages/funeralreportmove/funeralreportmove.vue
+++ b/pages/funeralreportmove/funeralreportmove.vue
@@ -3,49 +3,46 @@
-
-
- 遗体接运信息(必填)
-
-
-
-
-
-
-
+
+ 遗体接运信息(必填)
+
+
+
+
+
+
+
+
+ 接运地点
- 接运地点
-
-
-
-
-
- {{accessTime}}
+
+
+
+
+
+
+ 接运时间
- 接运时间
-
-
-
-
-
+
+
+
+
+
+ 备注
- 备注
-
-
-
-
-
+
+
- 新闻资讯
-
-
- 查看更多 >
+ 殡葬服务
-
-
-
- 眉山仁寿城北小学激发学生爱国主义热情
- 500人阅读
-
-
-
-
-
-
+
+
+
+
+
+ 文化宣传
+
+
+
+
+
+ 普法宣传
+
+
+
+
+
+ 办事指南
+
+
+
+
+
+ 常见问题
+
+
+
+
+
+
+ 区域服务
+
+
+
+
+
+
+
+ 门楼牌申报
+
+
+
+
+
+ 地名标志牌申报
+
+
+
+
+
+ 建筑物备案
+
+
+
+
+
+ 地名命名申报
+
+
+
+
+
+
+
+ 地名查询服务
+
+
+
+
+
+
+
+ 未保服务
+
+
+
+
+
+
+
+ 个案登记
+
+
+
+
@@ -120,7 +190,35 @@
onLoad() {
uni.hideTabBar();
},
- methods: {
+ methods: {
+ //
+ funeralculture() {
+ uni.navigateTo({
+ url: '/pages/funeralculture/funeralculture'
+ })
+ },
+ funerallaw() {
+ uni.navigateTo({
+ url: '/pages/funerallaw/funerallaw'
+ })
+ },
+ funeralguide() {
+ uni.navigateTo({
+ url: '/pages/funeralguide/funeralguide'
+ })
+ },
+ funeralproblem() {
+ uni.navigateTo({
+ url: '/pages/funeralproblem/funeralproblem'
+ })
+ },
+ //
+ gopath(e) {
+ uni.navigateTo({
+ url: e
+ })
+ },
+ //
gopath(e) {
uni.navigateTo({
url: e
@@ -128,7 +226,7 @@
},
toponym() {
uni.navigateTo({
- url:"/pages/toponym/toponym"
+ url:"/pages/declaration/newDeclaration"
})
},
tzyl(){
@@ -140,29 +238,68 @@
lmpsb(){
uni.navigateTo({
// url:'/pages/mapdoorplate/mapdoorplate'
- url: '/pages/receiptRegistration/receiptRegistration'
+ url:'/pages/map1/map'
+ // url: '/pages/receiptRegistration/receiptRegistration'
})
},
- minor() {
- uni.navigateTo({
- url: '/pages/minor/minor'
+ minor() {
+ uni.navigateTo({
+ // url:'/pages/mapdoorplate/mapdoorplate'
+ url: '/pages/receiptRegistration/receiptRegistration'
})
+ // uni.navigateTo({
+ // url: '/pages/minor/minor'
+ // })
},
journalism() {
uni.navigateTo({
url: '/pages/journalism/journalism'
})
+ },
+ // 获取用户信息
+ hquserinfo(){
+ var info = {
+ userId:uni.getStorageSync("USERS_KEY").userId,
+ }
+ this.API.hquserinfo(info).then(res=>{
+ console.log("获取用户信息",res);
+ this.user.nickName = res.data.nickName;
+ this.user.avatar = res.data.avatar
+ this.user.deptId = res.data.deptId
+ console.log("信息",this.user);
+ })
},
funeral() {
- if(uni.getStorageSync('userjs') != '普通用户'){
- uni.switchTab({
- url: '/pages/my/my'
- })
- }else{
- uni.switchTab({
- url: '/pages/funeral/funeral'
- })
- }
+ var info = {
+ userId:uni.getStorageSync("USERS_KEY").userId,
+ }
+ this.API.hquserinfo(info).then(res=>{
+ console.log("获取用户信息",res);
+ console.log("信息1",res.data.roles[0].roleName,uni.getStorageSync('userjs'));
+ if(res.data.roles[0].roleName != uni.getStorageSync('userjs')){
+ uni.reLaunch({
+ url: '/pages/login/login'
+ });
+ return
+ }
+ if(uni.getStorageSync('userjs') == null || uni.getStorageSync('userjs') == undefined){
+ uni.reLaunch({
+ url: '/pages/login/login'
+ });
+ return
+ }
+
+ if(uni.getStorageSync('userjs') != '普通用户'){
+ uni.switchTab({
+ url: '/pages/my/my'
+ })
+ }else{
+ uni.switchTab({
+ url: '/pages/funeral/funeral'
+ })
+ }
+ })
+
},
map() {
uni.navigateTo({
diff --git a/pages/map1/home.scss b/pages/map1/home.scss
new file mode 100644
index 0000000..d615498
--- /dev/null
+++ b/pages/map1/home.scss
@@ -0,0 +1,45 @@
+.page{
+ position: relative;
+ width: 100%;
+ overflow: hidden;
+}
+
+.cent {
+ position: fixed;
+ bottom: 0;
+ width: 100%;
+ .list {
+ flex-wrap: wrap;
+ .on {
+ border: 2rpx solid sandybrown;
+ border-radius: 18rpx;
+ }
+ .item {
+ width: 20%;
+ height: 100rpx;
+ text-align: center;
+ font-size: 22rpx;
+ font-weight: 500;
+ color: #676767;
+ background: #FFFFFF;
+ // box-sizing: border-box;
+ padding: 20rpx 0rpx;
+ margin-left: 4%;
+ margin-bottom: 20rpx;
+ border-radius: 18rpx;
+ }
+ }
+ .list1 {
+ background: #FFFFFF;
+ padding: 0 30rpx;
+ .item {
+ width: 100%;
+ align-items: center;
+ padding: 20rpx 0;
+ border-top: 2rpx solid #EEEEEE;
+ font-size: 24rpx;
+ font-weight: 500;
+ color: #676767;
+ }
+ }
+}
\ No newline at end of file
diff --git a/pages/map1/map - 副本.vue b/pages/map1/map - 副本.vue
new file mode 100644
index 0000000..acf68e4
--- /dev/null
+++ b/pages/map1/map - 副本.vue
@@ -0,0 +1,266 @@
+
+
+
+
+
+
+
+
+
+ 区域
+
+ 全部
+ 老城区
+ 城南新区
+ 城北新区
+
+
+
+ 街道
+
+ 全部
+ 文林街道
+ 普宁街道
+ 怀仁街道
+ 展开
+
+
+
+ 镇
+
+ 全部
+ 文宫镇
+ 禾加镇
+ 龙马镇
+ 展开
+
+
+
+ 乡
+
+ 全部
+ 青岗乡
+ 谢安乡
+ 贵平乡
+ 展开
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/map1/map.vue b/pages/map1/map.vue
index f4c7233..5c6c926 100644
--- a/pages/map1/map.vue
+++ b/pages/map1/map.vue
@@ -1,266 +1,355 @@
-
+
-
-
-
-
-
-
-
- 区域
-
- 全部
- 老城区
- 城南新区
- 城北新区
-
-
-
- 街道
-
- 全部
- 文林街道
- 普宁街道
- 怀仁街道
- 展开
-
+
+
+
+
+
+
+
+
+
+
+
-
- 镇
-
- 全部
- 文宫镇
- 禾加镇
- 龙马镇
- 展开
+
+ {{item.text}}
+
+
+
+
+
+
+ {{item.title}}
+ {{item.address}}
-
-
- 乡
-
- 全部
- 青岗乡
- 谢安乡
- 贵平乡
- 展开
+
+
+
-
- |
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
-
-
-
+ }
+ };
+
+
+
diff --git a/pages/mapdoorplate/mapdoorplate.vue b/pages/mapdoorplate/mapdoorplate.vue
index 57414e1..d7215e3 100644
--- a/pages/mapdoorplate/mapdoorplate.vue
+++ b/pages/mapdoorplate/mapdoorplate.vue
@@ -19,7 +19,7 @@
路门牌情况
- {{sign.roadStatus?sign.roadStatus:'请选择'}}
+ {{sign.roadStatus?sign.roadStatus:'请选择'}}
@@ -34,7 +34,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -46,7 +46,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -58,7 +58,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -68,7 +68,8 @@
详细地址
- {{sign.address?sign.address:'请选择'}}
+ {{sign.address?sign.address:'请选择'}}
+
@@ -80,7 +81,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -126,7 +127,7 @@
fileList: [],
OrderType: 0,
nvConfig: {
- title: "路门牌上报",
+ title: "地名标志牌需求申报",
bgColor: "#ffffff",
color: "#000000",
fixedAssist: {
@@ -138,7 +139,7 @@
applyId: uni.getStorageSync('USERS_KEY').userId,
createdUser: uni.getStorageSync('USERS_KEY').userId,
roadStatus: null, //请选择路门牌情况
- status: '待审核', //审核状态
+ status: '待处理', //审核状态
name: null, //名称
phone: null, //联系电话
address: null, //详细地址
@@ -149,7 +150,7 @@
inspectionImage:null,//图片
},
- array:['正常','需维修', '需更换'] ,
+ array:['新申报','报修', '查询'] ,
};
},
@@ -251,6 +252,19 @@
+ }
+ }
+
+
+
\ No newline at end of file
diff --git a/pages/mapstakelinedetail/addmapstakelinedetail.vue b/pages/mapstakelinedetail/addmapstakelinedetail.vue
new file mode 100644
index 0000000..06c3fb8
--- /dev/null
+++ b/pages/mapstakelinedetail/addmapstakelinedetail.vue
@@ -0,0 +1,693 @@
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}*
+
+ bindPickerChange2(e,index)" :range="array1" :value="idx">
+
+ {{item.cent?item.cent:'请选择'}}
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}*
+
+
+
+
+
+
+
+
+
+ {{item.name}}*
+
+ bindPickerChange1(e,index,'array3')" :range="array3">
+
+ {{item.cent?item.cent:'请选择'}}
+
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}*
+
+
+ {{item.cent?item.cent:'请选择'}}
+
+
+
+
+
+
+
+
+
+ 纬度*
+
+
+ {{item.latitude?item.latitude:'请选择'}}
+
+
+
+
+
+
+
+
+
+ 经度*
+
+
+ {{item.longitude?item.longitude:'请选择'}}
+
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}*
+
+ {{item.cent?item.cent:'请选择'}}
+
+
+
+
+
+
+
+
+
+ {{item.name}}*
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}*
+
+ bindPickerChange1(e,index,'markerTypelist2')" :range="markerTypelist2">
+
+ {{item.cent?item.cent:'请选择'}}
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}*
+
+ bindPickerChange1(e,index,'markerTypelist1')"
+ :range="markerTypelist1">
+
+ {{item.cent?item.cent:'请选择'}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 图片
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/mapstakelinedetail/mapstakelinedetail.vue b/pages/mapstakelinedetail/mapstakelinedetail.vue
index 55ec3b7..2639221 100644
--- a/pages/mapstakelinedetail/mapstakelinedetail.vue
+++ b/pages/mapstakelinedetail/mapstakelinedetail.vue
@@ -20,13 +20,17 @@
- {{info.markerNumber}}
+ {{info.markerNumber || '-'}}
界桩编号
+ {{info.boundaryName || '-'}}
+ 界线名称
+
+
@@ -34,14 +38,24 @@
高程
- {{info.location}}
+ {{info.location || '-'}}
位置
- {{info.markerType}}
- 类型
+ {{info.longitude?info.longitude:'-'}}
+ 东经
+
+
+ {{info.latitude?info.latitude:'-'}}
+ 北纬
+
+
+
+
+ {{info.markerSpecification?info.markerSpecification:'-'}}
+ 规格
{{info.unit?info.unit:'-'}}
@@ -54,8 +68,8 @@
设立时间
- {{info.updatedTime?info.updatedTime:'-'}}
- 最近更新时间
+ {{info.enteredUser?info.enteredUser:'-'}}
+ 录入人姓名
@@ -133,16 +147,16 @@
-
+ -->
+
@@ -199,6 +213,11 @@
},
methods: {
+ gopath(e) {
+ uni.navigateTo({
+ url: e
+ })
+ },
getlist() {
this.API.getpatrol(this.pages).then(res=>{
console.log("巡检",res);
diff --git a/pages/maptask/maptask.scss b/pages/maptask/maptask.scss
index 4829307..f9c2f1d 100644
--- a/pages/maptask/maptask.scss
+++ b/pages/maptask/maptask.scss
@@ -4,28 +4,20 @@
}
.content {
width: 100%;
- padding-top: 100rpx;
+
}
.coupon-tab {
- position: fixed;
- left: 0;
- top: 0;
- z-index: 10;
display: flex;
align-items: center;
width: 100%;
- height: 190rpx;
- /* #ifdef MP-WEIXIN */
- height: 220rpx;
- /* #endif */
background-color: #ffffff;
+
.tab {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 33%;
- height: 100%;
text {
font-size: 28rpx;
color: #7C7C7C;
diff --git a/pages/maptask/maptask.vue b/pages/maptask/maptask.vue
index a5c44aa..a27bc6e 100644
--- a/pages/maptask/maptask.vue
+++ b/pages/maptask/maptask.vue
@@ -1,85 +1,90 @@
-
+
-
-
+
- 全部
+ 全部
- 未处理
+ 未处理
- 已处理
+ 已处理
-
-
-
-
-
-
- {{item.taskName}}
-
-
-
- {{item.taskStatus}}
+
+
+
+
+
+
+ {{item.taskName}}
+
+
+
+ {{item.taskStatus}}
+
+
+
+
-
-
-
-
-
-
-
-
+ }
+ }
+
+
+
\ No newline at end of file
diff --git a/pages/maptaskdetail/maptaskdetail.scss b/pages/maptaskdetail/maptaskdetail.scss
index 035aff2..71322e2 100644
--- a/pages/maptaskdetail/maptaskdetail.scss
+++ b/pages/maptaskdetail/maptaskdetail.scss
@@ -160,8 +160,8 @@
width: 94%;
position: fixed;
bottom: 30rpx;
- background: rgba(255,255,255,0.63);
- border-radius: 30rpx;
+ // background: rgba(255,255,255,0.63);
+ // border-radius: 30rpx;
.bottom-two {
display: flex;
justify-content: space-between;
diff --git a/pages/my/my.vue b/pages/my/my.vue
index ef96792..2b4f6b8 100644
--- a/pages/my/my.vue
+++ b/pages/my/my.vue
@@ -10,7 +10,7 @@
-
+
@@ -18,56 +18,27 @@
- {{user.roleIds}}
-
+ {{user.userId}}
-
-
+
+
+ 服务
+
-
-
-
-
-
- 待评价
+
+
+
+ 服务
+
-
- -->
-
-
-
+
我的服务
@@ -115,64 +86,24 @@
-
-
-
-
-
-
-
- 司机消息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 收敛工消息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 电话报丧
-
-
-
-
-
-
-
-
+
diff --git a/static/.DS_Store b/static/.DS_Store
new file mode 100644
index 0000000..cd30a17
--- /dev/null
+++ b/static/.DS_Store
diff --git a/static/imgs/index/icon23.png b/static/imgs/index/icon23.png
new file mode 100644
index 0000000..3bb4580
--- /dev/null
+++ b/static/imgs/index/icon23.png
diff --git a/static/imgs/index/icon24.png b/static/imgs/index/icon24.png
new file mode 100644
index 0000000..8464a6a
--- /dev/null
+++ b/static/imgs/index/icon24.png
diff --git a/static/imgs/index/icon25.png b/static/imgs/index/icon25.png
new file mode 100644
index 0000000..d1e9f3e
--- /dev/null
+++ b/static/imgs/index/icon25.png
diff --git a/static/imgs/index/icon26.png b/static/imgs/index/icon26.png
new file mode 100644
index 0000000..f0e9648
--- /dev/null
+++ b/static/imgs/index/icon26.png
diff --git a/static/imgs/index/icon27.png b/static/imgs/index/icon27.png
new file mode 100644
index 0000000..3d7328b
--- /dev/null
+++ b/static/imgs/index/icon27.png
diff --git a/static/imgs/index/icon28.png b/static/imgs/index/icon28.png
new file mode 100644
index 0000000..2dc273f
--- /dev/null
+++ b/static/imgs/index/icon28.png
diff --git a/static/imgs/index/icon29.png b/static/imgs/index/icon29.png
new file mode 100644
index 0000000..471c529
--- /dev/null
+++ b/static/imgs/index/icon29.png
diff --git a/static/imgs/index/icon30.png b/static/imgs/index/icon30.png
new file mode 100644
index 0000000..8670d36
--- /dev/null
+++ b/static/imgs/index/icon30.png
diff --git a/static/imgs/index/icon31.png b/static/imgs/index/icon31.png
new file mode 100644
index 0000000..8c60fad
--- /dev/null
+++ b/static/imgs/index/icon31.png
diff --git a/static/imgs/index/icon32.png b/static/imgs/index/icon32.png
new file mode 100644
index 0000000..cdbfdae
--- /dev/null
+++ b/static/imgs/index/icon32.png
diff --git a/static/imgs/index/icon33.png b/static/imgs/index/icon33.png
new file mode 100644
index 0000000..3d9ce7b
--- /dev/null
+++ b/static/imgs/index/icon33.png
diff --git a/static/imgs/index/icon34.png b/static/imgs/index/icon34.png
new file mode 100644
index 0000000..69f0328
--- /dev/null
+++ b/static/imgs/index/icon34.png
diff --git a/static/xj.png b/static/xj.png
new file mode 100644
index 0000000..7798b3c
--- /dev/null
+++ b/static/xj.png
diff --git a/uni_modules/.DS_Store b/uni_modules/.DS_Store
new file mode 100644
index 0000000..a87daa2
--- /dev/null
+++ b/uni_modules/.DS_Store
diff --git a/unpackage/.DS_Store b/unpackage/.DS_Store
new file mode 100644
index 0000000..fa039b1
--- /dev/null
+++ b/unpackage/.DS_Store