You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
671 B
Plaintext
1 line
671 B
Plaintext
4 weeks ago
|
<view class="warp _div"><view class="title _div"><label class="_span">{{page.subject}}</label><image src="../../static/images/study/check-icon.png"></image></view><view class="choice-warp _div"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['handlerChoice',['$0'],[[['page.options','',index,'key']]]]]]]}}" class="{{['_div','choice',[(item.g0)?'active':'']]}}" bindtap="__e"><block wx:if="{{item.g1}}"><image src="{{page.choiceImgActive}}"></image></block><block wx:else><image src="{{page.choiceImg}}"></image></block><label class="_span">{{item.$orig.context}}</label></view></block></view></view>
|