10 lines
253 B
JavaScript
10 lines
253 B
JavaScript
export const lang = {
|
|
//title为每个页面的标题
|
|
title: 'Payment Result',
|
|
paymentSuccess: 'Payment Successful',
|
|
paymentFail: 'Payment Failed',
|
|
goHome: 'Back to Home',
|
|
memberCenter: 'Member Center',
|
|
payMoney: 'Payment Amount',
|
|
unit: 'Yuan'
|
|
} |