|
@ -92,27 +92,11 @@ |
|
|
<view class="section-card"> |
|
|
<view class="section-card"> |
|
|
<view class="section-title">图片/视频</view> |
|
|
<view class="section-title">图片/视频</view> |
|
|
<u-upload |
|
|
<u-upload |
|
|
<<<<<<< Updated upstream |
|
|
|
|
|
<<<<<<< Updated upstream |
|
|
|
|
|
<<<<<<< Updated upstream |
|
|
|
|
|
accept="media" |
|
|
|
|
|
======= |
|
|
|
|
|
======= |
|
|
|
|
|
>>>>>>> Stashed changes |
|
|
|
|
|
======= |
|
|
|
|
|
>>>>>>> Stashed changes |
|
|
|
|
|
:max-count="10" |
|
|
:max-count="10" |
|
|
:multiple="true" |
|
|
:multiple="true" |
|
|
:preview-full-image="true" |
|
|
:preview-full-image="true" |
|
|
:deletable="true" |
|
|
:deletable="true" |
|
|
:show-upload-list="true" |
|
|
:show-upload-list="true" |
|
|
<<<<<<< Updated upstream |
|
|
|
|
|
<<<<<<< Updated upstream |
|
|
|
|
|
>>>>>>> Stashed changes |
|
|
|
|
|
======= |
|
|
|
|
|
>>>>>>> Stashed changes |
|
|
|
|
|
======= |
|
|
|
|
|
>>>>>>> Stashed changes |
|
|
|
|
|
:fileList="fileList" |
|
|
:fileList="fileList" |
|
|
:auto-upload="false" |
|
|
:auto-upload="false" |
|
|
accept="all" |
|
|
accept="all" |
|
@ -208,9 +192,6 @@ export default { |
|
|
onDeviceChange(idx, val) { |
|
|
onDeviceChange(idx, val) { |
|
|
this.deviceList[idx].status = val; |
|
|
this.deviceList[idx].status = val; |
|
|
}, |
|
|
}, |
|
|
beforeRead(event) { |
|
|
|
|
|
console.log("event", event); |
|
|
|
|
|
}, |
|
|
|
|
|
chooseImage() { |
|
|
chooseImage() { |
|
|
uni.chooseImage({ |
|
|
uni.chooseImage({ |
|
|
count: 10 - this.fileList.length, |
|
|
count: 10 - this.fileList.length, |
|
|