Commit 7f00d9ff authored by 黄奎's avatar 黄奎

页面修改

parent 0d264e69
...@@ -616,7 +616,6 @@ ...@@ -616,7 +616,6 @@
Id: Id Id: Id
} }
this.apipost("/api/GroupBuy/DeleteSpec", msg, res => { this.apipost("/api/GroupBuy/DeleteSpec", msg, res => {
console.log(res, '删除了')
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
} else { } else {
...@@ -630,7 +629,7 @@ ...@@ -630,7 +629,7 @@
Id: Id Id: Id
} }
this.apipost("/api/GroupBuy/DeleteSpecValue", msg, res => { this.apipost("/api/GroupBuy/DeleteSpecValue", msg, res => {
console.log(res, '删除了')
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment