Ver Fonte

修改提示

xiaohaizhao há 2 anos atrás
pai
commit
5aa6fcbd66
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      packageA/setclient/detail.js

+ 1 - 1
packageA/setclient/detail.js

@@ -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()