|
|
@@ -14,7 +14,6 @@ Page({
|
|
|
},
|
|
|
onLoad(options) {
|
|
|
const appAuth = wx.getStorageSync('auth').woffer;
|
|
|
- console.log("appAuth", appAuth.options)
|
|
|
let tabsList = [{
|
|
|
label: "详细信息",
|
|
|
icon: "icon-tabxiangxixinxi1"
|
|
|
@@ -266,7 +265,7 @@ Page({
|
|
|
label: "审核"
|
|
|
});
|
|
|
}
|
|
|
- if (['审核', '复核'].includes(status) && this.data.options.some(v => v.isrecheck)) tabbarList.unshift(status == '审核' ? {
|
|
|
+ if (['审核', '复核'].includes(status) && this.data.options.some(v => v == 'isrecheck')) tabbarList.unshift(status == '审核' ? {
|
|
|
icon: "icon-fuhe",
|
|
|
label: "复核"
|
|
|
} : {
|