陶杰
2024-12-18 210866e6342fe6b0beee90171e6373b880a1f7b9
1.后台文件上传失败提醒
已修改11个文件
16 ■■■■ 文件已修改
pages/order/comment/order-comment.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/order/order-delivery-detail.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/customer/customer-info/customer-info.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/customer/self/feedback.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/partner/delivery/delivery-detail.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/partner/delivery/delivery-supplier-detail-list.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/partner/partner-info/partner-info-personal.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/partner/partner-info/partner-info.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/supplier/flower-manage/flower-add.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/supplier/supplier-info/supplier-info-update.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/supplier/supplier-info/supplier-info.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/order/comment/order-comment.vue
@@ -511,6 +511,7 @@
                                }).catch(res => {
                                    that.$message.hideLoading()
                                    console.error(res)
                                    that.$message.showToast('文件上传失败,请联系管理员')
                                })
                            }
                        }
@@ -549,6 +550,7 @@
                                }).catch(res => {
                                    that.$message.hideLoading()
                                    console.error(res)
                                    that.$message.showToast('文件上传失败,请联系管理员')
                                })
                            }
                        }
pages/order/order-delivery-detail.vue
@@ -60,6 +60,7 @@
                            }).catch(res => {
                                that.$message.hideLoading()
                                console.error(res)
                                that.$message.showToast('文件上传失败,请联系管理员')
                            })
                        }
                    }
sub_pages/customer/customer-info/customer-info.vue
@@ -296,7 +296,7 @@
                                that.$forceUpdate()
                            }).catch(res => {
                                that.$message.hideLoading()
                                that.$message.showToast('文件上传失败,请联系管理员')
                            })
                        }
                    }
sub_pages/customer/self/feedback.vue
@@ -157,6 +157,7 @@
                            }).catch(res => {
                                that.$message.hideLoading()
                                console.error(res)
                                that.$message.showToast('文件上传失败,请联系管理员')
                            })
                        }
                    }
sub_pages/partner/delivery/delivery-detail.vue
@@ -275,6 +275,7 @@
                            }).catch(res => {
                                that.$message.hideLoading()
                                console.error(res)
                                that.$message.showToast('文件上传失败,请联系管理员')
                            })
                        }
                    }
sub_pages/partner/delivery/delivery-supplier-detail-list.vue
@@ -183,6 +183,7 @@
                            }).catch(res => {
                                that.$message.hideLoading()
                                console.error(res)
                                that.$message.showToast('文件上传失败,请联系管理员')
                            })
                        }
                    }
sub_pages/partner/partner-info/partner-info-personal.vue
@@ -217,7 +217,7 @@
                                that.$forceUpdate()
                            }).catch(res => {
                                that.$message.hideLoading()
                                that.$message.showToast('文件上传失败,请联系管理员')
                            })
                        }
                    }
sub_pages/partner/partner-info/partner-info.vue
@@ -423,7 +423,7 @@
                                that.$forceUpdate()
                            }).catch(res => {
                                that.$message.hideLoading()
                                that.$message.showToast('文件上传失败,请联系管理员')
                            })
                        }
                    }
sub_pages/supplier/flower-manage/flower-add.vue
@@ -778,6 +778,7 @@
                                }).catch(res => {
                                    that.$message.hideLoading()
                                    console.error(res)
                                    that.$message.showToast('文件上传失败,请联系管理员')
                                })
                            }
                        }
@@ -814,6 +815,7 @@
                                }).catch(res => {
                                    that.$message.hideLoading()
                                    console.error(res)
                                    that.$message.showToast('文件上传失败,请联系管理员')
                                })
                            }
                        }
sub_pages/supplier/supplier-info/supplier-info-update.vue
@@ -227,6 +227,7 @@
                                that.$forceUpdate()
                            }).catch(res => {
                                that.$message.hideLoading()
                                that.$message.showToast('文件上传失败,请联系管理员')
                            })
                        }
sub_pages/supplier/supplier-info/supplier-info.vue
@@ -560,6 +560,7 @@
                                that.$forceUpdate()
                            }).catch(res => {
                                that.$message.hideLoading()
                                that.$message.showToast('文件上传失败,请联系管理员')
                            })
                        }