@@ -65,7 +65,7 @@ Page({
}).then(res => {
console.log("应用列表", res)
if (res.msg != '成功') return wx.showToast({
- title: res.data,
+ title: res.msg,
icon: "none"
})
this.setData({
@@ -98,7 +98,7 @@ Page({
loading: false
@@ -135,7 +135,7 @@ Page({
}
});
that.navBack('删除成功');
@@ -85,7 +85,7 @@ Page({
console.log("角色列表", res)
@@ -127,7 +127,7 @@ Page({
@@ -57,7 +57,7 @@ Page({
console.log("列表", res)
this.selectComponent('#ListBox').RefreshToComplete();
if (this.data.butText == '账号') {