增加添加购物车校验,状态有已下单未支付 已支付
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user