修改
This commit is contained in:
parent
64eadb49f1
commit
1d6049295b
@ -114,7 +114,7 @@
|
||||
info() {
|
||||
let userinfo = uni.getStorageSync('userinfo');
|
||||
var obj
|
||||
if (this.tabindex == 1 || this.tabindex == 5) {
|
||||
if (this.tabindex == 1 || this.tabindex == 5 || this.tabindex == 7) {
|
||||
obj = {
|
||||
label: Number(this.tabindex) + 1,
|
||||
identity: userinfo.cardNo,
|
||||
@ -148,7 +148,7 @@
|
||||
this.pageNum = 1
|
||||
let userinfo = uni.getStorageSync('userinfo');
|
||||
var obj
|
||||
if (this.tabindex == 1 || this.tabindex == 5) {
|
||||
if (this.tabindex == 1 || this.tabindex == 5 || this.tabindex == 7) {
|
||||
obj = {
|
||||
label: Number(this.tabindex) + 1,
|
||||
identity: userinfo.cardNo,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user