1 |
- <view><view class="TUI-fileMessage"><view class="fileMessage"><view class="fileMessage-box"><image class="file-icon" src="/static/static/images/file.png"></image><label data-event-opts="{{[['tap',[['download',['$event']]]]]}}" class="file-title" bindtap="__e">{{filePayload.fileName}}</label></view></view></view><block wx:if="{{Show}}"><view class="pop"><view class="text-box"><text data-event-opts="{{[['tap',[['downloadConfirm',['$event']]]]]}}" class="download-confirm" catchtap="__e">下载</text></view><view class="text-box"><text data-event-opts="{{[['tap',[['cancel',['$event']]]]]}}" class="abandon" bindtap="__e">取消</text></view></view></block></view>
|