yukyo0821 3 роки тому
батько
коміт
8689acc37f
1 змінених файлів з 5 додано та 5 видалено
  1. 5 5
      backstage/static/js/yo.js

+ 5 - 5
backstage/static/js/yo.js

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