mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-29 21:06:35 +08:00
[更新]修改产品表单
This commit is contained in:
parent
be8a9f18fa
commit
06497b9e6e
@ -282,7 +282,7 @@
|
|||||||
for (var j in lines) {
|
for (var j in lines) {
|
||||||
var line = lines[].split(':');
|
var line = lines[].split(':');
|
||||||
specAttrs.push({name: line[0], value: (line[1] || '').split(',')});
|
specAttrs.push({name: line[0], value: (line[1] || '').split(',')});
|
||||||
}j
|
}
|
||||||
list.push({
|
list.push({
|
||||||
spec_name: specName, spec_title: specTitle, spec_attrs: specAttrs,
|
spec_name: specName, spec_title: specTitle, spec_attrs: specAttrs,
|
||||||
market_price: parseFloat(this.getData(specs[i], 'market_price') || '0').toFixed(2),
|
market_price: parseFloat(this.getData(specs[i], 'market_price') || '0').toFixed(2),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user