Sfoglia il codice sorgente

app-二级市场根据分类查订单

linbl 1 anno fa
parent
commit
fde3187be6
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4 4
      pages/market/two/list.vue

+ 4 - 4
pages/market/two/list.vue

@@ -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();
 		});
 	},