支付宝小程序

feat/task1-c-wallet
devil_gong 2018-11-15 14:44:48 +08:00
parent 85acf37695
commit 74ed1e8a81
4 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
# ShopXO
求实进取、创新专注、自主研发、企业级B2C电商系统解决方案。<br />
求实进取、创新专注、自主研发、国内领先企业级B2C电商系统解决方案。<br />
PC+WAP、支付宝小程序、微信小程序、百度小程序。
<br />官方地址http://shopxo.net/

View File

@ -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电商系统解决方案",
},
/**

View File

@ -21,7 +21,7 @@
"pages/answer-form/answer-form"
],
"window": {
"defaultTitle": "伯缘家政",
"defaultTitle": "ShopXO电商系统",
"titleBarColor": "#ff6482"
},
"tabBar": {

View File

@ -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: "我的留言"
}
]
},