Commit 2afbcece by 陈超

T

parent 6fe48e08
......@@ -355,13 +355,6 @@
dataType: "json",
success: function(res) {
let array = res.data.length > 0 ? res.data : []
that.options[1].items = array.map( r => {
return {
id: '',
title: '',
price: ''
}
})
}
})
},
......
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