2
0

fix:多套餐

This commit is contained in:
zhongzm
2025-03-19 17:36:45 +08:00
parent 8a9cfe986d
commit 6b453ad687
11 changed files with 411 additions and 35 deletions

View File

@@ -22,6 +22,7 @@ const viewZh: any = {
"view.userInfo_accsee":"当前设备",
"view.userInfo_records":"历史设备",
"view.userInfo_cdrlrecords":"上网记录",
"view.userInfo_package":"我的套餐",
};
const local:any = {
@@ -560,6 +561,7 @@ const local:any = {
pay:'立即支付',
},
headerbanner:{
packageCount:'我的套餐',
packageinfo:'套餐信息',
packagename:'套餐名称',
price:'套餐费用',
@@ -783,6 +785,22 @@ const local:any = {
submitcer:'提交认证',
previewimage:'预览图片',
},
package:{
myPackages:'我的套餐',
active:'启用',
expired:'待启用',
price:'价格',
period: '有效期',
traffic: '流量',
devices: '设备数',
unlimited: '无限制',
upLimit: '上行限速',
downLimit: '下行限速',
day: '天',
month: '月',
year: '年',
total:'共',
},
},
form: {
required: '不能为空',