查看答卷checkbox禁用

This commit is contained in:
caoqianming 2021-08-07 21:58:49 +08:00
parent 886f2eca76
commit da759ba21f
2 changed files with 6 additions and 6 deletions

View File

@ -70,10 +70,10 @@ App({
globalData: { globalData: {
userInfo: {}, userInfo: {},
userinfo: {}, // 服务器传回的消费者信息 userinfo: {}, // 服务器传回的消费者信息
//host: 'https://apitest.ahctc.cn', host: 'https://apitest.ahctc.cn',
//mediahost: 'https://apitest.ahctc.cn', mediahost: 'https://apitest.ahctc.cn',
host: 'http://127.0.0.1:8000', //host: 'http://127.0.0.1:8000',
mediahost: 'http://127.0.0.1:8000', //mediahost: 'http://127.0.0.1:8000',
token : '', token : '',
rlogin:true rlogin:true
} }

View File

@ -20,7 +20,7 @@
<view style="float:left;width:90%"><mp-html content="{{item.value}}" domain="{{domain}}"/></view> <view style="float:left;width:90%"><mp-html content="{{item.value}}" domain="{{domain}}"/></view>
</view> </view>
<view class="weui-cell__ft"> <view class="weui-cell__ft">
<radio class="weui-check" value="{{item.key}}" checked="{{item.checked}}" /> <radio class="weui-check" value="{{item.key}}" checked="{{item.checked}}" disabled="true"/>
<i class="weui-icon-checked"></i> <i class="weui-icon-checked"></i>
</view> </view>
</label> </label>
@ -35,7 +35,7 @@
<view style="float:left;width:90%"><mp-html content="{{item.value}}" domain="{{domain}}"/></view> <view style="float:left;width:90%"><mp-html content="{{item.value}}" domain="{{domain}}"/></view>
</view> </view>
<view class="weui-cell__hd"> <view class="weui-cell__hd">
<checkbox class="weui-check" value="{{item.key}}" checked="{{item.checked}}"/> <checkbox class="weui-check" value="{{item.key}}" checked="{{item.checked}}" disabled="true"/>
<i class="weui-icon-checked"></i> <i class="weui-icon-checked"></i>
</view> </view>
</label> </label>