xbx #55

Merged
theluyuan merged 2 commits from xbx into master 2020-08-15 07:58:54 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 1cc3f289fe - Show all commits

View File

@ -284,7 +284,7 @@ export default {
getshiftlist() {
let that = this;
this.$u.api.getshiftlist({}).then(res => {
console.log(res);
console.log(JSON.stringify(res));
if (res.errCode != 0) {
this.$refs.uToast.show({
title: res.message,

View File

@ -75,7 +75,8 @@
},
shangchuan(){
uni.showLoading({
title: '上传中'
title: '上传中',
mask:true
});
},
tupian(){