|
@@ -98,7 +98,7 @@ Page({
|
|
|
}).then(res => {
|
|
|
if (res.msg != '成功') {
|
|
|
wx.showToast({
|
|
|
- title: res.data,
|
|
|
+ title: res.msg,
|
|
|
icon: "none"
|
|
|
});
|
|
|
this.setData({
|
|
@@ -154,7 +154,7 @@ Page({
|
|
|
/* 查询分类 */
|
|
|
selectMenu(index = 0, res) {
|
|
|
if (index == 5) return wx.showToast({
|
|
|
- title: res.data,
|
|
|
+ title: res.msg,
|
|
|
icon: "none"
|
|
|
});
|
|
|
_Http.basic({
|
|
@@ -252,7 +252,7 @@ Page({
|
|
|
if (!s.confirm) return;
|
|
|
let res = await that.handleDelete([item.linksid]);
|
|
|
if (res.msg != '成功') wx.showToast({
|
|
|
- title: res.data,
|
|
|
+ title: res.msg,
|
|
|
});
|
|
|
let attinfos = that.data.detailsData.attinfos;
|
|
|
attinfos.splice(index, 1);
|