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