hejianhao
3 天以前 04e2948d80d575bb273363264de7d52219538331
H5/pages/Appeal/Appeal.vue
@@ -62,7 +62,7 @@
            <view class="flex a-center j-between">
               <text class="w-108 fs-27 font-bold mr-85">问题描述</text>
               <view class="flex a-center" @click="voiceInput">
                  <image src="/static/Appeal/yuyin.png" class="w-30 h-30 mr-11" mode=""></image>
                  <text class="fs-23 red">语音输入</text>
               </view>
            </view>
@@ -178,10 +178,7 @@
         detailedAddress: '',
         descriptionTitle: '',
         descriptionContent: '',
         videoContent: [
            { url: 'xxx1', playing: false },
            { url: 'xxx2', playing: false }
         ],
         videoContent: [],
         latitude: '',
         longitude: '',
         images: [],
@@ -224,7 +221,8 @@
         this.voiceInputShow = false;
      },
      submitVoiceInput(e) {
         this.videoContent.push(e);
         console.log('eeeeeeeeeeeeeeeeeee',e)
         this.videoContent.push({url: e, playing: false});
         this.voiceInputShow = false;
      },
      previewImage(index) {