MaiXinRong 3 tháng trước cách đây
mục cha
commit
d6d63ae3fd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/public/js/phase_pay_detail.js

+ 1 - 1
app/public/js/phase_pay_detail.js

@@ -158,7 +158,7 @@ $(document).ready(() => {
             }
             trans2NodeExpr(expr, payTree) {
                 const orderParam = [...expr.matchAll(this.orderReg)];
-                if (!orderParam) return expr;
+                if (!orderParam || orderParam.length === 0) return expr;
 
                 orderParam.forEach(op => {
                     op.matchLength = op[0].length;