|
@@ -65,7 +65,7 @@ Page({
|
|
|
}).then(res => {
|
|
}).then(res => {
|
|
|
console.log("应用列表", res)
|
|
console.log("应用列表", res)
|
|
|
if (res.msg != '成功') return wx.showToast({
|
|
if (res.msg != '成功') return wx.showToast({
|
|
|
- title: res.data,
|
|
|
|
|
|
|
+ title: res.msg,
|
|
|
icon: "none"
|
|
icon: "none"
|
|
|
})
|
|
})
|
|
|
this.setData({
|
|
this.setData({
|
|
@@ -98,7 +98,7 @@ Page({
|
|
|
loading: false
|
|
loading: false
|
|
|
})
|
|
})
|
|
|
if (res.msg != '成功') return wx.showToast({
|
|
if (res.msg != '成功') return wx.showToast({
|
|
|
- title: res.data,
|
|
|
|
|
|
|
+ title: res.msg,
|
|
|
icon: "none"
|
|
icon: "none"
|
|
|
})
|
|
})
|
|
|
this.setData({
|
|
this.setData({
|
|
@@ -135,7 +135,7 @@ Page({
|
|
|
}
|
|
}
|
|
|
}).then(res => {
|
|
}).then(res => {
|
|
|
if (res.msg != '成功') return wx.showToast({
|
|
if (res.msg != '成功') return wx.showToast({
|
|
|
- title: res.data,
|
|
|
|
|
|
|
+ title: res.msg,
|
|
|
});
|
|
});
|
|
|
that.navBack('删除成功');
|
|
that.navBack('删除成功');
|
|
|
})
|
|
})
|