You can not 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 lines
1.2 KiB
1 lines
1.2 KiB
<view class="reader-card data-v-17ae8da5"><image class="card-top-bg data-v-17ae8da5" src="/static/images/card-img1.png" mode="widthFix"></image><view class="card-list data-v-17ae8da5"><radio-group value="{{selectedValue}}" data-event-opts="{{[['change',[['radioChange',['$event']]]],['input',[['__set_model',['','selectedValue','$event',[]]]]]]}}" bindchange="__e" bindinput="__e" class="data-v-17ae8da5"><block wx:for="{{cardList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['handleSelectItem',['$0'],[[['cardList','',index,'value']]]]]]]}}" class="{{['card-list-item','data-v-17ae8da5',(selectedValue===item.value)?'active':'']}}" bindtap="__e"><image class="card-left-img data-v-17ae8da5" src="/static/images/card-img2.png" mode="widthFix"></image><view class="card-right-info data-v-17ae8da5"><text class="info-title data-v-17ae8da5">读者证号</text><text class="info-num data-v-17ae8da5">{{item.cardNum}}</text></view><radio value="{{item.value}}" checked="{{selectedValue===item.value}}" class="data-v-17ae8da5"></radio></view></block></radio-group></view><button data-event-opts="{{[['tap',[['handleSubmit',['$event']]]]]}}" class="submit-btn data-v-17ae8da5" bindtap="__e">确定</button></view>
|