提交 49336987 作者: 方治民

feat: 新增代理记账、产销渠道商详情页相关

上级 2a402d73
......@@ -77,6 +77,102 @@
}
},
{
"path": "pages/chanxiao/hema/hema",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#5DB66F",
"navigationBarTextStyle": "white",
"backgroundColorBottom": "#F2F2F2",
"onReachBottomDistance": 50,
"app-plus": {
"titleNView": {
"type": "transparent"
}
}
}
},
{
"path": "pages/chanxiao/qiandama/qiandama",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#5DB66F",
"navigationBarTextStyle": "white",
"backgroundColorBottom": "#F2F2F2",
"onReachBottomDistance": 50,
"app-plus": {
"titleNView": {
"type": "transparent"
}
}
}
},
{
"path": "pages/chanxiao/xiaoxiangchaoshi/xiaoxiangchaoshi",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#5DB66F",
"navigationBarTextStyle": "white",
"backgroundColorBottom": "#F2F2F2",
"onReachBottomDistance": 50,
"app-plus": {
"titleNView": {
"type": "transparent"
}
}
}
},
{
"path": "pages/chanxiao/hongxing/hongxing",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#5DB66F",
"navigationBarTextStyle": "white",
"backgroundColorBottom": "#F2F2F2",
"onReachBottomDistance": 50,
"app-plus": {
"titleNView": {
"type": "transparent"
}
}
}
},
{
"path": "pages/chanxiao/zhusiling/zhusiling",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#5DB66F",
"navigationBarTextStyle": "white",
"backgroundColorBottom": "#F2F2F2",
"onReachBottomDistance": 50,
"app-plus": {
"titleNView": {
"type": "transparent"
}
}
}
},
{
"path": "pages/chanxiao/caixianyi/caixianyi",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#5DB66F",
"navigationBarTextStyle": "white",
"backgroundColorBottom": "#F2F2F2",
"onReachBottomDistance": 50,
"app-plus": {
"titleNView": {
"type": "transparent"
}
}
}
},
{
"path": "pages/chanxiao/purchaseXuQiu",
"style": {
"navigationBarTitleText": "发布采购需求",
......@@ -229,6 +325,20 @@
}
},
{
"path": "pages/fuwu/dailijizhang/dailijizhang",
"style": {
"navigationBarTitleText": "代理记账",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#5DB66F",
"navigationBarTextStyle": "white",
"backgroundColorBottom": "#F2F2F2",
"onReachBottomDistance": 50,
"app-plus": {
"titleNView": {}
}
}
},
{
"path": "pages/linghuoyonggong/linghuoyonggong",
"style": {
"navigationBarTitleText": "灵活用工",
......
......@@ -92,7 +92,8 @@
iconLeft: '/src/static/images/qudao/盒马鲜生-左.png',
backgroundColor: '#DBF8FF',
iconColor: '#252772',
textColor: '#282A74'
textColor: '#282A74',
link: '/pages/chanxiao/hema/hema',
},
{
text: '“不卖隔夜肉”的社区短链模式主打极致新鲜',
......@@ -100,7 +101,8 @@
iconLeft: '/src/static/images/qudao/钱大妈-左.png',
backgroundColor: '#FFE8E8',
iconColor: '#FE0000',
textColor: '#540000'
textColor: '#540000',
link: '/pages/chanxiao/qiandama/qiandama',
},
{
text: '商品齐全物美价廉“美团运力”实现万物速达',
......@@ -108,7 +110,8 @@
iconLeft: '/src/static/images/qudao/小象超市-左.png',
backgroundColor: '#E2FFDE',
iconColor: '#00C53B',
textColor: '#024A18'
textColor: '#024A18',
link: '/pages/chanxiao/xiaoxiangchaoshi/xiaoxiangchaoshi',
},
{
text: '无与伦比的源头价格和海量品类选择',
......@@ -116,7 +119,8 @@
iconLeft: '/src/static/images/qudao/红星-左.png',
backgroundColor: '#F5DADD',
iconColor: '#E70E30',
textColor: '#570612'
textColor: '#570612',
link: '/pages/chanxiao/hongxing/hongxing',
},
{
text: '畜牧类采购需求大“猪肉垂直”的深度专家',
......@@ -124,7 +128,8 @@
iconLeft: '/src/static/images/qudao/牧壹猪-左.png',
backgroundColor: '#C0D1C7',
iconColor: '#383838',
textColor: '#223D27'
textColor: '#223D27',
link: '/pages/chanxiao/zhusiling/zhusiling',
},
{
text: '区域性优势明显“区域深耕”织密本地网络',
......@@ -132,7 +137,8 @@
iconLeft: '/src/static/images/qudao/菜鲜宜-左.png',
backgroundColor: '#C4F2DE',
iconColor: '#14AE68',
textColor: '#064529'
textColor: '#064529',
link: '/pages/chanxiao/caixianyi/caixianyi',
},
],
})
......@@ -265,16 +271,31 @@
:style="`background: linear-gradient(to right, ${channel.backgroundColor} 0%, white 100%);`"
v-for="(channel, index) in pageData.channels"
:key="index"
@click="Navigate.to(channel.link)"
>
<view class="channel-list-left">
<img class="channel-imgLeft" :src="channel.iconLeft" />
</view>
<view class="channel-list-center">
<img class="channel-imgCenter" :style="channel.icon.indexOf('菜鲜宜') > 0 ? 'width: 100rpx; height: 40rpx' : ''" :src="channel.icon" />
<text class="channel-text" :style="`color: ${channel.textColor}`">{{ channel.text }}</text>
<img
class="channel-imgCenter"
:style="
channel.icon.indexOf('菜鲜宜') > 0 ? 'width: 100rpx; height: 40rpx' : ''
"
:src="channel.icon"
/>
<text class="channel-text" :style="`color: ${channel.textColor}`">{{
channel.text
}}</text>
</view>
<view class="channel-list-right">
<svg class="channel-imgRight" width="14" height="14" xmlns="http://www.w3.org/2000/svg" fill="none">
<svg
class="channel-imgRight"
width="14"
height="14"
xmlns="http://www.w3.org/2000/svg"
fill="none"
>
<g>
<title>Layer 1</title>
<path
......
......@@ -227,7 +227,7 @@
function getServiceItems() {
HomeAPI.zoneList({
pageNo: 1,
pageSize: 4,
pageSize: 5,
status: 1,
type: 3,
}).then((res) => {
......@@ -247,7 +247,7 @@
'/pages/nongchang/nongchang',
'/pages/fuwu/fuwu',
'/pages/chanxiao/chanxiao',
'/pages/agencyBookkeeping/index'
'/pages/agencyBookkeeping/index',
]
if (tabbarKeyWords.includes(item.jump_target)) {
uni.switchTab({
......
......@@ -483,7 +483,7 @@
function toNewsDetail(item) {
uni.navigateTo({
url: '/pages/news/detail?id=' + item.id,
url: `/pages/news/detail?id=${item.id}`,
})
}
......@@ -659,6 +659,7 @@
:vertical="true"
:indicator-dots="false"
class="codefun-flex-row codefun-justify-between codefun-items-center section_6 warn-scroll"
v-if="pageData.warnings.length"
>
<swiper-item
id="scroll-view-content"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论