Commit 45697bb7 by 陈超

T

parent 721957b2
......@@ -22,6 +22,12 @@
<van-icon size="16" :name="shareIcon" style="margin-right: 1rem;"></van-icon>
<van-icon size="16" name="__THEME__/img/share_line.png"></van-icon>
</div>
<div class="fixed_bottom_bar">
<div class="layout_v">
<span class="text_14_600 color_FF3B3B"></span>
<span></span>
</div>
</div>
</div>
<div class="body">
......@@ -301,9 +307,12 @@
el: "#app",
data: function() {
return {
bought: false
}
},
created:function(){
console.log($buy_status)
},
computed: {
shareIcon: function() {
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