查看答卷checkbox禁用
This commit is contained in:
parent
886f2eca76
commit
da759ba21f
|
@ -70,10 +70,10 @@ App({
|
|||
globalData: {
|
||||
userInfo: {},
|
||||
userinfo: {}, // 服务器传回的消费者信息
|
||||
//host: 'https://apitest.ahctc.cn',
|
||||
//mediahost: 'https://apitest.ahctc.cn',
|
||||
host: 'http://127.0.0.1:8000',
|
||||
mediahost: 'http://127.0.0.1:8000',
|
||||
host: 'https://apitest.ahctc.cn',
|
||||
mediahost: 'https://apitest.ahctc.cn',
|
||||
//host: 'http://127.0.0.1:8000',
|
||||
//mediahost: 'http://127.0.0.1:8000',
|
||||
token : '',
|
||||
rlogin:true
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<view style="float:left;width:90%"><mp-html content="{{item.value}}" domain="{{domain}}"/></view>
|
||||
</view>
|
||||
<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>
|
||||
</view>
|
||||
</label>
|
||||
|
@ -35,7 +35,7 @@
|
|||
<view style="float:left;width:90%"><mp-html content="{{item.value}}" domain="{{domain}}"/></view>
|
||||
</view>
|
||||
<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>
|
||||
</view>
|
||||
</label>
|
||||
|
|
Loading…
Reference in New Issue