Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
marketing-web
marketing
Commits
1134e68d
Commit
1134e68d
authored
Apr 02, 2021
by
陈羽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:添加跳转小程序页面
parent
63bb1c61
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
setting.vue
src/views/sign/setting.vue
+4
-3
No files found.
src/views/sign/setting.vue
View file @
1134e68d
<
template
>
<section
class=
"dm-wrap"
v-loading=
"loading"
>
<el-form
:model=
"form"
ref=
"form"
:rules=
"rules"
label-suffix=
":"
label-width=
"110px"
>
<el-form-item
label=
"签到开关"
prop=
"openFlag"
>
<el-switch
v-model=
"form.openFlag"
:active-value=
"1"
:inactive-value=
"0"
active-color=
"#1890FF"
></el-switch>
</el-form-item>
<el-form-item
label=
"签到开关"
prop=
"openFlag"
>
<el-switch
v-model=
"form.openFlag"
:active-value=
"1"
:inactive-value=
"0"
active-color=
"#1890FF"
></el-switch><el-link
:underline=
"false"
style=
"color:#1890FF;margin-left:30px;"
@
click=
"gointegralService"
>
去小程序页面配置
</el-link>
</el-form-item>
<el-form-item
label=
"签到日期"
>
<el-radio-group
v-model=
"form.dateType"
class=
"pick-radio"
>
<el-radio
:label=
"1"
>
长期生效
</el-radio>
...
...
@@ -301,6 +299,9 @@ export default {
this
.
form
.
prizeId
=
''
;
this
.
prizeItem
=
{};
this
.
showDialog
=
true
;
},
gointegralService
()
{
window
.
location
.
href
=
window
.
location
.
origin
+
'/gic-web/#/themeSetting'
;
}
}
};
...
...
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