Commit 448e7214 authored by 张娇(东信)'s avatar 张娇(东信)

特价专区跳转

parent b53be77f
......@@ -18,7 +18,7 @@
</view>
<!-- 热门-->
<view style="display: flex; flex-direction: row">
<view class="left-offer">
<view class="left-offer" @click="toSpecialOfferZoneList">
<text class="left-title">特价专区</text>
<img
class="special-icon"
......@@ -243,6 +243,12 @@ function toRouteDetails() {
url: '/pages/assistingAgriculture/RouteDetails/RouteDetails',
});
}
function toSpecialOfferZoneList() {
// TODO: 跳转到特价专区
xma.navigateTo({
url: '/pages/assistingAgriculture/RuralTravel/specialOfferZoneList',
});
}
</script>
<style lang="scss" scoped>
......
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