Commit 323873eb by 陈超

T

parent d25ed2b9
......@@ -319,7 +319,7 @@
dataType: "json",
success: function(res) {
let array = res.data.length > 0 ? res.data : []
that.options.items = array.map( r => {
that.options[0].items = array.map( r => {
let pi = r.mz_price
return {
id: r.id,
......
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