This commit is contained in:
2024-05-15 16:59:45 +08:00
parent 64eadb49f1
commit 1d6049295b

View File

@ -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,