问卷调查修改描述显示
This commit is contained in:
@@ -2,10 +2,7 @@
|
||||
<view class="contentStyle">
|
||||
<scroll-view class="page" scroll-y="true">
|
||||
<view class="survey-title">{{ detailItem.title || '' }}</view>
|
||||
<view class="survey-desc" v-if="questionList.length > 0">
|
||||
为了给您提供更好的服务,希望您能抽出几分钟时间,将最近的感受和建议告诉我们,
|
||||
我们十分重视每位用户的宝贵意见,期待您的参与!
|
||||
</view>
|
||||
<view class="survey-desc">{{ detailItem.description || '' }}</view>
|
||||
|
||||
<view v-if="questionList.length === 0" class="empty-tip">
|
||||
<text>暂无问卷内容</text>
|
||||
@@ -142,7 +139,7 @@ page {
|
||||
font-weight: 600;
|
||||
color: #333;
|
||||
text-align: center;
|
||||
margin: 0px 0 20rpx 0;
|
||||
margin: 0px 0 30rpx 0;
|
||||
}
|
||||
|
||||
.survey-desc {
|
||||
@@ -163,7 +160,8 @@ page {
|
||||
}
|
||||
|
||||
.question-item {
|
||||
margin-bottom: 30rpx;
|
||||
/* margin-bottom: 30rpx; */
|
||||
margin: 30rpx 0 ;
|
||||
}
|
||||
|
||||
.question-title {
|
||||
|
||||
@@ -11,11 +11,7 @@
|
||||
<view class="survey-title">{{ detailItem.title || '' }}</view>
|
||||
|
||||
<!-- 问卷说明 -->
|
||||
<!-- <view class="survey-desc">{{ detailItem.description || '' }}</view> -->
|
||||
<view class="survey-desc" v-if="questionList.length >0">
|
||||
为了给您提供更好的服务,希望您能抽出几分钟时间,将最近的感受和建议告诉我们,
|
||||
我们十分重视每位用户的宝贵意见,期待您的参与!
|
||||
</view>
|
||||
<view class="survey-desc">{{ detailItem.description || '' }}</view>
|
||||
|
||||
<!-- 空状态 -->
|
||||
<view v-if="questionList.length === 0" class="empty-tip">
|
||||
@@ -232,7 +228,7 @@ const handleSubmit = async () => {
|
||||
uni.showToast({ title: res.msg || '提交失败', icon: 'none' })
|
||||
}
|
||||
} catch (err) {
|
||||
console.log('errrr',err)
|
||||
// console.log('errrr',err)
|
||||
uni.hideLoading()
|
||||
uni.showToast({ title: err.msg || '网络异常', icon: 'none' })
|
||||
}
|
||||
@@ -297,7 +293,8 @@ page {
|
||||
}
|
||||
|
||||
.question-item {
|
||||
margin-bottom: 30rpx;
|
||||
// margin-bottom: 30rpx;
|
||||
margin: 30rpx 0;
|
||||
|
||||
.question-title {
|
||||
font-size: 32rpx;
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
</text>
|
||||
</view>
|
||||
|
||||
<uni-divider margin="10rpx 0"></uni-divider>
|
||||
|
||||
<view class="info-list">
|
||||
<view class="info-item">
|
||||
<text class="label">来访地址:</text>
|
||||
|
||||
Reference in New Issue
Block a user