Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Commit

Permalink
feat: 完善动态图片购买
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonleex committed Mar 9, 2018
1 parent 8a268db commit 8227a8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/components/pswp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ export default {
fid: vm.fid,
index: vm.index
});
vm.photoswipe.currItem.title = "";
callback && callback();
},
() => {
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/modal/components/pay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default {
color: #333;
height: 70px;
line-height: 35px;
border-bottom: 1px solid #ededed;
border-bottom: 1px solid #ededed; /*no*/
p {
margin: 0;
}
Expand All @@ -91,7 +91,7 @@ export default {
font-size: 30px;
color: #59b6d7;
background-color: #fff;
border: 1px solid #59b6d7;
border: 1px solid #59b6d7; /*no*/
border-radius: 6px;
& + button {
margin-top: 20px;
Expand Down

0 comments on commit 8227a8f

Please sign in to comment.