Commit f5311498 by hank

bug

parent d3830bf2
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
</div> </div>
<div class="upLoad"> <div class="upLoad">
<div class="list-default-img" @click="addPic" v-show="isPhoto"> <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>
<p>用视界的力量让宝贝与世同行</p> <p>用视界的力量让宝贝与世同行</p>
...@@ -20,7 +19,10 @@ ...@@ -20,7 +19,10 @@
style="display: none;" style="display: none;"
> >
<!-- capture="camera" --> <!-- capture="camera" -->
</label> <!-- <label>
</label> -->
</div> </div>
<ul class="list-ul" v-if="isPreivw"> <ul class="list-ul" v-if="isPreivw">
<!-- <li v-for="(item, index) in testUrl" :key="index"> <!-- <li v-for="(item, index) in testUrl" :key="index">
...@@ -172,7 +174,7 @@ export default { ...@@ -172,7 +174,7 @@ export default {
this.activeIndex = num; this.activeIndex = num;
}, },
addPic() { addPic() {
document.querySelector('#text').focus() document.querySelector('#text').click()
}, },
getFileToken() { getFileToken() {
return axios.get("wandah5/oss/info",{ 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