百度小程序

feat/task1-c-wallet
devil_gong 2019-07-22 15:23:26 +08:00
parent 52cfe3b2d0
commit b31591f8d9
2 changed files with 3 additions and 3 deletions

View File

@ -60,8 +60,8 @@ App({
request_url: 'https://test.shopxo.net/',
// 基础信息
application_title: "ShopXO",
application_describe: "国内领先企业级B2C开源电商系统"
application_title: "{{application_title}}",
application_describe: "{{application_describe}}"
},
/**

View File

@ -25,7 +25,7 @@
"pages/user-goods-browse/user-goods-browse"
],
"window": {
"navigationBarTitleText": "ShopXO",
"navigationBarTitleText": "{{application_title}}",
"navigationBarBackgroundColor": "#d2364c"
},
"tabBar": {