|
@@ -35,12 +35,11 @@
|
|
|
<question-item :item="item" :index="index" @change="handleAnswerChange"></<question-item>
|
|
<question-item :item="item" :index="index" @change="handleAnswerChange"></<question-item>
|
|
|
</view>
|
|
</view>
|
|
|
</view> -->
|
|
</view> -->
|
|
|
- <view class="bottom adfacjb">
|
|
|
|
|
- <view class="bottom-left adffcac" @click="showTeamInfo" v-if="type==1">
|
|
|
|
|
- <image :src="imgBase+'questionnaire_info.png'"></image>
|
|
|
|
|
- <text>团队信息</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="bottom-left adffcac" @click="showTeamUser" v-else-if="turnType==='questionnaire'">
|
|
|
|
|
|
|
+ <view class="bottom adfacjb" v-if="type==1">
|
|
|
|
|
+ <view class="bottom-right" style="width: 100%;" @click="confirmSubmit">提交问卷</view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class="bottom adfacjb" v-else-if="turnType==='questionnaire'">
|
|
|
|
|
+ <view class="bottom-left adffcac" @click="showTeamUser">
|
|
|
<image :src="imgBase+'questionnaire_users.png'"></image>
|
|
<image :src="imgBase+'questionnaire_users.png'"></image>
|
|
|
<text>团队人员</text>
|
|
<text>团队人员</text>
|
|
|
</view>
|
|
</view>
|
|
@@ -480,7 +479,8 @@
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
letter-spacing: 2rpx;
|
|
letter-spacing: 2rpx;
|
|
|
&.questionnaire{
|
|
&.questionnaire{
|
|
|
- width: 383rpx;
|
|
|
|
|
|
|
+ margin-left: 40rpx;
|
|
|
|
|
+ flex: 1;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|