fix login bg,fix step upload artworkFile
This commit is contained in:
parent
efd878d644
commit
cd13503a0d
@ -127,7 +127,7 @@ onBeforeUnmount(() => {
|
||||
<style scoped lang="scss">
|
||||
.container {
|
||||
width: 375px;
|
||||
height: calc(100vh - 44px);
|
||||
height: 100vh;
|
||||
background-size: cover;
|
||||
background-image: url("@/assets/images/hb3@3x.png");
|
||||
background-repeat: no-repeat;
|
||||
|
@ -36,10 +36,10 @@ const afterRead = async (file) => {
|
||||
<div class="wrap1_3"
|
||||
v-show="artworkFile">更换</div>
|
||||
</div>
|
||||
<div class="wrap2">上传近照</div>
|
||||
<div class="wrap2">上传作品</div>
|
||||
</div>
|
||||
</van-uploader>
|
||||
<div class="bottom-text">*点击相机上传/拍摄近照</div>
|
||||
<div class="bottom-text">*点击相机上传/拍摄作品</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user