This commit is contained in:
Gao xiaosong
2020-08-03 01:52:49 +08:00
13 changed files with 57 additions and 26 deletions

View File

@ -313,6 +313,7 @@ export default {
});
return;
}
console.log(this.userInfo)
if (url === "/pages/orderAdmin/OrderCancellation/index" && !this.userInfo.checkStatus) {
uni.showToast({
title: "您没有核销权限,请后台店员设置!!",

View File

@ -70,7 +70,7 @@ export default {
that.getIndex();
},
onReachBottom() {
!that.loading && that.getIndex();
!this.loading && this.getIndex();
},
methods: {
code: function() {