代码拉取完成,页面将自动刷新
同步操作将从 罗振祥/共享洗车小程序2 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
//app.js
import NetWork from './utils/modules/NetWork';
App({
onLaunch: function() {},
globalData: {
token: null,
user: null,
auth: true,
_color: '#333',
_background: '#fff',
_serverPhone: '',
// _baseUrl1: 'http://xc.fngc.shop/',
_baseUrl: 'https://xc.fngc.shop/', // 请求根
_imgPath: '', // 图片根
_host: '', // 域名
_key: 'V3FBZ-RJSWU-I3WVP-2EGQV-7YHYK-YCBTB',
_tabBar: {
"color": "#7097A8",
"selectedColor": "#7097A8",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "./images/home.png",
"selectedIconPath": "./images/home1.png"
},
{
"pagePath": "pages/personal/bespeak/bespeak",
"text": "预约",
"iconPath": "./images/mendian.png",
"selectedIconPath": "./images/mendian1.png"
},
{
"pagePath": "pages/personal/personal",
"text": "我的",
"iconPath": "./images/my.png",
"selectedIconPath": "./images/my1.png"
}
]},
list: ['https://cms.macio.com.cn/assets/images/banner/20190424192323_SxF2LBJ1WT.jpg',
'https://cms.macio.com.cn/assets/images/banner/20190424192323_SxF2LBJ1WT.jpg',
'https://cms.macio.com.cn/assets/images/banner/20190424192323_SxF2LBJ1WT.jpg'
],
},
refreshtoken(token){
var _that = this;
console.log(token,"token");
var net = new NetWork(_that.globalData._baseUrl);
net._request({
url: 'api/v1/member/refresh_token',
data: { token: token },
method: 'POST',
}, '', res => {
if (res.data.error_code == 0) {
wx.setStorageSync("token", res.data.data);
}
})
},
})
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。