|
@@ -123,7 +123,6 @@ Page({
|
|
|
"fstatus": "已解决"
|
|
|
}
|
|
|
}).then(res => {
|
|
|
- console.log(res)
|
|
|
if (res.msg != "成功") return;
|
|
|
let productList = that.data.productList;
|
|
|
productList[index].fstatus = "已解决"
|
|
@@ -208,7 +207,6 @@ Page({
|
|
|
}
|
|
|
}).then(res => {
|
|
|
if (res.msg != "成功") return;
|
|
|
- console.log(res)
|
|
|
this.returnList(res);
|
|
|
})
|
|
|
},
|
|
@@ -227,7 +225,6 @@ Page({
|
|
|
},
|
|
|
/* 我的需求编辑按钮跳转 */
|
|
|
productEdit(e) {
|
|
|
- console.log(e)
|
|
|
const {
|
|
|
index
|
|
|
} = e.currentTarget.dataset
|