添加了梦层

This commit is contained in:
luyuan 2020-08-15 15:58:26 +08:00
parent 3884f93ad8
commit 1cc3f289fe
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3
2 changed files with 3 additions and 2 deletions

View File

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

View File

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