baijunde hai 7 meses
pai
achega
1481286493
Modificáronse 2 ficheiros con 7 adicións e 2 borrados
  1. 2 2
      manifest.json
  2. 5 0
      pages/groupMeal/orders/refund.vue

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "掌柜生活商户版",
     "appid" : "__UNI__E0EA6E1",
     "description" : "",
-    "versionName" : "1.1.4.4",
-    "versionCode" : 1144,
+    "versionName" : "1.1.4.5",
+    "versionCode" : 1145,
     "transformPx" : false,
     "app-plus" : {
         /* 5+App特有相关 */

+ 5 - 0
pages/groupMeal/orders/refund.vue

@@ -216,6 +216,11 @@ export default {
 						title: '商家已同意退款'
 					});
 					this.getData();
+				}else{
+					uni.showToast({
+						icon: 'none',
+						title: res.data.message
+					});
 				}
 			})
 		},