You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
7.3 KiB
1 line
7.3 KiB
11 months ago
|
<view class="bg data-v-6fa2583d"><view class="user-other-info data-v-6fa2583d"><block wx:if="{{valueType=='scenic_ids'}}"><view class="scenic-container data-v-6fa2583d"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="i" wx:key="i"><view data-event-opts="{{[['tap',[['changeSelection',['$0'],[[['scenicIds','',i]]]]]]]}}" class="userinfo-item data-v-6fa2583d" bindtap="__e"><label class="_span data-v-6fa2583d">{{item.$orig.name}}</label><block wx:if="{{item.g0>0}}"><view class="text-overflow data-v-6fa2583d">{{item.$orig.valueStr}}</view></block><block wx:else><view class="empty-value data-v-6fa2583d">请选择</view></block></view></block></view></block><block wx:else><block wx:if="{{valueType=='lingo_ids'}}"><view class="lingo-container data-v-6fa2583d"><block wx:for="{{$root.l1}}" wx:for-item="item" wx:for-index="i" wx:key="i"><view data-event-opts="{{[['tap',[['changeSelection',['$0'],[[['lingoIds','',i]]]]]]]}}" class="userinfo-item data-v-6fa2583d" bindtap="__e"><label class="_span data-v-6fa2583d">{{item.$orig.name}}</label><block wx:if="{{item.g1>0}}"><view class="text-overflow data-v-6fa2583d">{{item.$orig.valueStr}}</view></block><block wx:else><view class="empty-value data-v-6fa2583d">请选择</view></block></view></block><view class="language-doc-container data-v-6fa2583d"><label class="_span data-v-6fa2583d">证明材料</label><view class="img-container data-v-6fa2583d"><block wx:for="{{fileList}}" wx:for-item="file" wx:for-index="i" wx:key="i"><view class="doc-image data-v-6fa2583d"><image class="doc-image data-v-6fa2583d" src="{{file}}"></image><view data-event-opts="{{[['tap',[['removeFile',[i]]]]]}}" class="doc-del data-v-6fa2583d" bindtap="__e">x</view></view></block><view data-event-opts="{{[['tap',[['uploadImage']]]]}}" class="doc-image flex flex-center data-v-6fa2583d" bindtap="__e"><image class="upload-image data-v-6fa2583d" src="{{$root.m0}}"></image></view></view></view></view></block><block wx:else><block wx:if="{{valueType=='sparkle_text'}}"><view class="scenic-container data-v-6fa2583d"><block wx:for="{{speakText}}" wx:for-item="item" wx:for-index="i" wx:key="i"><view class="userinfo-item data-v-6fa2583d"><label class="_span data-v-6fa2583d">{{i==0?'主亮点':'副亮点'+i}}</label><view class="point data-v-6fa2583d"><input type="text" placeholder="请输入内容" data-event-opts="{{[['input',[['__set_model',['$0','text','$event',[]],[[['speakText','',i]]]]]]]}}" value="{{item.text}}" bindinput="__e" class="data-v-6fa2583d"/><block wx:if="{{i!=0}}"><uni-icons class="del-icon data-v-6fa2583d" vue-id="{{'f6ad9f2e-1-'+i}}" type="trash" size="20" data-event-opts="{{[['tap',[['delText',[i]]]]]}}" bindtap="__e" bind:__l="__l"></uni-icons></block></view></view></block><view data-event-opts="{{[['tap',[['addText',['$event']]]]]}}" class="add-btn data-v-6fa2583d" bindtap="__e">+ 添加更多</view></view></block><block wx:else><block wx:if="{{valueType=='video_list'}}"><view class="video-container data-v-6fa2583d"><view class="top-del data-v-6fa2583d" style="text-align:right;padding-bottom:15rpx;position:relative;"><uni-icons vue-id="f6ad9f2e-2" type="trash" size="19" data-event-opts="{{[['tap',[['changeDeleteMode',[true]]]]]}}" bindtap="__e" class="data-v-6fa2583d" bind:__l="__l"></uni-icons><block wx:if="{{$root.g2>0}}"><view class="del-num data-v-6fa2583d">{{$root.g3}}</view></block></view><view class="video-upload-container data-v-6fa2583d"><view data-event-opts="{{[['tap',[['uploadVideo']]]]}}" hidden="{{!(!deleteMode)}}" class="video-upload-image flex flex-column flex-center data-v-6fa2583d" style="border:1px dashed #ADADAD;" bindtap="__e"><image class="upload-image data-v-6fa2583d" style="margin-bottom:12rpx;" src="{{$root.m1}}"></image>上传视频</view><block wx:for="{{$root.l2}}" wx:for-item="file" wx:for-index="i" wx:key="i"><view class="video-upload-image data-v-6fa2583d"><video class="video-upload-image data-v-6fa2583d" src="{{file.$orig}}" preload="metadata" controls="{{false}}" show-progress="{{false}}" show-fullscreen-btn="{{false}}" show-play-btn="{{false}}" show-center-
|