We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a538fef commit 79a0d4dCopy full SHA for 79a0d4d
www/cart/order.js
@@ -272,7 +272,7 @@ function setOrderState( order ) {
272
document.querySelector( '.order-info-state' ).innerHTML = state === null ? ''
273
: state === 'FIN' ? '注册文件已经发送'
274
: state === 'NEW' ? '正在处理'
275
- : state === 'PAD' ? '已经支付'
+ : state === 'PAD' ? '注册文件已经发送'
276
: state === 'UNF' ? '已经取消'
277
: state;
278
0 commit comments