|
@@ -1,6 +1,6 @@
|
|
<template>
|
|
<template>
|
|
<view>
|
|
<view>
|
|
- <u-navbar placeholder title="我的证件" @leftClick="leftClick">
|
|
|
|
|
|
+ <u-navbar placeholder title="我的证件" @leftClick="leftClick" bgColor="#112253" titleStyle ="color:#fff" leftIconColor="#fff">
|
|
</u-navbar>
|
|
</u-navbar>
|
|
<view class="flex content1 flex-between">
|
|
<view class="flex content1 flex-between">
|
|
<view @click='addclick' class="button">
|
|
<view @click='addclick' class="button">
|
|
@@ -74,9 +74,6 @@
|
|
<view v-else style='padding-left:20rpx;' >
|
|
<view v-else style='padding-left:20rpx;' >
|
|
<u-upload @afterRead="afterRead" :fileList="fileList2" @delete="deletePic" name="2" multiple
|
|
<u-upload @afterRead="afterRead" :fileList="fileList2" @delete="deletePic" name="2" multiple
|
|
:maxCount="1" height='190' width='350'>
|
|
:maxCount="1" height='190' width='350'>
|
|
- <view class="">
|
|
|
|
- 123
|
|
|
|
- </view>
|
|
|
|
<!-- <image src="https://cdn.uviewui.com/uview/demo/upload/positive.png"
|
|
<!-- <image src="https://cdn.uviewui.com/uview/demo/upload/positive.png"
|
|
mode="widthFix" style="width: 250px;height: 150px;"></image> -->
|
|
mode="widthFix" style="width: 250px;height: 150px;"></image> -->
|
|
</u-upload>
|
|
</u-upload>
|