xiaohaizhao 1 éve
szülő
commit
7fc2f1b279

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

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

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

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

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

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