|
|
@@ -15,25 +15,25 @@
|
|
|
<text>问卷答题说明</text>
|
|
|
<image :src="imgBase+'icon_memo.png'"></image>
|
|
|
</view>
|
|
|
- <scroll-view class="list" scroll-y="true" :scroll-top="scrollTop" :style="{ height: h - 203 - mt + 'px' }">
|
|
|
- <div v-if="isLoading" class="loading-container adfacjc">
|
|
|
- <div class="adfac">
|
|
|
+ <scroll-view class="list" scroll-y="true" :scroll-top="scrollTop" :style="{ height: h - 234 - mt + 'px' }">
|
|
|
+ <view v-if="isLoading" class="loading-container adfacjc">
|
|
|
+ <view class="adfac">
|
|
|
<u-loading-icon size="42"></u-loading-icon>
|
|
|
<text style="margin-left: 10rpx; font-size: 34rpx; color: #666666">问卷加载中...</text>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
<template v-else>
|
|
|
<view>
|
|
|
- <div class="l_item" v-for="(item, index) in list" :key="item.id" :id="'question-' + index">
|
|
|
+ <view class="l_item" v-for="(item, index) in list" :key="item.id" :id="'question-' + index">
|
|
|
<question-item :item="item" :index="index" @change="handleAnswerChange"></question-item>
|
|
|
- </div>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</template>
|
|
|
</scroll-view>
|
|
|
<!-- <view class="list">
|
|
|
- <div class="l_item" v-for="(item, index) in list" :key="item.id" :id="'question-' + index">
|
|
|
+ <view class="l_item" v-for="(item, index) in list" :key="item.id" :id="'question-' + index">
|
|
|
<question-item :item="item" :index="index" @change="handleAnswerChange"></<question-item>
|
|
|
- </div>
|
|
|
+ </view>
|
|
|
</view> -->
|
|
|
<view class="bottom adfacjb">
|
|
|
<view class="bottom-left adffcac" @click="showTeamInfo" v-if="type==1">
|
|
|
@@ -52,8 +52,7 @@
|
|
|
</view>
|
|
|
<view class="bottom-right" :class="{'questionnaire':turnType==='questionnaire'}" @click="confirmSubmit">提交问卷</view>
|
|
|
</view>
|
|
|
- <cus-notice title="问卷答题说明" :show="noticeShow" :content="noticeContent"
|
|
|
- @close="noticeShow=false" @handleKnow="noticeShow=false"></cus-notice>
|
|
|
+ <cus-notice :show="noticeShow" @close="noticeShow=false" @handleKnow="noticeShow=false"></cus-notice>
|
|
|
<cus-team-info :show="teamShow" :teamInfo="teamInfo" @close="teamShow=false"></cus-team-info>
|
|
|
<cus-team-user :show="userShow" :list="teamUserList" @close="userShow=false"></cus-team-user>
|
|
|
</view>
|
|
|
@@ -61,7 +60,7 @@
|
|
|
|
|
|
<script>
|
|
|
import QuestionItem from '@/components/QuestionItem/index3.vue'
|
|
|
- import CusNotice from '@/components/CusNotice/index.vue'
|
|
|
+ import CusNotice from '@/components/CusNotice/index2.vue'
|
|
|
import CusTeamInfo from '@/components/CusTeamInfo/index.vue'
|
|
|
import CusTeamUser from '@/components/CusTeamUser/index.vue'
|
|
|
export default {
|
|
|
@@ -410,7 +409,7 @@
|
|
|
|
|
|
.list{
|
|
|
width: 100%;
|
|
|
- padding: 0 24rpx;
|
|
|
+ padding: 0 24rpx 20rpx;
|
|
|
box-sizing: border-box;
|
|
|
// flex: 1;
|
|
|
// overflow-y: auto;
|