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
5c93ec21
Commit
5c93ec21
authored
Apr 16, 2021
by
caoyanzhi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/门店签到需求' into 'master'
Feature/门店签到需求 See merge request
!152
parents
87c48316
c010be28
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
setting.vue
src/views/sign/setting.vue
+4
-4
No files found.
src/views/sign/setting.vue
View file @
5c93ec21
...
...
@@ -27,7 +27,7 @@
<el-radio
:label=
"3"
>
每月
<span
v-if=
"form.signInterval === 3"
class=
"tips"
>
每个用户每月可在门店签到一次。每月1号0:00刷新签到次数
</span></el-radio>
</el-radio-group>
</el-form-item>
<el-form-item
label=
"签到门店"
prop=
"storeFilterId"
v-if=
"form.storeFilterId"
>
<el-form-item
label=
"签到门店"
prop=
"storeFilterId"
>
<vue-gic-store-card
:options=
"options"
:isAdd=
"isAdd"
:uuid
.
sync=
"form.storeFilterId"
ref=
"storeCard"
></vue-gic-store-card>
</el-form-item>
<el-form-item
label=
"签到距离"
prop=
"signDistance"
>
...
...
@@ -86,15 +86,15 @@ import libIntegral from './components/lib-integral.vue';
import
opt
from
'./components/opt.vue'
;
const
defaultForm
=
{
openFlag
:
0
,
// 签到开关
dateType
:
0
,
// 签到日期 1长期2日期段
dateType
:
1
,
// 签到日期 1长期2日期段
date
:
[
''
,
''
],
dateStart
:
null
,
// 签到指定日期(开始)
dateEnd
:
null
,
// 签到指定日期(结束)
timeType
:
0
,
// 签到时段 1所有时间段2指定时间段
timeType
:
1
,
// 签到时段 1所有时间段2指定时间段
time
:
[
''
,
''
],
// 签到指定时段
timeStart
:
0
,
// 签到指定时段(开始)
timeEnd
:
0
,
// 签到指定时段(结束)
signInterval
:
0
,
// 签到间隔 签到间隔1每天2每周3每月
signInterval
:
1
,
// 签到间隔 签到间隔1每天2每周3每月
storeFilterId
:
''
,
// 签到门店
signDistance
:
0
,
// 签到距离
memberSearchId
:
''
,
// 签到人群
...
...
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