Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
93b158c6
Commit
93b158c6
authored
Jan 22, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
086e3db9
18fa3f11
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
4 deletions
+13
-4
CouponDetail.vue
src/components/activity/CouponDetail.vue
+12
-3
addAutorelease.vue
src/components/activity/components/addAutorelease.vue
+1
-1
No files found.
src/components/activity/CouponDetail.vue
View file @
93b158c6
...
...
@@ -23,7 +23,7 @@
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
<th>
{{
$t
(
'active.cl_hdtujing'
)
}}
</th>
<
th>
{{
$t
(
'active.cl_hdqudao'
)
}}
</th
>
<
!--
<th>
{{
$t
(
'active.cl_hdqudao'
)
}}
</th>
--
>
<th>
{{
$t
(
'active.cl_syzhuangtai'
)
}}
</th>
<th>
{{
$t
(
'hotel.order_Number'
)
}}
</th>
<th>
{{
$t
(
'active.cl_orderType'
)
}}
</th>
...
...
@@ -35,9 +35,18 @@
<tbody
v-loading=
"loading"
>
<tr
v-for=
"(item,index) in DataList"
:key=
"index"
>
<td>
<span
v-if=
"item.accessType == 1"
>
{{
$t
(
'active.cl_choujiang'
)
}}
</span>
<span
v-if=
"item.accessType == 1"
>
活动
</span>
<span
v-else-if=
"item.accessType == 2"
>
{{
$t
(
'active.cl_choujiang'
)
}}
</span>
<span
v-else-if=
"item.accessType == 3"
>
完款自动发放
</span>
<span
v-else-if=
"item.accessType == 4"
>
后台发放
</span>
<span
v-else-if=
"item.accessType == 5"
>
分享
</span>
<span
v-else-if=
"item.accessType == 6"
>
购买并付款
</span>
<span
v-else-if=
"item.accessType == 7"
>
新人领券
</span>
<span
v-else-if=
"item.accessType == 8"
>
新人购买并付款
</span>
<span
v-else-if=
"item.accessType == 9"
>
口令发放
</span>
<span
v-else-if=
"item.accessType == 10"
>
新人购买
</span>
</td>
<
td>
{{
item
.
acessName
}}
</td
>
<
!--
<td>
{{
item
.
acessName
}}
</td>
--
>
<td>
<span
v-if=
"item.useState == 1"
style=
"color: green"
>
{{
$t
(
'active.cl_wsyong'
)
}}
</span>
<span
v-if=
"item.useState == 2"
style=
"color: gary"
>
{{
$t
(
'active.cl_ysyong'
)
}}
</span>
...
...
src/components/activity/components/addAutorelease.vue
View file @
93b158c6
...
...
@@ -378,7 +378,7 @@
this
.
apipost
(
"coupon_post_GetTriggerTypeEnumList"
,{},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
options
=
res
.
data
.
data
;
this
.
msg
.
TriggerType
=
res
.
data
.
data
[
0
].
Id
if
(
!
this
.
msg
.
TriggerType
)
this
.
msg
.
TriggerType
=
res
.
data
.
data
[
0
].
Id
}
else
{
this
.
Info
(
res
.
data
.
message
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment