添加了梦层
This commit is contained in:
parent
3884f93ad8
commit
1cc3f289fe
@ -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,
|
||||
|
@ -75,7 +75,8 @@
|
||||
},
|
||||
shangchuan(){
|
||||
uni.showLoading({
|
||||
title: '上传中'
|
||||
title: '上传中',
|
||||
mask:true
|
||||
});
|
||||
},
|
||||
tupian(){
|
||||
|
Loading…
Reference in New Issue
Block a user