diff --git a/pages/index/index.vue b/pages/index/index.vue index 6f556e2..8d728c9 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -105,7 +105,7 @@ {{item.goods.image_tag}} - {{item.goods.low_money / 100}} + {{item.goods.money / 100}} {{item.goods.title}} @@ -176,7 +176,8 @@ { img: 'https://static.ticket.sz-trip.com/yandu/images/index/xltj.png', text: '线路推荐', - path: '/subPackages/line/lineList' + // path: '/subPackages/line/lineList' + path: '/subPackages/webPage/webPage?url='+ encodeURIComponent('https://yandumap.sz-trip.com/lineList'), }, { img: 'https://static.ticket.sz-trip.com/yandu/images/index/zhdt.png', diff --git a/pages/mall/mall.vue b/pages/mall/mall.vue index 3810737..65d32d4 100644 --- a/pages/mall/mall.vue +++ b/pages/mall/mall.vue @@ -1,7 +1,7 @@