mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-11-29 18:39:16 +08:00
商品规格处理优化
This commit is contained in:
parent
9a81123429
commit
dfcd8f8794
@ -418,7 +418,7 @@ function GoodsSpecType()
|
||||
{
|
||||
if((extends_element[i]['element'] || null) != null && extends_element[i]['content'] !== null)
|
||||
{
|
||||
$(extends_element[i]['element']).html(extends_element[i]['content']);
|
||||
$(extends_element[i]['element']).prop(extends_element[i]['content']);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user