Files
lucky_shop/lang/en-us/point/result.js

7 lines
177 B
JavaScript

export const lang = {
//title为每个页面的标题
title: 'Exchange Result',
exchangeSuccess: 'Exchange Successful',
see: 'View Exchange History',
goHome: 'Go to Home'
}