微信小程序调查问卷

首先我做的这个是评教系统中调查问卷页面并实现该功能


<view class='header'>被评教师:{
  
   
   {teachername}}</view>
<swiper bindchange='swiper_change' current='{
  
   
   {currentid}}'>
<block class="center" wx:for="{
  
   
   {paperdetails}}">
  
       <swiper-item class="tip">
       <text>{
  
   
   {index+1}}{
  
   
   {item.content}}</text>
        <radio-group class="radio-group" bindchange="radioChange" data-id="{
  
   
   {item.id}}">
          <label class="radio">
            <radio value="a#{
  
   
   {item.scorea}}" /><text>A{
  
   
   {item.itema}}</text>
          </label>
          <label class="radio">
            <radio value="b#{
  
   
   {item.scoreb}

猜你喜欢

转载自blog.csdn.net/TIANJING_er/article/details/80271171