增加添加购物车校验,状态有已下单未支付 已支付

This commit is contained in:
X1627315083@163.com
2026-06-01 16:37:38 +08:00
parent 4f0d17ea29
commit cf0791dec7
5 changed files with 19 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
import { add } from "lodash-es";
export default {
Login: {
signup: 'Sign up',
@@ -358,7 +360,9 @@ export default {
addShoppingCart: {
title: 'Added to your Shopping Cart',
statement: 'Digital Assets Only. No physical product included.',
button: 'See Shopping Cart'
button: 'See Shopping Cart',
status1: 'The product has been purchased. You can view it in your orders.',
status0: 'The order has been placed but not yet paid for.'
},
area: {
chinaMainland: 'China Mainland',