Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
shop_mobile_uni
Project
Project
Details
Activity
Releases
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
郑秀明
shop_mobile_uni
Commits
c582d600
Commit
c582d600
authored
Aug 07, 2020
by
王建威
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wjw_monthly'
parents
bae3ce4f
70d5137d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
monthly.vue
pages/monthly/monthly.vue
+5
-1
No files found.
pages/monthly/monthly.vue
View file @
c582d600
...
...
@@ -158,6 +158,7 @@
month_apply_id
:
''
,
ruleList
:
[],
min_discount
:
1
,
store_min_discount
:
1
,
// 暂存最小折扣,重置时使用
current
:
1
,
loadingType
:
'more'
,
requestFlag
:
true
,
...
...
@@ -175,7 +176,7 @@
}
},
onLoad
()
{
this
.
getData
(
1
);
this
.
getData
();
// #ifdef H5
//默认请求微信分享
if
(
this
.
$wechat
&&
this
.
$wechat
.
isWechat
())
{
...
...
@@ -201,6 +202,7 @@
this
.
ruleList
=
res
.
data
.
data
.
ruleList
;
this
.
minumum
=
res
.
data
.
data
.
ruleList
[
0
].
child
;
this
.
min_discount
=
res
.
data
.
data
.
min_discount
;
this
.
store_min_discount
=
res
.
data
.
data
.
min_discount
;
this
.
brand_list
=
res
.
data
.
data
.
brand_list
;
this
.
category_list
=
res
.
data
.
data
.
category_list
;
this
.
month_rule_list
=
res
.
data
.
data
.
month_rule_list
;
...
...
@@ -259,6 +261,8 @@
this
.
contract_period
=
''
;
this
.
plan_index
=
0
;
this
.
min_index
=
''
;
this
.
min_discount
=
this
.
store_min_discount
;
this
.
minumum
=
this
.
ruleList
[
0
][
'child'
];
},
search
(
type
)
{
// type 1是搜索,current,goodsList,requestFlag,brand,cate_id_1,contract_period重置
...
...
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