Explorar el Código

Merge branch '报价单复合反复合' into 测试

xiaohaizhao hace 2 años
padre
commit
4ae5d2aa31
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      packageA/offers/detail.js

+ 1 - 2
packageA/offers/detail.js

@@ -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: "复核"
         } : {