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
696 B
Plaintext

<view class="warp _div"><view class="title _div"><label class="_span">{{page.subject}}</label><image src="../../static/images/study/flag-icon.png"></image></view><view class="choice-warp _div"><block wx:for="{{page.options}}" 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',[(currentVal===item.key)?'active':'']]}}" bindtap="__e"><block wx:if="{{currentVal===item.key}}"><image src="{{page.choiceImgActive}}"></image></block><block wx:else><image src="{{page.choiceImg}}"></image></block><label class="_span">{{item.context}}</label></view></block></view></view>