Browse Source

英文化

undefined
xubinxcode 4 years ago
parent
commit
9cd0be4c9e
1 changed files with 15 additions and 15 deletions
  1. +15
    -15
      addons/unishop/uniapp/uni-shop/pages.json

+ 15
- 15
addons/unishop/uniapp/uni-shop/pages.json View File

@@ -6,12 +6,12 @@
"style": {
"enablePullDownRefresh": true,
// #ifdef MP
"navigationBarTitleText": "IKEA商城",
"navigationBarTitleText": "IKEA SHOP",
//"navigationStyle": "custom",
// #endif
"app-plus": {
"titleNView": {
"titleText": "IKEA商城"
"titleText": "IKEA SHOP"
//"type": "transparent"
// "searchInput": {
// "backgroundColor": "rgba(231, 231, 231,.7)",
@@ -44,7 +44,7 @@
{
"path": "pages/product/product",
"style": {
"navigationBarTitleText": "详情展示",
"navigationBarTitleText": "Detail Show",
"enablePullDownRefresh": true,
"app-plus": {
"titleNView": {
@@ -55,13 +55,13 @@
}, {
"path": "pages/set/set",
"style": {
"navigationBarTitleText": "设置"
"navigationBarTitleText": "Setting"
}
},
{
"path": "pages/userinfo/userinfo",
"style": {
"navigationBarTitleText": "修改资料"
"navigationBarTitleText": "Modify Information"
}
},
// {
@@ -94,7 +94,7 @@
}, {
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "我的",
"navigationBarTitleText": "My",
// #ifdef MP
"navigationStyle": "custom",
// #endif
@@ -125,7 +125,7 @@
}, {
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "我的订单",
"navigationBarTitleText": "My Order",
"enablePullDownRefresh": true,
"app-plus": {
"bounce": "none"
@@ -136,7 +136,7 @@
"path": "pages/order/orderDetail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "订单详情",
"navigationBarTitleText": "Order Detail",
"app-plus": {
"bounce": "none",
"titleNView": {
@@ -150,12 +150,12 @@
}, {
"path": "pages/order/createOrder",
"style": {
"navigationBarTitleText": "创建订单"
"navigationBarTitleText": "Create Order"
}
}, {
"path": "pages/address/address",
"style": {
"navigationBarTitleText": "收货地址"
"navigationBarTitleText": "Shipping Address"
}
}, {
"path": "pages/address/addressManage",
@@ -165,13 +165,13 @@
}, {
"path": "pages/money/pay",
"style": {
"navigationBarTitleText": "支付"
"navigationBarTitleText": "Payment"
}
},
{
"path": "pages/money/paySuccess",
"style": {
"navigationBarTitleText": "支付成功"
"navigationBarTitleText": "Pay Success"
}
}
,{
@@ -183,7 +183,7 @@
,{
"path" : "pages/category/category",
"style" : {
"navigationBarTitleText": "分类",
"navigationBarTitleText": "Classification",
"enablePullDownRefresh": true,
"app-plus": {
"bounce": "none"
@@ -194,7 +194,7 @@
"path" : "pages/product/list",
"style" : {
"enablePullDownRefresh": true,
"navigationBarTitleText": "商品列表"
"navigationBarTitleText": "Product List"
}
}
,{
@@ -208,7 +208,7 @@
"path" : "pages/favorite/favorite",
"style" : {
"enablePullDownRefresh": true,
"navigationBarTitleText": "我的收藏"
"navigationBarTitleText": "My Collection"
}
},
{


Loading…
Cancel
Save