董国庆
9 小时以前 ecd70ca58c325f9ca93b26cc957512f790a556d2
修改文档bug
4个文件已修改
15 ■■■■ 已修改文件
H5/pages/Appeal/Appeal.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/pages/dispatchWorkOrder/dispatchWorkOrder.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/pages/problemReporting/problemReporting.vue 补丁 | 查看 | 原始文档 | blame | 历史
H5/static/tell.png 补丁 | 查看 | 原始文档 | blame | 历史
H5/pages/Appeal/Appeal.vue
@@ -72,7 +72,8 @@
                            <text class="fs-27 font-bold">语音文件{{ index + 1 }}</text>
                        </view>
                        <view class="flex j-between a-center">
                            <image src="/static/Appeal/delete.png" class="w-27 h-27 mr-38" mode=""></image>
                            <image src="/static/Appeal/delete.png" class="w-27 h-27 mr-38" mode=""
                                @click.stop="deleteVoice(index)"></image>
                            <image src="/static/Appeal/open.png" class="w-27 h-27" mode="" v-if="!item.playing"
                                @click.stop="onPlayRecording(index)"></image>
@@ -214,6 +215,9 @@
            onPausePlaying(index) {
                this.videoContent[index].playing = false;
                this.pausePlaying(this.videoContent[index].url);
            },
            deleteVoice(ind) {
                this.videoContent = this.videoContent.filter((item, index) => index != ind)
            },
            voiceInput() {
                this.voiceInputShow = true;
@@ -377,6 +381,12 @@
                } else if (!this.detailedAddress) {
                    uni.showToast({
                        title: '请输入详细地址',
                        icon: 'none'
                    })
                    return
                } else if (!this.descriptionContent) {
                    uni.showToast({
                        title: '请输入问题描述',
                        icon: 'none'
                    })
                    return
@@ -604,6 +614,7 @@
        display: flex;
        gap: 27rpx;
        padding: 33rpx 10rpx;
        justify-content: space-between;
        .cancel {
            width: 331rpx;
H5/pages/dispatchWorkOrder/dispatchWorkOrder.vue
@@ -77,7 +77,7 @@
            };
        },
        onShow() {
            this.accountLevel = uni.getStorageSync('userInfo').accountLevel || 1
            this.accountLevel = uni.getStorageSync('userInfo').levelId || 1
        },
        onLoad(option) {
            // option.id = 1
H5/pages/problemReporting/problemReporting.vue
H5/static/tell.png