fix
This commit is contained in:
@@ -263,7 +263,8 @@ export default defineComponent({
|
||||
let historyTable: any = this.$refs.historyTable;
|
||||
this.historyTableHeight = historyTable.clientHeight - 130;
|
||||
this.gettrialList();
|
||||
this.userInfo = JSON.parse(getCookie("userInfo") as any);
|
||||
let userInfo:any = getCookie("userInfo")
|
||||
this.userInfo = JSON.parse(userInfo);
|
||||
|
||||
if (this.userInfo.userId == 83 || this.userInfo.userId == 88) {
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user