|
@@ -12,7 +12,6 @@ Component({
|
|
|
},
|
|
|
properties: {},
|
|
|
data: {
|
|
|
- hidePrice: wx.getStorageSync('hidePrice'),
|
|
|
list: [],
|
|
|
results: [], //选中结果
|
|
|
sa_brandid: null, //当前选中品牌id
|
|
@@ -24,6 +23,9 @@ Component({
|
|
|
init() {
|
|
|
this.getList()
|
|
|
this.selectComponent("#ListBox").setHeight(".head", this);
|
|
|
+ this.setData({
|
|
|
+ hidePrice: wx.getStorageSync('hidePrice'),
|
|
|
+ })
|
|
|
return true;
|
|
|
},
|
|
|
/* 获取列表 */
|