提交 b1d25e44 编写于 作者: chengxiang.li's avatar chengxiang.li

删除无用的调试代码

上级 3e37b9e0
......@@ -397,8 +397,8 @@
getServerTime() {
// 调取接口获取服务器时间
getBEServerTime().then(res => {
alert('服务器时间');
alert(JSON.stringify(res))
// alert('服务器时间');
// alert(JSON.stringify(res))
if(res && res.code == '000000' ){
vm.serverTime = res.data;
}else{
......@@ -533,8 +533,8 @@
},
goToCheckJoin() { // 检查是否加入结构
checkHospitalStatus(vm.appUserInfo.userToken).then(res => {
alert('检查是否加入结构')
alert(JSON.stringify(res))
// alert('检查是否加入结构')
// alert(JSON.stringify(res))
if(res && res.code == '000000' ){
const status = res.data.status;
// const status = 15; // test。。。。。。。。。。。。。。。。。
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册