1 |
- <view class="index-page data-v-7921b4fe"><view class="top data-v-7921b4fe">微信聊天文件上传</view><view class="min data-v-7921b4fe">支持PDF文件格式,文件大小不超过20M</view><view class="left data-v-7921b4fe">将文件发送至微信(文件传输助手、自己或好友),在本页面点击上传按钮,选择刚才发送文件的聊天对象,选择文件,点击确定即可上传</view><block wx:if="{{$root.g0}}"><view class="back1 data-v-7921b4fe"><block wx:for="{{flielist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['yulan',['$event']]]]]}}" class="u-flex u-row-between data-v-7921b4fe" catchtap="__e"><view class="u-flex data-v-7921b4fe"><image style="width:60rpx;height:60rpx;" src="../static/images/pdf.png" mode class="data-v-7921b4fe"></image><text class="data-v-7921b4fe">{{name}}</text><text style="margin-left:20rpx;" class="data-v-7921b4fe">点击预览</text></view><u-icon vue-id="{{'169b8f1e-1-'+index}}" name="trash" size="30" data-event-opts="{{[['^click',[['trash',[index]]]]]}}" catch:click="__e" class="data-v-7921b4fe" bind:__l="__l"></u-icon></view></block></view></block><block wx:else><view data-event-opts="{{[['tap',[['upload1']]]]}}" class="back u-flex u-row-center data-v-7921b4fe" bindtap="__e"><u-icon vue-id="169b8f1e-2" name="plus" size="60" class="data-v-7921b4fe" bind:__l="__l"></u-icon></view></block><block wx:if="{{$root.g1}}"><view data-event-opts="{{[['~tap',[['touserinfo',['$event']]]]]}}" class="button data-v-7921b4fe" bindtap="__e">立即上传</view></block><u-popup vue-id="169b8f1e-3" show="{{show}}" mode="center" round="20" customStyle="width:80vw;padding:20rpx" class="data-v-7921b4fe" bind:__l="__l" vue-slots="{{['default']}}"><view class="font data-v-7921b4fe">提示</view><view class="u-flex data-v-7921b4fe" style="margin-top:40rpx;"><u-icon vue-id="{{('169b8f1e-4')+','+('169b8f1e-3')}}" name="error" color="#E6A23C" size="24" class="data-v-7921b4fe" bind:__l="__l"></u-icon><text class="data-v-7921b4fe">删除后不可恢复,确定删除吗?</text></view><view class="u-flex u-row-between data-v-7921b4fe" style="margin-top:60rpx;"><view data-event-opts="{{[['tap',[['cancel',['$event']]]]]}}" class="btn1 data-v-7921b4fe" bindtap="__e">取消</view><view data-event-opts="{{[['tap',[['end',['$event']]]]]}}" class="btn2 data-v-7921b4fe" bindtap="__e">确定</view></view></u-popup></view>
|