Merge branch 'master' of https://git.dayouqiantu.cn/uniapp/yshop-uniapp
This commit is contained in:
@ -313,6 +313,7 @@ export default {
|
||||
});
|
||||
return;
|
||||
}
|
||||
console.log(this.userInfo)
|
||||
if (url === "/pages/orderAdmin/OrderCancellation/index" && !this.userInfo.checkStatus) {
|
||||
uni.showToast({
|
||||
title: "您没有核销权限,请后台店员设置!!",
|
||||
|
@ -70,7 +70,7 @@ export default {
|
||||
that.getIndex();
|
||||
},
|
||||
onReachBottom() {
|
||||
!that.loading && that.getIndex();
|
||||
!this.loading && this.getIndex();
|
||||
},
|
||||
methods: {
|
||||
code: function() {
|
||||
|
Reference in New Issue
Block a user