Showing
1 changed file
with
2 additions
and
2 deletions
1 | <template> | 1 | <template> |
2 | <div class="top-nav"> | 2 | <div class="top-nav"> |
3 | - <a class="left" href="javascript:void(0);" @click="yoho.goBack()"> | 3 | + <a class="left no-intercept" href="javascript:void(0);" @click="yoho.goBack()"> |
4 | <span class="icon icon-left"></span> | 4 | <span class="icon icon-left"></span> |
5 | </a> | 5 | </a> |
6 | 6 | ||
7 | - <a class="right" href="javascript:void(0);" @click="yoho.goShare()"> | 7 | + <a class="right no-intercept" href="javascript:void(0);" @click="yoho.goShare()"> |
8 | <span class="icon icon-share"></span> | 8 | <span class="icon icon-share"></span> |
9 | </a> | 9 | </a> |
10 | </div> | 10 | </div> |
-
Please register or login to post a comment