diff --git a/high-unionPay/pages/goods/goods-list/goods-list.vue b/high-unionPay/pages/goods/goods-list/goods-list.vue
index ef10bbd..1e348df 100644
--- a/high-unionPay/pages/goods/goods-list/goods-list.vue
+++ b/high-unionPay/pages/goods/goods-list/goods-list.vue
@@ -1,350 +1,361 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{row.couponName}}
- 限购{{row.limitNumber}}件
-
-
-
-
- {{ row.discountPrice*100}}
-
-
- ¥ {{ row.discountPrice}}
-
-
-
-
- ¥{{ row.salesPrice*100}}
-
-
-
-
-
-
-
-
-
-
-
diff --git a/high-unionPay/subPages/brand-classification/brand-classification.vue b/high-unionPay/subPages/brand-classification/brand-classification.vue
index 50f41fd..ff98493 100644
--- a/high-unionPay/subPages/brand-classification/brand-classification.vue
+++ b/high-unionPay/subPages/brand-classification/brand-classification.vue
@@ -77,7 +77,7 @@
// 跳转商品
jumpgoods(item){
uni.navigateTo({
- url:'../../pages/goods/goods-list/goods-list?id=3'+'&goodsId='+this.desId+'&brandId='+item
+ url:'../../pages/goods/goods-list/goods-list?id=4'+'&goodsId='+this.desId+'&brandId='+item
})
}
}