1 |
- <view class="w-upload data-v-5f2291c5"><block wx:if="{{fileShow}}"><view class="fileBox data-v-5f2291c5"><block wx:for="{{fileList}}" wx:for-item="j" wx:for-index="index1" wx:key="index1"><view class="filePath data-v-5f2291c5"><view data-event-opts="{{[['tap',[['wpriven',['$0'],[[['fileList','',index1,'src']]]]]]]}}" class="text1 data-v-5f2291c5" bindtap="__e">{{j.name}}</view><view data-event-opts="{{[['tap',[['wdelete',[index1,'$0',1],['fileList']]]]]}}" class="w-edit data-v-5f2291c5" bindtap="__e"><text class="w-btn1 data-v-5f2291c5">x</text></view></view></block></view></block><block wx:if="{{imgShow}}"><view class="imgList data-v-5f2291c5"><block wx:for="{{imgList}}" wx:for-item="k" wx:for-index="index2" wx:key="index2"><view class="imgItem data-v-5f2291c5"><image class="w-img data-v-5f2291c5" src="{{k.src}}" mode data-event-opts="{{[['tap',[['wpriven',['$0'],[[['imgList','',index2,'src']]]]]]]}}" bindtap="__e"></image><text data-event-opts="{{[['tap',[['wdelete',[index2,'$0',2],['imgList']]]]]}}" class="cancel data-v-5f2291c5" bindtap="__e">x</text></view></block><view data-event-opts="{{[['tap',[['upLoadImg',[1]]]]]}}" class="addItem data-v-5f2291c5" bindtap="__e">+</view></view></block><view class="w-drawer data-v-5f2291c5"><view class="{{['w-setbox','data-v-5f2291c5',(isshow)?'wShow':'']}}"><view class="w-header data-v-5f2291c5"><block wx:for="{{selectList}}" wx:for-item="i" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['wselect',[index]]]]]}}" class="w-item w-item1 data-v-5f2291c5" bindtap="__e">{{i}}</view></block><view class="w-line data-v-5f2291c5"></view><view data-event-opts="{{[['tap',[['wclose',['$event']]]]]}}" class="w-item data-v-5f2291c5" bindtap="__e">取消</view></view></view></view></view>
|