@@ -700,7 +700,7 @@ Page({
}).then(res => {
console.log("更换负责人", res)
wx.showToast({
- title: res.code != '1' ? res.data : getApp().globalData.Language.getMapText('更换成功'),
+ title: res.code != '1' ? res.msg : getApp().globalData.Language.getMapText('更换成功'),
icon: "none",
mask: true
});