andre 4 年之前
父節點
當前提交
e9c9f867eb
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      js/scripts.js

+ 3 - 1
js/scripts.js

@@ -3833,4 +3833,6 @@ function updateProductTotalMessage(billingcycle) {
             break;
     }
 }
-updateProductTotalMessage(billingcycle);
+$( document ).ready(function() {
+    updateProductTotalMessage(billingcycle);
+});