linwenxin hace 1 año
padre
commit
bd537bb545
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/secondHandMall/activistOrder/details.vue

+ 1 - 1
src/views/secondHandMall/activistOrder/details.vue

@@ -215,7 +215,7 @@ export default {
             ...this.formTH,
             esOrderRefundId: this.detailsId
           }).then(res=>{
-            this.$message({ type: 'success', message: `确定退货退款成功!` })
+            this.$message({ type: 'success', message: `操作成功!` })
             this.$emit("removeTab")
           })
         }