fix login bg,fix step upload artworkFile

master
张 元山 2 weeks ago
parent efd878d644
commit cd13503a0d

@ -127,7 +127,7 @@ onBeforeUnmount(() => {
<style scoped lang="scss"> <style scoped lang="scss">
.container { .container {
width: 375px; width: 375px;
height: calc(100vh - 44px); height: 100vh;
background-size: cover; background-size: cover;
background-image: url("@/assets/images/hb3@3x.png"); background-image: url("@/assets/images/hb3@3x.png");
background-repeat: no-repeat; background-repeat: no-repeat;

@ -36,10 +36,10 @@ const afterRead = async (file) => {
<div class="wrap1_3" <div class="wrap1_3"
v-show="artworkFile">更换</div> v-show="artworkFile">更换</div>
</div> </div>
<div class="wrap2">上传近照</div> <div class="wrap2">上传作品</div>
</div> </div>
</van-uploader> </van-uploader>
<div class="bottom-text">*点击相机上传/拍摄近照</div> <div class="bottom-text">*点击相机上传/拍摄作品</div>
</div> </div>
</template> </template>

Loading…
Cancel
Save