提交 f78271c4 作者: 吴佳伟

fix: 产销增加多渠道展开资深合作模块

上级 50f11c2b
......@@ -498,6 +498,12 @@
"style": {
"navigationBarTitleText": "视频详情"
}
},
{
"path": "pages/agencyBookkeeping/index",
"style": {
"navigationBarTitleText": "代理记账"
}
}
],
"easycom": {
......@@ -544,18 +550,18 @@
"text": "首页"
},
{
"pagePath": "pages/nongchang/nongchang",
"iconPath": "static/images/codefun/nongchang.png",
"selectedIconPath": "static/images/codefun/nongchang.active.png",
"text": "农场"
},
{
"pagePath": "pages/fuwu/fuwu",
"iconPath": "static/images/codefun/fuwu.png",
"selectedIconPath": "static/images/codefun/fuwu.active.png",
"text": "服务"
},
{
"pagePath": "pages/nongchang/nongchang",
"iconPath": "static/images/codefun/nongchang.png",
"selectedIconPath": "static/images/codefun/nongchang.active.png",
"text": "农场"
},
{
"pagePath": "pages/chanxiao/chanxiao",
"iconPath": "static/images/codefun/chanxiao.png",
"selectedIconPath": "static/images/codefun/chanxiao.active.png",
......
<template>
</template>
<script>
export default {
}
</script>
<style>
</style>
......@@ -83,6 +83,58 @@
// 供应信息列表
supplyInfos: [],
// 渠道列表
channels: [
{
text: '高品质、即时配送和沉浸式体验构建品牌护城河',
icon: '/src/static/images/qudao/盒马鲜生.png',
iconLeft: '/src/static/images/qudao/盒马鲜生-左.png',
backgroundColor: '#DBF8FF',
iconColor: '#252772',
textColor: '#282A74'
},
{
text: '“不卖隔夜肉”的社区短链模式主打极致新鲜',
icon: '/src/static/images/qudao/钱大妈.png',
iconLeft: '/src/static/images/qudao/钱大妈-左.png',
backgroundColor: '#FFE8E8',
iconColor: '#FE0000',
textColor: '#540000'
},
{
text: '商品齐全物美价廉“美团运力”实现万物速达',
icon: '/src/static/images/qudao/小象超市.png',
iconLeft: '/src/static/images/qudao/小象超市-左.png',
backgroundColor: '#E2FFDE',
iconColor: '#00C53B',
textColor: '#024A18'
},
{
text: '无与伦比的源头价格和海量品类选择',
icon: '/src/static/images/qudao/红星.png',
iconLeft: '/src/static/images/qudao/红星-左.png',
backgroundColor: '#F5DADD',
iconColor: '#E70E30',
textColor: '#570612'
},
{
text: '畜牧类采购需求大“猪肉垂直”的深度专家',
icon: '/src/static/images/qudao/牧壹猪.png',
iconLeft: '/src/static/images/qudao/牧壹猪-左.png',
backgroundColor: '#C0D1C7',
iconColor: '#383838',
textColor: '#223D27'
},
{
text: '区域性优势明显“区域深耕”织密本地网络',
icon: '/src/static/images/qudao/菜鲜宜.png',
iconLeft: '/src/static/images/qudao/菜鲜宜-左.png',
backgroundColor: '#C4F2DE',
iconColor: '#14AE68',
textColor: '#064529'
},
],
})
// 获取采购需求列表
function getPurchaseList() {
......@@ -204,7 +256,38 @@
<view class="codefun-flex-col section">
<view class="codefun-flex-col">
<view class="codefun-flex-col codefun-self-stretch">
<image class="image_5" :src="pageData.header.bannerImage" />
<view><image class="image_5" :src="pageData.header.bannerImage" /></view>
<view class="mt-1">
<view>多渠道展开资深合作</view>
<view>
<view
class="channel-list"
:style="`background: linear-gradient(to right, ${channel.backgroundColor} 0%, white 100%);`"
v-for="(channel, index) in pageData.channels"
:key="index"
>
<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>
</view>
<view class="channel-list-right">
<svg class="channel-imgRight" width="14" height="14" xmlns="http://www.w3.org/2000/svg" fill="none">
<g>
<title>Layer 1</title>
<path
id="svg_1"
:fill="channel.iconColor"
d="m7,0c3.8659,0 7,3.13406 7,7c0,3.8659 -3.1341,7 -7,7c-3.86594,0 -7,-3.1341 -7,-7c0,-3.86594 3.13406,-7 7,-7zm-1.80056,3.29506c-0.00573,0.0063 -0.01131,0.01272 -0.01674,0.01927c-0.00544,0.00655 -0.0107,0.01321 -0.01583,0.02001c-0.00513,0.00681 -0.01009,0.01371 -0.01489,0.02072c-0.00479,0.00704 -0.00944,0.01416 -0.01392,0.02139c-0.00446,0.00724 -0.00877,0.01459 -0.01291,0.02203c-0.00413,0.00743 -0.00809,0.01495 -0.01188,0.02259c-0.0038,0.00762 -0.00741,0.01532 -0.01083,0.02311c-0.00343,0.00779 -0.00669,0.01564 -0.00975,0.02358c-0.00305,0.00793 -0.00594,0.01594 -0.00863,0.02401c-0.00269,0.00807 -0.00522,0.01621 -0.00754,0.0244c-0.00232,0.00818 -0.00445,0.01642 -0.00638,0.02469c-0.00194,0.00829 -0.0037,0.01661 -0.00525,0.02499c-0.00155,0.00837 -0.00293,0.01676 -0.00409,0.02519c-0.00116,0.00843 -0.00213,0.01688 -0.00291,0.02535c-0.00079,0.00848 -0.00136,0.01696 -0.00174,0.02547c-0.00038,0.00851 -0.00058,0.01701 -0.00057,0.02552c0.00002,0.0085 0.00022,0.01701 0.00062,0.02551c0.0004,0.00851 0.001,0.01698 0.00179,0.02545c0.0008,0.00847 0.00179,0.01693 0.00297,0.02535c0.00119,0.00844 0.00256,0.01683 0.00415,0.02518c0.00157,0.00837 0.00334,0.0167 0.00529,0.02497c0.00196,0.00829 0.0041,0.01652 0.00644,0.0247c0.00234,0.00818 0.00486,0.0163 0.00758,0.02438c0.00271,0.00807 0.0056,0.01605 0.00869,0.02399c0.00309,0.00794 0.00635,0.01579 0.00979,0.02356c0.00346,0.00777 0.00709,0.01548 0.01088,0.0231c0.0038,0.0076 0.00777,0.01512 0.01193,0.02255c0.00416,0.00744 0.00848,0.01476 0.01297,0.02199c0.0045,0.00724 0.00914,0.01436 0.01395,0.02136c0.00483,0.00702 0.00981,0.01392 0.01494,0.0207c0.00513,0.00679 0.01043,0.01346 0.01588,0.01999c0.00543,0.00653 0.01103,0.01295 0.01677,0.01923l0.04083,0.04006l3.26939,2.92055l-3.26939,2.92055c-0.00637,0.00567 -0.01259,0.01147 -0.01869,0.01741c-0.00609,0.00594 -0.01206,0.01202 -0.01787,0.01825c-0.00582,0.00622 -0.01148,0.01257 -0.017,0.01905c-0.00553,0.00648 -0.01089,0.0131 -0.01611,0.01984c-0.00523,0.0067 -0.01029,0.0136 -0.01519,0.0205c-0.00489,0.007 -0.00962,0.0141 -0.0142,0.0213c-0.00456,0.0071 -0.00897,0.0144 -0.01322,0.0218c-0.00423,0.0074 -0.00829,0.0149 -0.01218,0.0225c-0.00389,0.0075 -0.0076,0.0152 -0.01115,0.0229c-0.00352,0.0078 -0.00688,0.0156 -0.01005,0.0235c-0.00318,0.0079 -0.00617,0.0159 -0.00898,0.0239c-0.00281,0.0081 -0.00543,0.0162 -0.00785,0.0243c-0.00242,0.0082 -0.00466,0.0164 -0.00672,0.0247c-0.00205,0.0083 -0.00393,0.0166 -0.00558,0.0249c-0.00167,0.0083 -0.00314,0.0167 -0.00443,0.0252c-0.00129,0.0084 -0.00235,0.0168 -0.00324,0.0253c-0.00089,0.0085 -0.00159,0.017 -0.00209,0.0255c-0.0005,0.0085 -0.0008,0.017 -0.0009,0.0255c-0.0001,0.0085 0,0.017 0.00028,0.0255c0.00029,0.0085 0.00077,0.017 0.00146,0.0255c0.00068,0.0085 0.00157,0.017 0.00264,0.0254c0.00107,0.0085 0.00234,0.0169 0.00381,0.0253c0.00145,0.0084 0.0031,0.0167 0.00496,0.025c0.00185,0.0083 0.00389,0.0166 0.00613,0.0248c0.00222,0.0082 0.00465,0.0164 0.00725,0.0245c0.00263,0.0081 0.00542,0.0162 0.00839,0.0241c0.00299,0.008 0.00615,0.0159 0.00949,0.0238c0.00336,0.0078 0.00689,0.0155 0.01058,0.0232c0.00371,0.0077 0.00759,0.0153 0.01165,0.0227c0.00406,0.0075 0.00829,0.0149 0.01268,0.0222c0.0044,0.0073 0.00896,0.0145 0.01369,0.0216c0.00473,0.0071 0.00961,0.014 0.01467,0.0209l0.03616,0.0439c0.19367,0.2139 0.51723,0.2435 0.74589,0.077l0.04433,-0.0358l3.42379,-3.05778c0.01158,-0.01031 0.02289,-0.02089 0.03394,-0.03176c0.01105,-0.01088 0.02182,-0.02203 0.0323,-0.03344c0.01048,-0.01141 0.02067,-0.02309 0.03056,-0.03504c0.00991,-0.01193 0.0195,-0.0241 0.02878,-0.03651c0.00927,-0.01242 0.01824,-0.02507 0.02688,-0.03794c0.00864,-0.01286 0.01695,-0.02595 0.02494,-0.03923c0.00797,-0.01329 0.01562,-0.02677 0.02292,-0.04046c0.0073,-0.01368 0.01426,-0.02753 0.02086,-0.04155c0.0066,-0.01402 0.01283,-0.02821 0.01871,-0.04255c0.0059,-0.01435 0.01141,-0.02882 0.01656,-0.04344c0.00516,-0.01463 0.00994,-0.02938 0.01435,-0.04424c0.0044,-0.01485 0.00843,-0.02982 0.01209,-0.04488c0.00366,-0.01505 0.00693,-0.03021 0.00982,-0.04545c0.00289,-0.01522 0.00538,-0.03051 0.00751,-0.04587c0.00212,-0.01536 0.00384,-0.03076 0.00517,-0.0462c0.00134,-0.01546 0.00229,-0.03092 0.00285,-0.04641c0.00055,-0.01549 0.00071,-0.03099 0.0005,-0.04648c-0.00024,-0.01551 -0.00086,-0.031 -0.00186,-0.04646c-0.001,-0.01547 -0.0024,-0.03091 -0.00419,-0.0463c-0.00179,-0.01541 -0.00396,-0.03075 -0.00652,-0.04604c-0.00256,-0.01529 -0.00551,-0.03051 -0.00884,-0.04565c-0.00332,-0.01514 -0.00703,-0.03018 -0.01113,-0.04513c-0.00409,-0.01496 -0.00855,-0.0298 -0.0134,-0.04452c-0.00483,-0.01472 -0.01004,-0.02933 -0.01562,-0.0438c-0.00558,-0.01445 -0.01152,-0.02877 -0.01782,-0.04294c-0.0063,-0.01415 -0.01295,-0.02816 -0.01995,-0.04198c-0.007,-0.01383 -0.01435,-0.02749 -0.02206,-0.04094c-0.0077,-0.01345 -0.01572,-0.0267 -0.02409,-0.03975c-0.00837,-0.01305 -0.01706,-0.02588 -0.02607,-0.0385c-0.00901,-0.01262 -0.01833,-0.02498 -0.02797,-0.03713c-0.00964,-0.01215 -0.01957,-0.02403 -0.02981,-0.03568c-0.01025,-0.01164 -0.02077,-0.02301 -0.03158,-0.03412l-0.04783,-0.04627l-3.42379,-3.05784c-0.00682,-0.00608 -0.01379,-0.012 -0.02091,-0.01773c-0.00711,-0.00575 -0.01437,-0.01131 -0.02175,-0.01669c-0.00739,-0.0054 -0.01491,-0.0106 -0.02254,-0.01563c-0.00764,-0.00501 -0.01541,-0.00984 -0.02328,-0.01448c-0.00787,-0.00465 -0.01586,-0.0091 -0.02395,-0.01336c-0.0081,-0.00426 -0.01629,-0.0083 -0.02458,-0.01216c-0.00829,-0.00386 -0.01667,-0.0075 -0.02515,-0.01095c-0.00847,-0.00346 -0.01701,-0.0067 -0.02563,-0.00972c-0.00862,-0.00303 -0.01731,-0.00583 -0.02608,-0.00844c-0.00878,-0.00261 -0.0176,-0.005 -0.02647,-0.00719c-0.00888,-0.00217 -0.01782,-0.00412 -0.02679,-0.00586c-0.00897,-0.00174 -0.018,-0.00326 -0.02704,-0.00456c-0.00904,-0.00131 -0.01813,-0.00239 -0.02723,-0.00324c-0.00911,-0.00086 -0.01822,-0.00151 -0.02736,-0.00193c-0.00912,-0.00041 -0.01826,-0.0006 -0.0274,-0.00056c-0.00914,0.00003 -0.01828,0.00028 -0.02741,0.00076c-0.00914,0.00047 -0.01824,0.00117 -0.02735,0.00209c-0.00909,0.00092 -0.01816,0.00208 -0.02721,0.00343c-0.00904,0.00135 -0.01803,0.00294 -0.027,0.00474c-0.00897,0.00181 -0.01788,0.00383 -0.02675,0.00605c-0.00886,0.00224 -0.01766,0.0047 -0.0264,0.00736c-0.00876,0.00267 -0.01743,0.00554 -0.02604,0.00864c-0.0086,0.00309 -0.01714,0.00638 -0.02558,0.00987c-0.00844,0.00351 -0.01679,0.00722 -0.02507,0.01113c-0.00825,0.00391 -0.01641,0.00802 -0.02448,0.01233c-0.00807,0.00431 -0.01602,0.00881 -0.02386,0.0135c-0.00785,0.0047 -0.01557,0.0096 -0.02318,0.01466c-0.0076,0.00508 -0.01508,0.01034 -0.02244,0.01577c-0.00735,0.00543 -0.01457,0.01105 -0.02164,0.01685c-0.00706,0.00578 -0.014,0.01173 -0.0208,0.01786c-0.00678,0.00613 -0.01342,0.01242 -0.01989,0.01886c-0.00648,0.00646 -0.01279,0.01306 -0.01896,0.01982l0,-0.00038z"
/>
</g>
</svg>
</view>
</view>
</view>
</view>
<view class="codefun-mt-14 codefun-flex-row gap-1">
<view
v-for="tab in pageData.categoryTabs"
......@@ -826,6 +909,56 @@
}
}
.channel-list {
widows: 100%;
height: 120rpx;
margin: 15rpx 0;
border-radius: 15rpx;
display: flex;
flex-direction: row;
justify-content: space-between;
.channel-list-left {
widows: 60rpx;
.channel-imgLeft {
width: 60rpx;
height: 120rpx;
}
}
.channel-list-center {
width: calc(100% - 100rpx);
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 15rpx 0;
.channel-imgCenter {
width: 200rpx;
height: 60rpx;
}
.channel-text {
font-size: 21rpx;
font-family: '思源黑体';
line-height: 18.44rpx;
}
}
.channel-list-right {
widows: 60rpx;
position: relative;
.channel-imgRight {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 30rpx;
}
}
}
::v-deep .fui-fab__btn-main {
background: linear-gradient(124.25deg, #a5d63f 0%, #5db66f 100%) !important;
box-shadow: 0px 1px 8px #5db66f;
......
......@@ -61,8 +61,8 @@
},
{
id: 5,
name: '更多',
icon_url: '/static/images/codefun/aeaf23bed23b217a39c0c82cffb1bfb5.png',
name: '代理记账',
icon_url: '/static/images/codefun/agencyBookkeeping.png',
jump_target: '',
},
],
......@@ -207,12 +207,8 @@
// 技能培训日历
trainingCalendar: {
days: [
],
trainings: [
],
days: [],
trainings: [],
},
})
// 获取农资列表
......@@ -236,14 +232,7 @@
type: 3,
}).then((res) => {
const { records } = res
pageData.menuItems = [...records].concat([
{
id: 5,
name: '更多',
icon_url: '/static/images/codefun/aeaf23bed23b217a39c0c82cffb1bfb5.png',
jump_target: '',
},
])
pageData.menuItems = [...records]
})
}
......@@ -258,6 +247,7 @@
'/pages/nongchang/nongchang',
'/pages/fuwu/fuwu',
'/pages/chanxiao/chanxiao',
'/pages/agencyBookkeeping/index'
]
if (tabbarKeyWords.includes(item.jump_target)) {
uni.switchTab({
......@@ -435,29 +425,42 @@
</view>
<view class="codefun-flex-row equal-division_2 section_1">
<template v-for="(product, index) in pageData.financialProducts" :key="product.id">
<view class="codefun-flex-col group_12" :class="{
<view
class="codefun-flex-col group_12"
:class="{
group_36: product.id === 1,
group_32: product.id === 2,
group_33: product.id === 3,
}" @click="onFinancialProductClick(product)">
}"
@click="onFinancialProductClick(product)"
>
<image class="codefun-self-center image_10" :src="product.image" />
<template v-if="product.name">
<text class="codefun-self-center font_11" :class="`text_${19 + product.id}`">{{product.name}}</text>
<text class="codefun-self-center font_11" :class="`text_${19 + product.id}`">{{
product.name
}}</text>
<text class="codefun-self-center font_11">{{ product.subName }}</text>
</template>
<template v-else>
<text class="codefun-self-stretch font_11 text_22">{{ product.description }}</text>
</template>
<view class="codefun-flex-col codefun-justify-start codefun-items-center codefun-self-stretch"
<view
class="codefun-flex-col codefun-justify-start codefun-items-center codefun-self-stretch"
:class="{
'text-wrapper_2 view_1': product.id === 1,
'text-wrapper_14': product.id === 2,
'text-wrapper_2 view_2': product.id === 3,
}">
<text class="font_12" :class="`text_${24 + product.id}`">{{product.actionText}}</text>
}"
>
<text class="font_12" :class="`text_${24 + product.id}`">{{
product.actionText
}}</text>
</view>
</view>
<view v-if="index < pageData.financialProducts.length - 1" class="section_5 horiz-divider"/>
<view
v-if="index < pageData.financialProducts.length - 1"
class="section_5 horiz-divider"
/>
</template>
</view>
</view>
......@@ -465,17 +468,34 @@
<text class="codefun-self-start font_5 text_26">农资交易</text>
<view class="codefun-flex-col codefun-self-stretch section_6 codefun-mt-16">
<view class="grid">
<view v-for="product in pageData.agriculturalProducts" :key="product.id" class="codefun-flex-col grid-item_3" @click="onAgriculturalProductClick(product)" >
<view class="codefun-flex-col codefun-justify-start codefun-items-start codefun-self-stretch section_10">
<view class="codefun-flex-col codefun-justify-start codefun-items-center text-wrapper_3" >
<view
v-for="product in pageData.agriculturalProducts"
:key="product.id"
class="codefun-flex-col grid-item_3"
@click="onAgriculturalProductClick(product)"
>
<view
class="codefun-flex-col codefun-justify-start codefun-items-start codefun-self-stretch section_10"
>
<view
class="codefun-flex-col codefun-justify-start codefun-items-center text-wrapper_3"
>
<text class="font_13">{{ product.labels_dictText.split(',')[0] }}</text>
</view>
</view>
<text class="codefun-self-start font text_27 codefun-mt-10 ellipsis" style="font-size: 28rpx;">{{product.name}}</text>
<text class="codefun-self-start font_1 text_27 codefun-mt-10" style="font-size: 28rpx;">¥{{ product.sellPrice }}</text>
<text
class="codefun-self-start font text_27 codefun-mt-10 ellipsis"
style="font-size: 28rpx"
>{{ product.name }}</text
>
<text class="codefun-self-start font_1 text_27 codefun-mt-10" style="font-size: 28rpx"
>¥{{ product.sellPrice }}</text
>
</view>
</view>
<view class="codefun-flex-col codefun-justify-start codefun-items-center text-wrapper_4 codefun-mt-14 !hidden">
<view
class="codefun-flex-col codefun-justify-start codefun-items-center text-wrapper_4 codefun-mt-14 !hidden"
>
<text class="font_15 text_29">作业预约</text>
</view>
</view>
......@@ -484,26 +504,51 @@
<text class="codefun-self-start font_5">一站式解决农机问题</text>
<view class="codefun-flex-col codefun-self-stretch section_11">
<view class="codefun-flex-row equal-division_3">
<view v-for="service in pageData.farmMachineryServices" :key="service.id" class="codefun-flex-col equal-division-item_3"
:class="{section_12: service.id === 1, 'section_13 ml-11': service.id === 2,}" @click="onFarmMachineryServiceClick(service)">
<view
v-for="service in pageData.farmMachineryServices"
:key="service.id"
class="codefun-flex-col equal-division-item_3"
:class="{ section_12: service.id === 1, 'section_13 ml-11': service.id === 2 }"
@click="onFarmMachineryServiceClick(service)"
>
<view class="codefun-flex-row codefun-items-center codefun-self-stretch">
<image class="image_11" :src="service.image" />
<text class="font_5 text_33 ml-7">{{ service.title }}</text>
</view>
<text class="codefun-self-start font_10" :class="`text_${31 + service.id} codefun-mt-10`" >{{ service.description }}</text>
<view class="codefun-flex-row codefun-justify-end codefun-items-center codefun-self-stretch"
:class="{'group_13 codefun-mt-10': service.id === 1, 'codefun-mt-10': service.id === 2,}">
<image class="image_12" :class="{ image_13: service.id === 1, image_14: service.id === 2 }" :src="service.actionImage"/>
<text class="font_10" :class="`text_${33 + service.id}`">{{service.actionText}}</text>
<text
class="codefun-self-start font_10"
:class="`text_${31 + service.id} codefun-mt-10`"
>{{ service.description }}</text
>
<view
class="codefun-flex-row codefun-justify-end codefun-items-center codefun-self-stretch"
:class="{
'group_13 codefun-mt-10': service.id === 1,
'codefun-mt-10': service.id === 2,
}"
>
<image
class="image_12"
:class="{ image_13: service.id === 1, image_14: service.id === 2 }"
:src="service.actionImage"
/>
<text class="font_10" :class="`text_${33 + service.id}`">{{
service.actionText
}}</text>
</view>
</view>
</view>
<view class="codefun-flex-col codefun-justify-start codefun-items-center codefun-self-stretch text-wrapper_4 codefun-mt-14" @click="Navigate.to('/pages/nongjifuwu/nongjifuwu')">
<view
class="codefun-flex-col codefun-justify-start codefun-items-center codefun-self-stretch text-wrapper_4 codefun-mt-14"
@click="Navigate.to('/pages/nongjifuwu/nongjifuwu')"
>
<text class="font_15 text_29">作业预约</text>
</view>
<text class="codefun-self-center font_10 text_36 codefun-mt-14">紧急报修30分钟响应</text>
</view>
<view class="codefun-flex-row codefun-justify-between codefun-items-center codefun-self-stretch group_14">
<view
class="codefun-flex-row codefun-justify-between codefun-items-center codefun-self-stretch group_14"
>
<text class="font_5">一站式解决农机问题</text>
<!-- <text class="font_6 text_37" @click="onViewAllMachineryCases">全部案例</text> -->
</view>
......
......@@ -233,29 +233,16 @@
</view>
</view>
<view class="px-6 pt-4">
<fui-list class="rd-3 overflow-hidden shadow" :top-border="false">
<fui-list-cell
arrow
v-for="(item, index) in items.slice(0, 2)"
:key="index"
:bottom-border="false"
:class="{ disabled: item.disabled, '!hidden': index === 1 && pageData.farmsListTotal === 0 }"
v-show="item.show"
@tap="item.handle(item)"
>
<CacheImage
:src="`/static/images/mine/${item.icon}.png`"
width="42"
height="42"
background="transparent"
/>
<text class="ml-3.5 text-30">{{ item.title }}</text>
<text v-show="index === 0" class="text-#67c17a text-28 font-bold" style="letter-spacing: 4rpx">
{{ pageData.farmsListTotal || 0 }}
</text>
<view v-show="index === 0" class="text-#67c17a flex-1 text-right text-28">去添加 </view>
</fui-list-cell>
</fui-list>
<view class="w-full h-130rpx pl-3 border-rd-lg bg-#fff flex justify-between items-center">
<view class="w-40% flex flex-row">
<img src="/src/static/images/codefun/shield.png" />
<view class="color-#FFAA1E text-50 line-height-loose">726</view>
</view>
<view class="w-60%">
<view class="text-25">信用评级: 良好</view>
<view class="text-23 color-#686868">完善信息提升20分</view>
</view>
</view>
<fui-list class="rd-3 overflow-hidden shadow !mt-20rpx" :top-border="false">
<fui-list-cell
arrow
......
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M7 0C10.8659 0 14 3.13406 14 7C14 10.8659 10.8659 14 7 14C3.13406 14 0 10.8659 0 7C0 3.13406 3.13406 0 7 0ZM5.19944 3.29506C5.19371 3.30136 5.18813 3.30778 5.1827 3.31433C5.17726 3.32088 5.172 3.32754 5.16687 3.33434C5.16174 3.34115 5.15678 3.34805 5.15198 3.35506C5.14719 3.3621 5.14254 3.36922 5.13806 3.37645C5.1336 3.38369 5.12929 3.39104 5.12515 3.39848C5.12102 3.40591 5.11706 3.41343 5.11327 3.42107C5.10947 3.42869 5.10586 3.43639 5.10244 3.44418C5.09901 3.45197 5.09575 3.45982 5.09269 3.46776C5.08964 3.47569 5.08675 3.4837 5.08406 3.49177C5.08137 3.49984 5.07884 3.50798 5.07652 3.51617C5.0742 3.52435 5.07207 3.53259 5.07014 3.54086C5.0682 3.54915 5.06644 3.55747 5.06489 3.56585C5.06334 3.57422 5.06196 3.58261 5.0608 3.59104C5.05964 3.59947 5.05867 3.60792 5.05789 3.61639C5.0571 3.62487 5.05653 3.63335 5.05615 3.64186C5.05577 3.65037 5.05557 3.65887 5.05558 3.66738C5.0556 3.67588 5.0558 3.68439 5.0562 3.69289C5.0566 3.7014 5.0572 3.70987 5.05799 3.71834C5.05879 3.72681 5.05978 3.73527 5.06096 3.74369C5.06215 3.75213 5.06352 3.76052 5.06511 3.76887C5.06668 3.77724 5.06845 3.78557 5.0704 3.79384C5.07236 3.80213 5.0745 3.81036 5.07684 3.81854C5.07918 3.82672 5.0817 3.83484 5.08442 3.84292C5.08713 3.85099 5.09002 3.85897 5.09311 3.86691C5.0962 3.87485 5.09946 3.8827 5.1029 3.89047C5.10636 3.89824 5.10999 3.90595 5.11378 3.91357C5.11758 3.92117 5.12155 3.92869 5.12571 3.93612C5.12987 3.94356 5.13419 3.95088 5.13868 3.95811C5.14318 3.96535 5.14782 3.97247 5.15263 3.97947C5.15746 3.98649 5.16244 3.99339 5.16757 4.00017C5.1727 4.00696 5.178 4.01363 5.18345 4.02016C5.18888 4.02669 5.19448 4.03311 5.20022 4.03939L5.24105 4.07945L8.51044 7L5.24105 9.92055C5.23468 9.92622 5.22846 9.93202 5.22236 9.93796C5.21627 9.9439 5.2103 9.94998 5.20449 9.95621C5.19867 9.96243 5.19301 9.96878 5.18749 9.97526C5.18196 9.98174 5.1766 9.98836 5.17138 9.9951C5.16615 10.0018 5.16109 10.0087 5.15619 10.0156C5.1513 10.0226 5.14657 10.0297 5.14199 10.0369C5.13743 10.044 5.13302 10.0513 5.12877 10.0587C5.12454 10.0661 5.12048 10.0736 5.11659 10.0812C5.1127 10.0887 5.10899 10.0964 5.10544 10.1041C5.10192 10.1119 5.09856 10.1197 5.09539 10.1276C5.09221 10.1355 5.08922 10.1435 5.08641 10.1515C5.0836 10.1596 5.08098 10.1677 5.07856 10.1758C5.07614 10.184 5.0739 10.1922 5.07184 10.2005C5.06979 10.2088 5.06791 10.2171 5.06626 10.2254C5.06459 10.2337 5.06312 10.2421 5.06183 10.2506C5.06054 10.259 5.05948 10.2674 5.05859 10.2759C5.0577 10.2844 5.057 10.2929 5.0565 10.3014C5.056 10.3099 5.0557 10.3184 5.0556 10.3269C5.0555 10.3354 5.0556 10.3439 5.05588 10.3524C5.05617 10.3609 5.05665 10.3694 5.05734 10.3779C5.05802 10.3864 5.05891 10.3949 5.05998 10.4033C5.06105 10.4118 5.06232 10.4202 5.06379 10.4286C5.06524 10.437 5.06689 10.4453 5.06875 10.4536C5.0706 10.4619 5.07264 10.4702 5.07488 10.4784C5.0771 10.4866 5.07953 10.4948 5.08213 10.5029C5.08476 10.511 5.08755 10.5191 5.09052 10.527C5.09351 10.535 5.09667 10.5429 5.10001 10.5508C5.10337 10.5586 5.1069 10.5663 5.11059 10.574C5.1143 10.5817 5.11818 10.5893 5.12224 10.5967C5.1263 10.6042 5.13053 10.6116 5.13492 10.6189C5.13932 10.6262 5.14388 10.6334 5.14861 10.6405C5.15334 10.6476 5.15822 10.6545 5.16328 10.6614L5.19944 10.7053C5.39311 10.9192 5.71667 10.9488 5.94533 10.7823L5.98966 10.7465L9.41345 7.68872C9.42503 7.67841 9.43634 7.66783 9.44739 7.65696C9.45844 7.64608 9.46921 7.63493 9.47969 7.62352C9.49017 7.61211 9.50036 7.60043 9.51025 7.58848C9.52016 7.57655 9.52975 7.56438 9.53903 7.55197C9.5483 7.53955 9.55727 7.5269 9.56591 7.51403C9.57455 7.50117 9.58286 7.48808 9.59085 7.4748C9.59882 7.46151 9.60647 7.44803 9.61377 7.43434C9.62107 7.42066 9.62803 7.40681 9.63463 7.39279C9.64123 7.37877 9.64746 7.36458 9.65334 7.35024C9.65924 7.33589 9.66475 7.32142 9.6699 7.3068C9.67506 7.29217 9.67984 7.27742 9.68425 7.26256C9.68865 7.24771 9.69268 7.23274 9.69634 7.21768C9.7 7.20263 9.70327 7.18747 9.70616 7.17223C9.70905 7.15701 9.71154 7.14172 9.71367 7.12636C9.71579 7.111 9.71751 7.0956 9.71884 7.08016C9.72018 7.0647 9.72113 7.04924 9.72169 7.03375C9.72224 7.01826 9.7224 7.00276 9.72219 6.98727C9.72195 6.97176 9.72133 6.95627 9.72033 6.94081C9.71933 6.92534 9.71793 6.9099 9.71614 6.89451C9.71435 6.8791 9.71218 6.86376 9.70962 6.84847C9.70706 6.83318 9.70411 6.81796 9.70078 6.80282C9.69746 6.78768 9.69375 6.77264 9.68965 6.75769C9.68556 6.74273 9.6811 6.72789 9.67625 6.71317C9.67142 6.69845 9.66621 6.68384 9.66063 6.66937C9.65505 6.65492 9.64911 6.6406 9.64281 6.62643C9.63651 6.61228 9.62986 6.59827 9.62286 6.58445C9.61586 6.57062 9.60851 6.55696 9.6008 6.54351C9.5931 6.53006 9.58508 6.51681 9.57671 6.50376C9.56834 6.49071 9.55965 6.47788 9.55064 6.46526C9.54163 6.45264 9.53231 6.44028 9.52267 6.42813C9.51303 6.41598 9.5031 6.4041 9.49286 6.39245C9.48261 6.38081 9.47209 6.36944 9.46128 6.35833L9.41345 6.31206L5.98966 3.25422C5.98284 3.24814 5.97587 3.24222 5.96875 3.23649C5.96164 3.23074 5.95438 3.22518 5.947 3.2198C5.93961 3.2144 5.93209 3.2092 5.92446 3.20417C5.91682 3.19916 5.90905 3.19433 5.90118 3.18969C5.89331 3.18504 5.88532 3.18059 5.87723 3.17633C5.86913 3.17207 5.86094 3.16803 5.85265 3.16417C5.84436 3.16031 5.83598 3.15667 5.8275 3.15322C5.81903 3.14976 5.81049 3.14652 5.80187 3.1435C5.79325 3.14047 5.78456 3.13767 5.77579 3.13506C5.76701 3.13245 5.75819 3.13006 5.74932 3.12787C5.74044 3.1257 5.7315 3.12375 5.72253 3.12201C5.71356 3.12027 5.70453 3.11875 5.69549 3.11745C5.68645 3.11614 5.67736 3.11506 5.66826 3.11421C5.65915 3.11335 5.65004 3.1127 5.6409 3.11228C5.63178 3.11187 5.62264 3.11168 5.6135 3.11172C5.60436 3.11175 5.59522 3.112 5.58609 3.11248C5.57695 3.11295 5.56785 3.11365 5.55874 3.11457C5.54965 3.11549 5.54058 3.11665 5.53153 3.118C5.52249 3.11935 5.5135 3.12094 5.50453 3.12274C5.49556 3.12455 5.48665 3.12657 5.47778 3.12879C5.46892 3.13103 5.46012 3.13349 5.45138 3.13615C5.44262 3.13882 5.43395 3.14169 5.42534 3.14479C5.41674 3.14788 5.4082 3.15117 5.39976 3.15466C5.39132 3.15817 5.38297 3.16188 5.37469 3.16579C5.36644 3.1697 5.35828 3.17381 5.35021 3.17812C5.34214 3.18243 5.33419 3.18693 5.32635 3.19162C5.3185 3.19632 5.31078 3.20122 5.30317 3.20628C5.29557 3.21136 5.28809 3.21662 5.28073 3.22205C5.27338 3.22748 5.26616 3.2331 5.25909 3.2389C5.25203 3.24468 5.24509 3.25063 5.23829 3.25676C5.23151 3.26289 5.22487 3.26918 5.2184 3.27562C5.21192 3.28208 5.20561 3.28868 5.19944 3.29544L5.19944 3.29506Z" fill="#252772" ></path></svg>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论