修改在修报修标题显示;开通消息推送
This commit is contained in:
@@ -21,7 +21,8 @@
|
|||||||
"Geolocation" : {},
|
"Geolocation" : {},
|
||||||
"Maps" : {},
|
"Maps" : {},
|
||||||
"Camera" : {},
|
"Camera" : {},
|
||||||
"Contacts" : {}
|
"Contacts" : {},
|
||||||
|
"Push" : {}
|
||||||
},
|
},
|
||||||
/* 应用发布信息 */
|
/* 应用发布信息 */
|
||||||
"distribute" : {
|
"distribute" : {
|
||||||
@@ -69,7 +70,14 @@
|
|||||||
"push" : {
|
"push" : {
|
||||||
"unipush" : {
|
"unipush" : {
|
||||||
"version" : "2",
|
"version" : "2",
|
||||||
"offline" : false
|
"offline" : true,
|
||||||
|
"hms" : {},
|
||||||
|
"oppo" : {},
|
||||||
|
"vivo" : {},
|
||||||
|
"mi" : {},
|
||||||
|
"meizu" : {},
|
||||||
|
"honor" : {},
|
||||||
|
"fcm" : {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -188,7 +188,7 @@ const submitForm = async () => {
|
|||||||
const params = {
|
const params = {
|
||||||
villageId,
|
villageId,
|
||||||
maintenanceItemId:projectId.value,
|
maintenanceItemId:projectId.value,
|
||||||
title: form.value.title,
|
item: form.value.title,
|
||||||
problem: form.value.desc,
|
problem: form.value.desc,
|
||||||
residentId:userId,//人员id
|
residentId:userId,//人员id
|
||||||
// repairTypeName: repairProject.value,
|
// repairTypeName: repairProject.value,
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
<!-- 空状态 -->
|
<!-- 空状态 -->
|
||||||
<view v-if="questionList.length === 0" class="empty-tip">
|
<view v-if="questionList.length === 0" class="empty-tip">
|
||||||
<text>问卷内容加载中,请稍后...</text>
|
<text>暂无数据</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 动态问题列表 -->
|
<!-- 动态问题列表 -->
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
<scroll-view class="main-scroll" scroll-y>
|
<scroll-view class="main-scroll" scroll-y>
|
||||||
<!-- banner -->
|
<!-- banner -->
|
||||||
<view class="bannarClass">
|
<view class="bannarClass">
|
||||||
<up-swiper :list="bannerList" indicator indicatorMode="dot" imgMode="aspectFill" radius="12"></up-swiper>
|
<up-swiper :list="bannerList" indicator indicatorMode="dot" imgMode="aspectFill" radius="10"></up-swiper>
|
||||||
</view>
|
</view>
|
||||||
<!-- 公告 -->
|
<!-- 公告 -->
|
||||||
<view class="noticeClass" @click="getNoticeMore">
|
<view class="noticeClass" @click="getNoticeMore">
|
||||||
|
|||||||
Reference in New Issue
Block a user