Commit 1e0b9255 by 陈超

T

parent ffb93e64
......@@ -376,7 +376,7 @@
dataType: "json",
success: function(data) {
that.loading =false
let res = data.data
let res = data
that.items = that.items.concat(res.data.map( r => {
let pi = r.mz_price
return {
......
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