7 Star 6 Fork 0

深腾网络/心理咨询小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.js 4.37 KB
一键复制 编辑 原始数据 按行查看 历史
土豆豆fly 提交于 2020-04-10 18:08 . 合并代码
//app.js
App({
onLaunch: function() {
let openId = wx.getStorageSync('openId') || ''
let OPEND_ID_URL = 'https://xcx.jzxl.net/api/me/getopenid'
if (openId) {} else {
wx.login({
success(res) {
wx.getUserInfo({
success: function() {
if (res.code) {
//发起网络请求
wx.request({
url: OPEND_ID_URL,
data: {
code: res.code
},
success: function(res) {
//console.log(res)
wx.setStorageSync('openId', res.data.data.openid)
}
})
} else {
console.log('登录失败!' + res.errMsg)
}
},
fail: function() {
wx.navigateTo({
url: '../sq/sq'
})
}
})
}
})
}
},
u: {
HOME_URL: 'https://weixin.jzxl.net/index.php',
GETOPENID: '/api/me/getopenid', //获取openid
LOGIN: '/api/me/login', //登录
OPENID_LOGIN: '/api/me/doopenidlogin', //一键登录
SENDMESSAGE: '/api/me/sendmessage', //短信
REG: '/api/me/reg', //注册
CODELOGIN: '/api/me/codelogin', //手机登录
CONSULT_LIST: '/api/consult/index', //咨询师列表
CONSULT_VIEW: '/api/consult/view', //咨询师详情
FOLLOW: '/api/follow/index', //咨询师详情
BOOK: '/api/book/index', //下订单
ORDER_DETAILS: '/api/book/orderdetail', //订单详情
ORDER_CANCEL: '/api/book/cancel', //订单详情
ORDER_GOPAY: '/api/book/orderdetail', //订单详情
ORDER_LIST: '/api/book/getorderlist', //订单列表
ORDER_CONUSULT_LIST: '/api/book/getconsultorderlist',
ORDER_CANCEL: '/api/book/cancelorder', //取消订单
ORDER_PAY: '/api/book/wxpay', //支付订单
INDEX: '/api/index/index', //首页接口
INSTITUTIONS: '/api/organization/index', //咨询机构列表
RESETPASSWORD: '/api/me/resetPassword', //重置密码
FEEDBACK: '/api/me/feedback', //意见反馈
FOLLOW_INDEX: '/api/follow/index', //点击关注
ME_INFO: '/api/me/info', //编辑
ME_GETMARK: '/api/me/getmark', //我的关注
ARTICELINFO: '/api/index/articelinfo', //咨询指南
CLASSINFO: '/api/index/classinfo',
ARTICELIST: '/api/index/articelist', //咨询指南
ME_NEWINFO: '/api/me/newinfo', //用户新信息
PSY_APPLY: '/api/me/psyapply',
PSY_TAGS: '/api/me/psytags',
PSY_OTHER: '/api/consult/view1',
UPLOADIMG: '/api/me/uploadimg', //上传头像
UPDATEINFO: '/api/me/updateinfo',
ADD_EDUCATION: '/api/me/addeducation',
ADD_TRAIN: '/api/me/addtrain',
ADD_QUALIFICATE: '/api/me/addqulificate',
ADD_PEXP: '/api/me/addpexp',
ADD_SUPEXP: '/api/me/addsupexp',
ADD_PHOTOS: '/api/me/addphotos',
ORGEN_INFO: '/api/organization/info', //
CONSULTANT_DEL: '/api/me/del',
GET_CONSULTANT_OPTION: '/api/consult/getoption',
GET_AREA_LIST: '/api/consult/getarealist',
GET_ORG_OPTION: '/api/organization/getoption',
ORDER_PAY: '/api/book/wxpay', //支付订单
LOADCONSULTADV: '/api/index/loadconsultadv', //咨询师轮播图
LOADINSADV: '/api/index/loadinsadv', //咨询机构轮播图
SENDMESG: '/api/book/smallWXmessage', //发送模板信息
GETCLASSLIST:'/api/index/getclasslist',
GETTESTLIST: '/api/index/gettestlist',
TESTINFO: '/api/index/testinfo',
GET_ORG_TAGS:'/api/organization/orgtags',
ORGINFO:'/api/organization/orginfo'
},
globalData: {
resBaseUrl: 'https://xcx.jzxl.net'
}
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hunanshenteng_admin/counselingApp.git
git@gitee.com:hunanshenteng_admin/counselingApp.git
hunanshenteng_admin
counselingApp
心理咨询小程序
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385