installment.order-detail.page.js 187 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 /** * 订单状态样式 */ $('.status').each(function() { const text = $(this).text(); if (text.indexOf(/已还款|已退款/)) { $(this).addClass('faded'); } });