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