chore(代码合并): 代码从Custom/common分支合并

This commit is contained in:
2026-01-04 09:40:09 +08:00
parent 26f8537d24
commit 4da852944e
145 changed files with 13781 additions and 11628 deletions

View File

@@ -0,0 +1 @@
export const lang = {}

View File

@@ -1,4 +1,18 @@
export const lang = {
//title为每个页面的标题
title: '电子名片'
title: '电子名片',
onlineMessage: '在线留言',
call: '一键拨打',
copy: '复制',
copyFailed: '复制失败',
copySuccess: '复制成功',
oneClickNavigation: '一键导航',
name: '姓名',
contactInfo: '联系方式',
messageContent: '留言内容',
pleaseEnterName: '请输入您的姓名',
pleaseEnterMobile: '请输入您的手机号',
pleaseEnterMessage: '请输入留言内容',
submit: '提交',
exclusiveCustomerService: '专属客服'
}

View File

@@ -1,6 +1,7 @@
export const lang = {
//title为每个页面的标题
title: '商品分类',
search:'商品搜索',
seeMore : '查看更多'
}
export const lang = {
//title为每个页面的标题
title: '商品分类',
search:'商品搜索',
seeMore : '查看更多',
Make: "询底价"
}

View File

@@ -2,7 +2,7 @@ export const lang = {
//title为每个页面的标题
title: '',
select: '选择',
details:'商品详情',
details:'资源详情',
params: '参数',
service: '商品服务',
allGoods: '全部商品',
@@ -11,7 +11,7 @@ export const lang = {
home:'首页',
cart:'购物车',
leave:'立即留言',
make:'立即咨询',
make:'联系我们',
send:'配送',
express:'快递发货',
@@ -22,7 +22,7 @@ export const lang = {
status:'该商品已下架',
sellout:'库存不足',
max:'已达最大限购数量',
makebtn:'咨询',
makebtn:'价格电议',
sales:'销量',
stock:'库存',
kefu:'客服',

View File

@@ -1,11 +1,11 @@
export const lang = {
//title为每个页面的标题
title: '商品列表',
Random:'综合',
Sales:'销量',
Price:'价格',
Filter:'筛选',
Search:'请输入您要搜索的商品',
Make:'咨询',
}
export const lang = {
//title为每个页面的标题
title: '商品列表',
Random:'综合',
Sales:'销量',
Price:'价格',
Filter:'筛选',
Search:'请输入您要搜索的商品',
Make:'立即询底价',
}

View File

@@ -11,6 +11,9 @@ export const lang = {
readyDelivery: '待发货',
waitDelivery: '待收货',
refunding: '退款',
getDynacode: '获取动态验证码',
// 会员中心入口
sign: '签到',
personInfo: '个人资料',
@@ -28,13 +31,13 @@ export const lang = {
verification: '核销台',
message: '我的消息',
exchangeOrder: '积分兑换',
waitpay:'待付款',
waitsend:'待发货',
waitconfirm:'待收货',
activist:'售后',
completed:'已完成',
waitpay: '待付款',
waitsend: '待发货',
waitconfirm: '待收货',
activist: '售后',
completed: '已完成',
// 推广中心
balance: '余额',
point: '积分',
@@ -43,9 +46,19 @@ export const lang = {
myPresale: '我的预售',
myGiftcard: '我的礼品卡',
myDivideticket: '我的瓜分券',
myRebate:'拼团返利',
myHongbao:'我的红包列表',
myBlindBox:'我的盲盒',
myRebate: '拼团返利',
myHongbao: '我的红包列表',
myBlindBox: '我的盲盒',
// 账户操作
logout: '退出登录',
cancellation: '账号注销',
logoutTitle: '提示',
logoutContent: '确定要退出登录吗',
cancellationTitle: '风险提示',
cancellationContent: '确定要注销当前账号吗?',
// 协议
privacyPolicy: '隐私协议',
registrationAgreement: '注册协议',
}