| | |
| | | </view>
|
| | | <view class="adduser_list_item_ipt1_upload" v-for="(item, i) in submitFileList" :key="i">
|
| | | <u-icon class="close" size="20" name="close-circle-fill" color="red" @click="fileDel(i)"></u-icon>
|
| | | <image v-if="item.type == 0" :src="item.fileurlFull" mode="widthFix"></image><video v-if="item.type == 1"
|
| | | :src="item.fileurlFull"></video>
|
| | | <image v-if="item.type == 0" :src="item.fileurlFull" mode="widthFix"></image> |
| | | <video v-if="item.type == 1"
|
| | | :src="item.fileurlFull" :controls="false" :show-center-play-btn="false"></video>
|
| | | </view>
|
| | | </view>
|
| | | </view>
|
| | |
| | | <text></text>
|
| | | <text>联系电话</text>
|
| | | </view>
|
| | | <view class="value"><input type="text" disabled placeholder="请输入联系电话" v-model="param.memberPhone"
|
| | | <view class="value"><input type="tel" disabled placeholder="请输入联系电话" v-model="param.memberPhone"
|
| | | placeholder-style="color: #999999;" /></view>
|
| | | </view>
|
| | | <view class="line">
|