|
@@ -460,11 +460,17 @@ function ParseProductSection(inContent) {
|
|
|
});
|
|
|
|
|
|
//敘述
|
|
|
+ $("#swfDesc").val("");
|
|
|
if ($("[class='description']", aa).length > 0) {
|
|
|
$("#swfDesc").val($(".description", aa)[0].innerHTML.trim().replaceAll('<b>', '').replaceAll('</b>', ''));
|
|
|
}
|
|
|
//alert(editorBlocks);
|
|
|
//其他
|
|
|
+ $("#swfPrice").val("");
|
|
|
+ $("#swfColor").val("");
|
|
|
+ $("#swfSize").val("");
|
|
|
+ $("#swfMat").val("");
|
|
|
+ $("#swfMemo").val("");
|
|
|
if ($("[class='detail']", aa).length > 0) {
|
|
|
onodes = $("[class='detail']", aa)[0].childNodes;
|
|
|
for (i = 0; i < onodes.length; i++) {
|