Преглед на файлове

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

linbl преди 1 година
родител
ревизия
fde3187be6
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  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();
 		});
 	},