uniapp/lang/zh-cn/pay/result.js

11 lines
240 B
JavaScript

export const lang = {
//title为每个页面的标题
title: '支付结果',
paymentSuccess: '支付成功',
paymentFail: '支付失败',
goHome: '回到首页',
memberCenter: '会员中心',
payMoney: '支付金额',
unit: '元'
}