Commit d3830bf2 by hanjixin

bug

parent 127016aa
......@@ -7,7 +7,7 @@
<div class="text">上传视频</div>
</div>
<div class="upLoad">
<div class="list-default-img" v-show="isPhoto">
<div class="list-default-img" @click="addPic" v-show="isPhoto">
<label>
<img src="./assets/images/icon_photo.png">
<p>上传宝贝精彩视频</p>
......@@ -172,9 +172,7 @@ export default {
this.activeIndex = num;
},
addPic() {
let vm = this;
// document.getElementById('text').click();
console.log("111111");
document.querySelector('#text').focus()
},
getFileToken() {
return axios.get("wandah5/oss/info",{
......@@ -601,6 +599,7 @@ body {
label {
display: block;
width: 100%;
cursor: pointer;
height: 100%;
}
width: 100%;
......
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