1 Star 0 Fork 2

小易在线/共享洗车小程序2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.js 1.75 KB
一键复制 编辑 原始数据 按行查看 历史
罗振祥 提交于 2020-04-23 18:02 . 1
//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);
}
})
},
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yixuhui999/shared_car_wash_widget_2.git
git@gitee.com:yixuhui999/shared_car_wash_widget_2.git
yixuhui999
shared_car_wash_widget_2
共享洗车小程序2
master

搜索帮助