|
@@ -69,15 +69,15 @@ export default {
|
|
|
selects: []
|
|
|
};
|
|
|
},
|
|
|
- onShow(){
|
|
|
+ /* onShow(){
|
|
|
this.refresh();
|
|
|
- },
|
|
|
+ }, */
|
|
|
onLoad(e) {
|
|
|
+ this.getData();
|
|
|
//选择商品分类
|
|
|
uni.$on('productType', res => {
|
|
|
+ this.param.typeCode = res.no;
|
|
|
this.param.goodsType = res.name;
|
|
|
- this.param.current = res.current;
|
|
|
- this.param.now = res.now;
|
|
|
this.refresh();
|
|
|
});
|
|
|
},
|