Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
杨晓风-linda
VueJS
提交
f33af2b5
V
VueJS
项目概览
杨晓风-linda
/
VueJS
与 Fork 源项目一致
Fork自
inscode / VueJS
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
V
VueJS
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
f33af2b5
编写于
2月 10, 2025
作者:
Y
yxf15732625262
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Mon Feb 10 12:00:00 CST 2025 inscode
上级
53c042f2
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
89 addition
and
5 deletion
+89
-5
src/mockData/activeList.js
src/mockData/activeList.js
+79
-2
src/views/VoucherNormal/components/BannerCard.vue
src/views/VoucherNormal/components/BannerCard.vue
+3
-3
src/views/VoucherNormal/components/StairNewUserBanner.vue
src/views/VoucherNormal/components/StairNewUserBanner.vue
+1
-0
src/views/VoucherNormal/index.vue
src/views/VoucherNormal/index.vue
+6
-0
未找到文件。
src/mockData/activeList.js
浏览文件 @
f33af2b5
...
...
@@ -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
'
,
...
...
src/views/VoucherNormal/components/BannerCard.vue
浏览文件 @
f33af2b5
...
...
@@ -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:
3
px auto 0;
margin:
25
px auto 0;
font-family: PingFang SC;
font-size: 10px;
font-weight: bold;
...
...
src/views/VoucherNormal/components/StairNewUserBanner.vue
浏览文件 @
f33af2b5
...
...
@@ -273,6 +273,7 @@ const jumpPage = () => {
overflow-x: scroll;
scroll-behavior: smooth;
width: 355px;
margin-top: 8px;
::-webkit-scrollbar {
display: none;
}
...
...
src/views/VoucherNormal/index.vue
浏览文件 @
f33af2b5
...
...
@@ -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.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录