diff --git a/README.md b/README.md index b47bb102d..d99ab553d 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ShopXO -求实进取、创新专注、自主研发、企业级B2C电商系统解决方案。
+求实进取、创新专注、自主研发、国内领先企业级B2C电商系统解决方案。
PC+WAP、支付宝小程序、微信小程序、百度小程序。
官方地址:http://shopxo.net/ diff --git a/alipay/app.js b/alipay/app.js index 415059865..08a7c43ea 100755 --- a/alipay/app.js +++ b/alipay/app.js @@ -34,22 +34,22 @@ App({ "user_address_save_add": "新增地址", "user_address_save_edit": "编辑地址", "buy": "订单确认", - "user_order": "预约订单", + "user_order": "我的订单", "user_order_detail": "订单详情", "user_favor": "我的收藏", - "answer_form": "留言", + "answer_form": "留言", "answer_list": "问答", - "user_answer_list": "我的问答", + "user_answer_list": "我的留言", "user": "用户中心", }, // 请求地址 - request_url: "http://boyuan.mei.la/", - //request_url: 'http://default.com/project/shop/service/', + request_url: "http://demo.shopxo.net/", + request_url: 'http://default.com/project/shopxo/service/', // 基础信息 - application_title: "伯缘家政", - application_describe: "服务于需要外籍保姆服务的家庭", + application_title: "ShopXO电商系统", + application_describe: "国内领先企业级B2C电商系统解决方案", }, /** diff --git a/alipay/app.json b/alipay/app.json index c1f2699ce..70532ab70 100755 --- a/alipay/app.json +++ b/alipay/app.json @@ -21,7 +21,7 @@ "pages/answer-form/answer-form" ], "window": { - "defaultTitle": "伯缘家政", + "defaultTitle": "ShopXO电商系统", "titleBarColor": "#ff6482" }, "tabBar": { diff --git a/alipay/pages/user/user.js b/alipay/pages/user/user.js index a0826563a..96794f7e4 100755 --- a/alipay/pages/user/user.js +++ b/alipay/pages/user/user.js @@ -20,7 +20,7 @@ Page({ url: "user-order", icon: "user-nav-booking-order-icon", is_show: 1, - name: "预约订单" + name: "我的订单" }, { url: "user-faovr", @@ -32,7 +32,7 @@ Page({ url: "user-answer-list", icon: "user-nav-answer-icon", is_show: 1, - name: "我的问答" + name: "我的留言" } ] },