Skip to content

Commit 79a0d4d

Browse files
committed
修改订单状态的显示信息
1 parent a538fef commit 79a0d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/cart/order.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ function setOrderState( order ) {
272272
document.querySelector( '.order-info-state' ).innerHTML = state === null ? ''
273273
: state === 'FIN' ? '注册文件已经发送'
274274
: state === 'NEW' ? '正在处理'
275-
: state === 'PAD' ? '已经支付'
275+
: state === 'PAD' ? '注册文件已经发送'
276276
: state === 'UNF' ? '已经取消'
277277
: state;
278278

0 commit comments

Comments
 (0)