| <scroll-view scroll-y>    <view class="input_text_box {{userIndex==index?'optfor':''}}" data-index="{{index}}" bindtap="userChange" wx:for="{{userList}}">        <image wx:if="{{item.attinfos[0].fobsurl}}" class="input_text_img" src="{{item.attinfos[0].fobsurl}}" mode="aspectFill"></image>        <image wx:else class="input_text_img" src="/static/tacitly-approve/MRuserImg.png" mode="aspectFill"></image>        <view class="text_box">            <view class="user_name u-line-1">                {{item.fname}}            </view>            <view class="user_identity u-line-1">                {{item.frole}}            </view>        </view>    </view></scroll-view>
 |