Commit 06436c25 authored by Mac's avatar Mac

1

parent eec4876f
......@@ -244,6 +244,8 @@
.storeList .img{
width: 100%;
height: 94px;
border-top-left-radius:6px ;
border-top-right-radius: 6px;
/* border-radius: 6px; */
}
.storeList .content{
......
......@@ -584,19 +584,19 @@
},
//跳转至商品详情
openGood(item) {
if (item.OrderClassify == 0) {
if (item.GoodsClassify == 0) {
uni.navigateTo({
url: '/pages/goods/goods?GoodsId=' + item.GoodsId
});
} else if (item.OrderClassify == 1) {
} else if (item.GoodsClassify == 1) {
uni.navigateTo({
url: "/pages/guidecar/guidecarGoodsdetails?GoodsId=" + item.GoodsId ,
});
} else if (item.OrderClassify == 2) {
} else if (item.GoodsClassify == 2) {
uni.navigateTo({
url: "/pages/school/courseInfo?GoodsId=" + item.GoodsId ,
});
} else if (item.OrderClassify == 3) {
} else if (item.GoodsClassify == 3) {
uni.navigateTo({
url: "/pages/reserve/goodsDetails?GoodsId=" + item.GoodsId ,
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment