Commit f5311498 by hank

bug

parent d3830bf2
......@@ -8,8 +8,7 @@
</div>
<div class="upLoad">
<div class="list-default-img" @click="addPic" v-show="isPhoto">
<label>
<img src="./assets/images/icon_photo.png">
<img src="./assets/images/icon_photo.png">
<p>上传宝贝精彩视频</p>
<p>用视界的力量让宝贝与世同行</p>
<input
......@@ -19,8 +18,11 @@
@change="onFileChange($event)"
style="display: none;"
>
<!-- capture="camera" -->
</label>
<!-- capture="camera" -->
<!-- <label>
</label> -->
</div>
<ul class="list-ul" v-if="isPreivw">
<!-- <li v-for="(item, index) in testUrl" :key="index">
......@@ -172,7 +174,7 @@ export default {
this.activeIndex = num;
},
addPic() {
document.querySelector('#text').focus()
document.querySelector('#text').click()
},
getFileToken() {
return axios.get("wandah5/oss/info",{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment