|
@@ -6,8 +6,8 @@
|
|
|
<rich-text :nodes="data.name"></rich-text>
|
|
|
</view>
|
|
|
<!-- 选项区域 -->
|
|
|
- <view v-for="(item,index) in data.contents" class="duoxuan-option-box" :class="formatClass(index)" :key="index">
|
|
|
- <text class="option-change" @click="onSelect(index)">{{item.number}}</text>
|
|
|
+ <view v-for="(item,index) in data.contents" class="duoxuan-option-box" :class="formatClass(index)" :key="index" @click="onSelect(index)">
|
|
|
+ <text class="option-change">{{item.number}}</text>
|
|
|
<rich-text :nodes="item.label" class="option-question"></rich-text>
|
|
|
</view>
|
|
|
</view>
|