Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e013083

Browse filesBrowse files
committed
封装 products 在线试读组件
1 parent 4af9e8f commit e013083
Copy full SHA for e013083

File tree

1 file changed

+20
-0
lines changed
Filter options

1 file changed

+20
-0
lines changed
+20Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<template>
2+
<div class="buy-button-group row">
3+
<router-link class="col-sm-3 col-sm-offset-2 col-xs-10 col-xs-offset-1 btn btn-success btn-lg" to="/goodscart"><span class="glyphicon glyphicon-ok"></span> 购买电子书</router-link>
4+
<router-link class="col-sm-3 col-sm-offset-2 col-xs-10 col-xs-offset-1 btn btn-default btn-lg" :to="previewUrl + '/preview'"><span class="glyphicon glyphicon-book"></span> 在线试读</router-link>
5+
</div>
6+
</template>
7+
8+
<script>
9+
export default {
10+
props: [
11+
'preview-url'
12+
],
13+
methods: {
14+
}
15+
}
16+
</script>
17+
18+
<style>
19+
20+
</style>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.