Commit a6e04c53 by huahua

提交

parent 0667be6b
......@@ -3,25 +3,15 @@
"path": "pages/index/mall",
"style": {
"navigationBarTitleText": "",
// "navigationStyle":"custom",//禁用uni-app默认的头部导航
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
/*{
"path": "pages/index/machineDetail",
"style": {
"navigationBarTitleText": "色彩高尔夫",
// "navigationStyle":"custom",//禁用uni-app默认的头部导航
"enablePullDownRefresh": true
}
} */
{
"path": "pages/index/machineDetail",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom" //禁用uni-app默认的头部导航
}
},
{
......@@ -29,10 +19,8 @@
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom" //禁用uni-app默认的头部导航
}
}
],
"globalStyle": {
"navigationBarTextStyle": "#ffffff",
......@@ -52,7 +40,6 @@
{
"root": "pages/mall",
"pages": [
{
"path": "lineUp",
"style": {
......@@ -72,7 +59,6 @@
"navigationStyle": "custom"
}
},
{
"path": "self_help_payment_details_new",
"style": {
......@@ -80,7 +66,6 @@
"navigationStyle": "custom"
}
},
{
"path": "order",
"style": {
......
......@@ -23,8 +23,7 @@ const Env = {
getmalltext: () => "色彩公园Lite",
getAppID: () => "wx1c777ee874c39b0b",
getcompany: () => "深圳市瑞丰彩科技有限公司",
// 跳转--色彩小程序
//跳转--色彩小程序
getappId: () => "wx55b5b6d95c648041",
//getenvVersion: () => "trial",
getenvVersion: () => "release",
......
......@@ -18,7 +18,7 @@ const http = ({ url = '', param = {}, ...other } = {}) => {
...other,
complete(res) {
wx.hideLoading();
console.log(`耗时${Date.now()} - timeStart`);
//console.log(`耗时${Date.now()} - timeStart`);
if(res.statusCode >= 200 && res.statusCode < 300){
resolve(res.data);
}else{
......
......@@ -20,7 +20,7 @@ let loadFont = function(textlist,list) {
weight: 100
},
success: function(message) {
// console.log('load font-family success:', message)
//console.log('load font-family success:', message)
textlist.textlong = true
},
fail: function(message) {
......@@ -29,8 +29,8 @@ let loadFont = function(textlist,list) {
},
complete(res) {
uni.hideLoading();
// wx.showToast({title: '字体下载完成',icon: 'success',duration: 2000});
// console.log('complete', res)
//wx.showToast({title: '字体下载完成',icon: 'success',duration: 2000});
//console.log('complete', res)
textlist.long = true
// list.forEach(item=>{
// if(item.long == true){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment