谢杰标 2 anni fa
parent
commit
63e42ebc27
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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,
                   });
                 }
               });