谢杰标 hace 2 años
padre
commit
63e42ebc27
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages2/order/index.vue

+ 1 - 1
pages2/order/index.vue

@@ -304,7 +304,7 @@ export default {
                 } else {
                   uni.showToast({
                     icon: "none",
-                    title: "不可以退款哦",
+                    title: res.data.msg,
                   });
                 }
               });