Commit 2120d5d7 by 陈超

A

parent 31154ff0
...@@ -206,7 +206,6 @@ ...@@ -206,7 +206,6 @@
success: function (data) { success: function (data) {
that.loading = false that.loading = false
let res = data let res = data
let opt = that.options[2]
opt.items = opt.items.concat(res.data.map( r => { return { opt.items = opt.items.concat(res.data.map( r => { return {
uid: r.uid, uid: r.uid,
title: r.title, title: r.title,
...@@ -252,7 +251,6 @@ ...@@ -252,7 +251,6 @@
success: function(data) { success: function(data) {
that.loading = false that.loading = false
let res = data let res = data
let opt = that.options[0]
let array = res.data.length > 0 ? res.data : [], let array = res.data.length > 0 ? res.data : [],
opt.items = array.map( r => { opt.items = array.map( r => {
let pi = r.mz_price let pi = r.mz_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