@@ -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特有相关 */
@@ -216,6 +216,11 @@ export default {
title: '商家已同意退款'
});
this.getData();
+ }else{
+ uni.showToast({
+ icon: 'none',
+ title: res.data.message
+ });
}
})
},