Commit 45697bb7 by 陈超

T

parent 721957b2
...@@ -22,6 +22,12 @@ ...@@ -22,6 +22,12 @@
<van-icon size="16" :name="shareIcon" style="margin-right: 1rem;"></van-icon> <van-icon size="16" :name="shareIcon" style="margin-right: 1rem;"></van-icon>
<van-icon size="16" name="__THEME__/img/share_line.png"></van-icon> <van-icon size="16" name="__THEME__/img/share_line.png"></van-icon>
</div> </div>
<div class="fixed_bottom_bar">
<div class="layout_v">
<span class="text_14_600 color_FF3B3B"></span>
<span></span>
</div>
</div>
</div> </div>
<div class="body"> <div class="body">
...@@ -301,9 +307,12 @@ ...@@ -301,9 +307,12 @@
el: "#app", el: "#app",
data: function() { data: function() {
return { return {
bought: false
} }
}, },
created:function(){
console.log($buy_status)
},
computed: { computed: {
shareIcon: function() { shareIcon: function() {
return "__THEME__/img/share_star.png" return "__THEME__/img/share_star.png"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment