Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张浩
/
br-client
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
7a0c9cc6
...
7a0c9cc6ebccf8a900f4143c08be68a787a60236
authored
2022-07-22 14:38:29 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
067755fd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
104 additions
and
0 deletions
src/page/activityConfig.vue
src/page/activityConfig.vue
View file @
7a0c9cc
...
...
@@ -246,6 +246,84 @@
</el-drawer>
<br/>
<br/>
<a
href=
"http://192.168.8.211:8090/pages/viewpage.action?pageId=38241498"
target=
"_blank"
>
2.0活动同步配置检查一(health_activity.tbl_activity_info)
</a>
<el-table
:data=
"activityInfos"
border
style=
"width: 100%"
:header-cell-style=
"{background: 'deepskyblue', color: 'snow'}"
>
<el-table-column
prop=
"shareTitle"
label=
"分享标题"
min-width=
"1"
>
</el-table-column>
<el-table-column
prop=
"shareDesc"
label=
"分享描述"
min-width=
"1"
>
</el-table-column>
<el-table-column
prop=
"shareImage"
label=
"分享图片"
min-width=
"2"
>
</el-table-column>
<el-table-column
prop=
"shareUrl"
label=
"分享地址"
min-width=
"2"
>
</el-table-column>
<el-table-column
prop=
"cardDisplay"
label=
"是否可用于AI保险2.0出卡"
min-width=
"1"
>
</el-table-column>
<el-table-column
prop=
"cardType"
label=
"活动卡类型"
min-width=
"1"
>
</el-table-column>
<el-table-column
prop=
"award"
label=
"是否有奖品"
min-width=
"1"
>
</el-table-column>
</el-table>
<br/>
<br/>
<a
href=
"http://192.168.8.211:8090/pages/viewpage.action?pageId=38241498"
target=
"_blank"
>
2.0活动同步配置检查二(health_activity.tbl_activity_info)
</a>
<el-table
:data=
"activityInfos"
border
style=
"width: 100%"
:header-cell-style=
"{background: 'deepskyblue', color: 'snow'}"
>
<el-table-column
prop=
"actDetailUrl"
label=
"活动详情地址"
min-width=
"1"
>
</el-table-column>
<el-table-column
prop=
"actCardBannerUrl"
label=
"活动卡片banner图"
min-width=
"1"
>
</el-table-column>
<el-table-column
prop=
"actManageUrl"
label=
"活动管理地址"
min-width=
"1"
>
</el-table-column>
<el-table-column
prop=
"actDetailOutUrl"
label=
"活动详情站外地址"
min-width=
"1"
>
</el-table-column>
<el-table-column
prop=
"actAwardUrl"
label=
"活动我的奖品列表地址"
min-width=
"1"
>
</el-table-column>
</el-table>
<br/>
<br/>
<a
href=
"http://192.168.8.211:8090/pages/viewpage.action?pageId=38241498"
target=
"_blank"
>
抽奖规则设置表(health_activity.tbl_activity_dial_config)
</a>
<el-table
:data=
"activityDialConfigs"
...
...
@@ -380,6 +458,30 @@
min-width=
"3"
>
</el-table-column>
</el-table>
<br/>
<br/>
<a
href=
"http://192.168.8.211:8090/pages/viewpage.action?pageId=38241498"
target=
"_blank"
>
提现渠道表(health_activity.tbl_activity_payment_config)
</a>
<el-table
:data=
"activityPaymentConfigs"
border
style=
"width: 100%"
:header-cell-style=
"{background: 'deepskyblue', color: 'snow'}"
>
<el-table-column
prop=
"actId"
label=
"活动id"
min-width=
"1"
>
</el-table-column>
<el-table-column
prop=
"channel"
label=
"提现渠道"
min-width=
"1"
>
</el-table-column>
<el-table-column
prop=
"expireTime"
label=
"过期时间"
min-width=
"1"
>
</el-table-column>
</el-table>
</div>
</template>
...
...
@@ -396,6 +498,7 @@
activityPopPanels
:
[],
operateBannerInfos
:
[],
operateMsgInfos
:
[],
activityPaymentConfigs
:
[],
tvmName
:
[],
tvmExtdata
:
[],
tvmAwardId
:
[],
...
...
@@ -444,6 +547,7 @@
this
.
activityPopPanels
=
res
.
data
.
activityPopPanels
this
.
operateBannerInfos
=
res
.
data
.
operateBannerInfos
this
.
operateMsgInfos
=
res
.
data
.
operateMsgInfos
this
.
activityPaymentConfigs
=
res
.
data
.
activityPaymentConfigs
this
.
tvmName
=
res
.
data
.
tvmName
this
.
tvmExtdata
=
res
.
data
.
tvmExtdata
this
.
tvmAwardId
=
res
.
data
.
tvmAwardId
...
...
Please
register
or
sign in
to post a comment