|
|
@@ -37,7 +37,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <EnButton v-if="is_button"></EnButton>
|
|
|
+ <EnButton v-if="is_button" @click.stop=""></EnButton>
|
|
|
<uni-popup ref="popup" type="bottom">
|
|
|
<view class="popup-block">
|
|
|
<view class="popup-row" @click="uploadingFile(1)">拍照</view>
|
|
|
@@ -72,6 +72,14 @@
|
|
|
},
|
|
|
}
|
|
|
},
|
|
|
+ watch: {
|
|
|
+ 'msgData':{
|
|
|
+ handler() {
|
|
|
+ this.$emit('input',this.msgData)
|
|
|
+ },
|
|
|
+ deep: true
|
|
|
+ }
|
|
|
+ },
|
|
|
methods: {
|
|
|
delFile(fileIndex){
|
|
|
this.msgData.file_list.splice(fileIndex, 1)
|