Commit 323873eb by 陈超

T

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