提交 f33af2b5 编写于 作者: Y yxf15732625262

Mon Feb 10 12:00:00 CST 2025 inscode

上级 53c042f2
......@@ -60,6 +60,30 @@ export const activeArray = [
benefitBottomDesc: '限快送可用',
benefitNumUnitDesc: '1'
},
{
maxRightMoney: '无门槛立减',
benefitValueDesc: '19.8',
timesDesc: '1张',
benefitTypeDesc: '立减券',
benefitMemo: '19.8元立减券',
benefitType: 612307,
orderSeqLimitTag: '限第%s笔订单可用',
benefitValueUnitDesc: '',
statusTag: 0,
benefitMoney: 1980,
benefitBottomDesc: '限快送可用',
benefitNumUnitDesc: '1'
}
],
progressPopDesc: '1单',
taskStatus: 3
},
{
taskType: 15,
targetThreshold: '1',
totalMoney: '1980',
taskTitle: '完成1单',
benefitVOS: [
{
maxRightMoney: '无门槛立减',
benefitValueDesc: '19.8',
......@@ -104,8 +128,37 @@ export const activeArray = [
}
],
progressPopDesc: '1单',
taskStatus: 3
},
taskStatus: 2
}
]
},
{
titleV2: '完成1单最多可省20元',
addressImage: 'https://dpubstatic.udache.com/static/dpubimg/jTFrWWyWAwNeByTt5vTeR.webp',
totalThreshold: 1,
activityBizTypeDesc: '仅拉货车型参与',
currThreshold: 0,
backgroundImage:
'https://s3-gz01.didistatic.com/freight-web-gz/assets/passenger/driverReferralMerchants/deliveryActivity.png',
totalMoney: 1980,
remainingTimeDesc: '还剩1天15小时',
joinedBefore: false,
title: '',
jumpUrl:
'https://hypage-stable.intra.xiaojukeji.com/passenger-h5/freePackage/index.html?activityId=7375&isNewJumpMethod=1&activityScene=9',
taskScene: 1,
activityId: 7375,
activityScene: 7,
registrationMethods: [4],
benefitConfigBaseVOS: [
{
benefitMemo: '优惠券',
benefitType: 612307
}
],
bottomTitle: '请完成1单任务',
endTime: 1754952000000,
staircaseTaskScheduleVOS: [
{
taskType: 15,
targetThreshold: '1',
......@@ -140,6 +193,30 @@ export const activeArray = [
benefitBottomDesc: '限快送可用',
benefitNumUnitDesc: '1'
},
{
maxRightMoney: '无门槛立减',
benefitValueDesc: '19.8',
timesDesc: '1张',
benefitTypeDesc: '立减券',
benefitMemo: '19.8元立减券',
benefitType: 612307,
orderSeqLimitTag: '限第%s笔订单可用',
benefitValueUnitDesc: '',
statusTag: 0,
benefitMoney: 1980,
benefitBottomDesc: '限快送可用',
benefitNumUnitDesc: '1'
}
],
progressPopDesc: '1单',
taskStatus: 3
},
{
taskType: 15,
targetThreshold: '1',
totalMoney: '1980',
taskTitle: '完成1单',
benefitVOS: [
{
maxRightMoney: '无门槛立减',
benefitValueDesc: '19.8',
......
......@@ -39,7 +39,7 @@ const props = defineProps({
const containerStyle = computed(()=>{
return `
margin-left: ${props.index === 0 ? '0.1rem' : '0rem'}; !important;
margin-left: ${props.index === 0 ? '5px' : '0px'}; !important;
`
})
......@@ -111,7 +111,7 @@ const benefitBottomDesc = computed(()=>{
left: 50%;
top: 0;
transform: translateX(-50%);
width: 1rem;
width: 50px;
height: 16px;
line-height: 16px;
font-size: 10px;
......@@ -121,7 +121,7 @@ const benefitBottomDesc = computed(()=>{
}
.title {
margin: 3px auto 0;
margin: 25px auto 0;
font-family: PingFang SC;
font-size: 10px;
font-weight: bold;
......
......@@ -273,6 +273,7 @@ const jumpPage = () => {
overflow-x: scroll;
scroll-behavior: smooth;
width: 355px;
margin-top: 8px;
::-webkit-scrollbar {
display: none;
}
......
......@@ -36,6 +36,12 @@ const onChange = (index) => {
}
</script>
<style lang="less">
body {
background-color: #fef4c9;
}
</style>
<style lang="less" scoped>
.my_swipe {
margin: 13px auto 0 auto;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册