Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2018-12-25 17:13:15 +0800
Commit
80f9c60dc270296e51c22bd7329739e98a0a43ad
1 parent
bcd49de5
fix css
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
apps/pages/single/coupon/components/header/header.vue
apps/store/coupon/list/actions.js
apps/pages/single/coupon/components/header/header.vue
View file @
80f9c60
...
...
@@ -81,7 +81,7 @@ export default {
];
},
onBackClick() {
this.$yoho.goBack({});
this.$yoho.go
New
Back({});
},
onHelpClick() {
this.$yoho.goNewPage({
...
...
apps/store/coupon/list/actions.js
View file @
80f9c60
...
...
@@ -14,10 +14,12 @@ function _handleCoupon(item, type) {
item
.
useNowLink
=
true
;
// 线下店不可使用
if
(
item
.
is_online_avail
)
{
if
(
!
item
.
is_online_avail
)
{
item
.
useNowLink
=
''
;
}
console
.
log
(
item
);
return
item
;
}
...
...
Please
register
or
login
to post a comment