Browse Source

退款修改

谢杰标 2 years ago
parent
commit
63e42ebc27
1 changed files with 1 additions and 1 deletions
  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,
                   });
                 }
               });