crm_second_opening_mini/components/uploadFile/index.wxml

1 line
1.0 KiB
Plaintext

<view class="data-v-056334eb"><view class="inp_warp data-v-056334eb"><view class="inp_title key data-v-056334eb"><text class="{{['data-v-056334eb',flag?'b_color':'bo_color']}}">*</text>{{title+":"}}</view><block wx:if="{{isEdit}}"><view data-event-opts="{{[['tap',[['toUploadFile',['$event']]]]]}}" class="form_right data-v-056334eb" bindtap="__e"><view class="data-v-056334eb">点击上传</view><view class="iconfont icon-you data-v-056334eb"></view></view></block></view><block wx:for="{{fileList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="doc_item data-v-056334eb"><image class="remarkimg data-v-056334eb" src="{{BASE_IMG_URL+'/file-clip.png'}}"></image><view data-event-opts="{{[['tap',[['toLookFile',['$0'],[[['fileList','',index]]]]]]]}}" class="doc_name data-v-056334eb" bindtap="__e">{{item.name}}</view><block wx:if="{{isEdit}}"><image class="deleimg data-v-056334eb" src="{{BASE_IMG_URL+'/file_del.png'}}" data-event-opts="{{[['tap',[['delFile',[index]]]]]}}" bindtap="__e"></image></block></view></block></view>