Files
lucky_shop/lang/en-us/pay/index.js

7 lines
176 B
JavaScript

export const lang = {
//title为每个页面的标题
title: 'Payment Method',
paymentAmount: 'Payment Amount',
confirmPayment: 'Confirm Payment',
seeOrder: 'View Order'
}