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