修改bug

This commit is contained in:
zhouyanli
2026-08-26 14:10:23 +08:00
parent e1522e7792
commit c862c6ae4b
8 changed files with 24 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
"appid" : "__UNI__29C3D60", "appid" : "__UNI__29C3D60",
"description" : "智慧社区居民端面向小区业主使用,支持注册、验证码、账号密码多种登录方式,提供密码找回功能,账号使用安全便捷。支持多小区切换,首页设有轮播 banner、社区公告集成远程开门、生活缴费、在线报修、访客邀请、社区活动常用服务。全服务板块统一涵盖门禁开门、线上缴费、报修申报、访客预约、投诉反馈、问卷调研、活动报名、社区公示、一键联系物业功能。个人中心可管理房屋、住户、车位、车辆信息支持更换手机号、修改密码、消息通知设置、版本更新及账号退出一站式满足业主居家生活、社区服务、房产车辆管理需求实现社区生活数字化、便捷化。", "description" : "智慧社区居民端面向小区业主使用,支持注册、验证码、账号密码多种登录方式,提供密码找回功能,账号使用安全便捷。支持多小区切换,首页设有轮播 banner、社区公告集成远程开门、生活缴费、在线报修、访客邀请、社区活动常用服务。全服务板块统一涵盖门禁开门、线上缴费、报修申报、访客预约、投诉反馈、问卷调研、活动报名、社区公示、一键联系物业功能。个人中心可管理房屋、住户、车位、车辆信息支持更换手机号、修改密码、消息通知设置、版本更新及账号退出一站式满足业主居家生活、社区服务、房产车辆管理需求实现社区生活数字化、便捷化。",
"versionName" : "1.2.0", "versionName" : "1.2.0",
"versionCode" : 133, "versionCode" : 134,
"transformPx" : false, "transformPx" : false,
"uniCloud" : { "uniCloud" : {
"provider" : "aliyun", "provider" : "aliyun",

View File

@@ -22,7 +22,7 @@
<!-- 加载中 / 无更多 / 空布局 --> <!-- 加载中 / 无更多 / 空布局 -->
<view class="load-more" v-if="loadingMore">加载中...</view> <view class="load-more" v-if="loadingMore">加载中...</view>
<view class="no-more" v-if="noMoreData && revenueList.length">没有更多通知</view> <view class="no-more" v-if="noMoreData && revenueList.length">没有更多了</view>
<view v-if="revenueList.length === 0 && !loading" class="empty-state"> <view v-if="revenueList.length === 0 && !loading" class="empty-state">
<uni-icons type="info" size="30" color="#ccc"></uni-icons> <uni-icons type="info" size="30" color="#ccc"></uni-icons>
<text class="empty-text">暂无数据</text> <text class="empty-text">暂无数据</text>
@@ -117,7 +117,7 @@ onUnload(()=>{
<style lang="scss"> <style lang="scss">
page { page {
background: #f9f9f9; background: linear-gradient(to bottom left, #E2F0FF 0%, #f9f9f9 50%);
} }
.page { .page {
min-height: 100vh; min-height: 100vh;

View File

@@ -303,15 +303,13 @@
]) ])
const cardTypes = ref([]) const cardTypes = ref([])
const relations = ref([]) const relations = ref([])
const upDataListNum = ref(0) const upDataListNum = ref(0)
// const idCardFront = ref('') // const idCardFront = ref('')
// const idCardBack = ref('') // const idCardBack = ref('')
const frontSideOfIDcardSrc = ref('http://47.104.199.163:9090/images/propertyImgs/frontSideOfIDcard.png') const frontSideOfIDcardSrc = ref('http://wuye.ckdzkj.com/images/propertyImgs/frontSideOfIDcard.png')
const backSideOfIDcardSrc = ref('http://47.104.199.163:9090/images/propertyImgs/backSideOfIDcard.png') const backSideOfIDcardSrc = ref('http://wuye.ckdzkj.com/images/propertyImgs/backSideOfIDcard.png')
const houseId = ref(undefined) const houseId = ref(undefined)
const type = ref('') const type = ref('')

View File

@@ -122,7 +122,7 @@ onUnload(()=>{
<style lang="scss"> <style lang="scss">
page { page {
background: #f9f9f9; background: linear-gradient(to bottom left, #E2F0FF 0%, #f9f9f9 50%);
} }
.list-wrap { .list-wrap {
padding: 40rpx; padding: 40rpx;

View File

@@ -111,7 +111,7 @@ import { getManagePhoneData } from '../api/apiSub.js'
.page { .page {
flex: 1; flex: 1;
overflow-y: auto; overflow-y: auto;
padding: 0px 40rpx; padding: 20px 40rpx;
box-sizing: border-box; box-sizing: border-box;
} }

View File

@@ -2,7 +2,10 @@
<view class="contentStyle"> <view class="contentStyle">
<scroll-view class="page" scroll-y="true"> <scroll-view class="page" scroll-y="true">
<view class="survey-title">{{ detailItem.title || '' }}</view> <view class="survey-title">{{ detailItem.title || '' }}</view>
<view class="survey-desc">{{ detailItem.description || '' }}</view> <view class="survey-desc">
为了给您提供更好的服务希望您能抽出几分钟时间将最近的感受和建议告诉我们
我们十分重视每位用户的宝贵意见期待您的参与
</view>
<view v-if="questionList.length === 0" class="empty-tip"> <view v-if="questionList.length === 0" class="empty-tip">
<text>暂无问卷内容</text> <text>暂无问卷内容</text>

View File

@@ -11,7 +11,11 @@
<view class="survey-title">{{ detailItem.title || '' }}</view> <view class="survey-title">{{ detailItem.title || '' }}</view>
<!-- 问卷说明 --> <!-- 问卷说明 -->
<view class="survey-desc">{{ detailItem.description || '' }}</view> <!-- <view class="survey-desc">{{ detailItem.description || '' }}</view> -->
<view class="survey-desc">
为了给您提供更好的服务希望您能抽出几分钟时间将最近的感受和建议告诉我们
我们十分重视每位用户的宝贵意见期待您的参与
</view>
<!-- 空状态 --> <!-- 空状态 -->
<view v-if="questionList.length === 0" class="empty-tip"> <view v-if="questionList.length === 0" class="empty-tip">
@@ -168,7 +172,12 @@ onShow(() => {
}) })
const selectRadio = (cid, label) => { const selectRadio = (cid, label) => {
answers.value[cid] = label // 再次点击已选中的选项时取消选择
if (answers.value[cid] === label) {
delete answers.value[cid]
} else {
answers.value[cid] = label
}
} }
const isChecked = (cid, label) => { const isChecked = (cid, label) => {

View File

@@ -489,13 +489,13 @@
{ {
"path": "questionnaireFillout", "path": "questionnaireFillout",
"style": { "style": {
"navigationBarTitleText": "问卷详情" "navigationBarTitleText": "问卷调查"
} }
}, },
{ {
"path": "questionnaireDetail", "path": "questionnaireDetail",
"style": { "style": {
"navigationBarTitleText": "问卷详情" "navigationBarTitleText": "问卷调查"
} }
}, { }, {
"path": "contactProperty", "path": "contactProperty",