diff --git a/property-uniapp-project/manifest.json b/property-uniapp-project/manifest.json index bbcea64..d2e579a 100644 --- a/property-uniapp-project/manifest.json +++ b/property-uniapp-project/manifest.json @@ -21,7 +21,8 @@ "Geolocation" : {}, "Maps" : {}, "Camera" : {}, - "Contacts" : {} + "Contacts" : {}, + "Push" : {} }, /* 应用发布信息 */ "distribute" : { @@ -69,7 +70,14 @@ "push" : { "unipush" : { "version" : "2", - "offline" : false + "offline" : true, + "hms" : {}, + "oppo" : {}, + "vivo" : {}, + "mi" : {}, + "meizu" : {}, + "honor" : {}, + "fcm" : {} } } } diff --git a/property-uniapp-project/pageSubPack/online-repair/publicRepair.vue b/property-uniapp-project/pageSubPack/online-repair/publicRepair.vue index 608cc95..391980b 100644 --- a/property-uniapp-project/pageSubPack/online-repair/publicRepair.vue +++ b/property-uniapp-project/pageSubPack/online-repair/publicRepair.vue @@ -188,7 +188,7 @@ const submitForm = async () => { const params = { villageId, maintenanceItemId:projectId.value, - title: form.value.title, + item: form.value.title, problem: form.value.desc, residentId:userId,//人员id // repairTypeName: repairProject.value, diff --git a/property-uniapp-project/pageSubPack/service-list/questionnaireFillout.vue b/property-uniapp-project/pageSubPack/service-list/questionnaireFillout.vue index 34f9599..b588605 100644 --- a/property-uniapp-project/pageSubPack/service-list/questionnaireFillout.vue +++ b/property-uniapp-project/pageSubPack/service-list/questionnaireFillout.vue @@ -15,7 +15,7 @@ - 问卷内容加载中,请稍后... + 暂无数据 diff --git a/property-uniapp-project/pages/index/index.vue b/property-uniapp-project/pages/index/index.vue index 0a7d19f..75edaa4 100644 --- a/property-uniapp-project/pages/index/index.vue +++ b/property-uniapp-project/pages/index/index.vue @@ -37,7 +37,7 @@ - +