@@ -106,7 +106,7 @@ Page({
}).then(res => {
console.log("更改合作模式", res)
wx.showToast({
- title: res.msg != '成功' ? '修改成功' : res.msg,
+ title: res.msg == '成功' ? '修改成功' : res.msg,
icon: "none"
})
if (res.msg == '成功') that.getDetail()