董国庆
16 小时以前 a15b9cbff18a6bae97ee8a63e07e01a228e931b4
修改
2个文件已修改
12 ■■■■ 已修改文件
H5/pages/Appeal/Appeal.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/pages/work-detail/work-detail.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/pages/Appeal/Appeal.vue
@@ -125,7 +125,7 @@
            </view>
        </view>
        <view class="footer">
            <view class="cancel" @click="submit(1)">
            <view class="cancel" @click="submit(1)" v-if="userInfo.levelId > 1">
                问题上报
            </view>
            <view class="cancel" @click="submit(2)">
@@ -178,9 +178,9 @@
                descriptionTitle: '',
                descriptionContent: '',
                videoContent: [],
                latitude: '',
                longitude: '',
                location: '',
                latitude: '30.5061493',
                longitude: '105.574542',
                location: '测试地址',
                images: [],
                videos: [],
                voiceFile: '', //语音文件多个逗号拼接
@@ -305,7 +305,7 @@
                                name: 'file',
                                header: {
                                    // 'Content-Type': 'multipart/form-data',
                                'Authorization': uni.getStorageSync('token')
                                    'Authorization': uni.getStorageSync('token')
                                },
                                success: (uploadFileRes) => {
                                    const response = JSON.parse(uploadFileRes.data);
H5/pages/work-detail/work-detail.vue
@@ -167,7 +167,7 @@
                <view class="title">问题描述</view>
                <view v-for="(item,index) in getVoiceFile(orderInfo.voiceFile)" :key="index"
                    class="flex a-center j-between py-17 px-19 br-8 bgcolor1 mb-19">
                    <view class="fs-27 lh-38">语音名字{{(index + 1) | numToWords}}</view>
                    <view class="fs-27 lh-38">语音文件{{(index + 1) | numToWords}}</view>
                    <image v-if="!playFlag" @click.stop="playRecording(item)" src="../../static/24gf-playCircle@2x.png"
                        class="w-27 h-27 shrink0" />
                    <image v-else @click.stop="pausePlaying" src="../../static/pausePlaying.png"