xiaohaizhao 2 سال پیش
والد
کامیت
7fc2f1b279
3فایلهای تغییر یافته به همراه9 افزوده شده و 0 حذف شده
  1. 3 0
      packageA/dispatchBill/modules/item/index.js
  2. 3 0
      packageA/orderForm/modules/item/index.js
  3. 3 0
      packageA/orderForm/modules/list/index.js

+ 3 - 0
packageA/dispatchBill/modules/item/index.js

@@ -9,5 +9,8 @@ Component({
     userrole: {
     userrole: {
       type: String
       type: String
     }
     }
+  },
+  data: {
+    hidePrice: wx.getStorageSync('hidePrice'),
   }
   }
 })
 })

+ 3 - 0
packageA/orderForm/modules/item/index.js

@@ -9,5 +9,8 @@ Component({
     userrole: {
     userrole: {
       type: String
       type: String
     }
     }
+  },
+  data: {
+    hidePrice: wx.getStorageSync('hidePrice'),
   }
   }
 })
 })

+ 3 - 0
packageA/orderForm/modules/list/index.js

@@ -10,4 +10,7 @@ Component({
             type: Number
             type: Number
         }
         }
     },
     },
+    data: {
+        hidePrice: wx.getStorageSync('hidePrice'),
+    }
 })
 })