mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-08 18:36:47 +08:00
提交修改课程的评估
This commit is contained in:
@@ -9,16 +9,16 @@
|
||||
<view class="content" style="padding: 10px;">
|
||||
<view class="qitem" v-for="(ass,assIdx) in info.items" :key="assIdx">
|
||||
<view class="qitem-info">{{assIdx+1}}.{{ass.question}}</view>
|
||||
|
||||
<view class="qitem-values" v-if="ass.qType==1">
|
||||
<u-slider v-model="ass.answer" min="0" max="10" step="2" showValue></u-slider>
|
||||
</view>
|
||||
<view class="qitem-tips" v-if="ass.qType==1">
|
||||
<view class="qitem-tips-start">{{ass.minText}}</view>
|
||||
<view class="qitem-tips-end">{{ass.maxText}}</view>
|
||||
</view>
|
||||
<view class="qitem-values" v-if="ass.qType==1">
|
||||
<u-slider v-model="ass.answer" min="0" max="10" step="2" showValue></u-slider>
|
||||
</view>
|
||||
<view v-if="ass.qType==9">
|
||||
<u--textarea v-model="ass.answer" placeholder="写下您想说的话"></u--textarea>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user