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