|
@@ -618,23 +618,23 @@ function GenProductSection(mimg, specimg) {
|
|
|
});
|
|
|
tmpstr = tmpstr.replaceAll('##swfDesc##', $("#swfDesc").val());
|
|
|
if ($("#swfPrice").val() != "")
|
|
|
- tmpstr = tmpstr.replaceAll('##swfPrice##', "<div>定價 : " + $("#swfPrice").val() + "</div>");
|
|
|
+ tmpstr = tmpstr.replaceAll('##swfPrice##', "<div>定價 : " + $("#swfPrice").val() + "</div>");
|
|
|
else
|
|
|
tmpstr = tmpstr.replaceAll('##swfPrice##', '<span></span>');
|
|
|
if ($("#swfColor").val() != "")
|
|
|
- tmpstr = tmpstr.replaceAll('##swfColor##', "<div>顏色 : " + $("#swfColor").val() + "</div>");
|
|
|
+ tmpstr = tmpstr.replaceAll('##swfColor##', "<div>顏色 : " + $("#swfColor").val() + "</div>");
|
|
|
else
|
|
|
tmpstr = tmpstr.replaceAll('##swfColor##', '<span></span>');
|
|
|
if ($("#swfSize").val() != "")
|
|
|
- tmpstr = tmpstr.replaceAll('##swfSize##', "<div>尺寸(mm) : " + $("#swfSize").val() + "</div>");
|
|
|
+ tmpstr = tmpstr.replaceAll('##swfSize##', "<div>尺寸(mm) : " + $("#swfSize").val() + "</div>");
|
|
|
else
|
|
|
tmpstr = tmpstr.replaceAll('##swfSize##', '<span></span>');
|
|
|
if ($("#swfMat").val() != "")
|
|
|
- tmpstr = tmpstr.replaceAll('##swfMat##', "<div>材質 : " + $("#swfMat").val() + "</div>");
|
|
|
+ tmpstr = tmpstr.replaceAll('##swfMat##', "<div>材質 : " + $("#swfMat").val() + "</div>");
|
|
|
else
|
|
|
tmpstr = tmpstr.replaceAll('##swfMat##', '<span></span>');
|
|
|
if ($("#swfMemo").val() != "")
|
|
|
- tmpstr = tmpstr.replaceAll('##swfMemo##', "<div>備註 : " + $("#swfMemo").val() + "</div>");
|
|
|
+ tmpstr = tmpstr.replaceAll('##swfMemo##', "<div>備註 : " + $("#swfMemo").val() + "</div>");
|
|
|
else
|
|
|
tmpstr = tmpstr.replaceAll('##swfMemo##', '<span></span>');
|
|
|
|