chore(电子表单): 修复电子表单的渲染

This commit is contained in:
2025-12-30 14:43:14 +08:00
parent 3fec0470cf
commit 6d0c914e79
14 changed files with 1159 additions and 954 deletions

View File

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

View File

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

View File

@@ -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: '个人资料',