Commit 30da5bd1 by 冷斌

Merge remote-tracking branch 'origin/master'

parents d7f02761 9aad9e0b
...@@ -177,6 +177,14 @@ ...@@ -177,6 +177,14 @@
}, },
yearFrame: function() { yearFrame: function() {
return this.isYear ? 'vip_buy_price_frame_none' : 'vip_buy_price_frame' return this.isYear ? 'vip_buy_price_frame_none' : 'vip_buy_price_frame'
},
monthPrice: function() {
//this.vips.hx_firstOf( r => { return r.id == this.type }).
return "0元/月"
},
yearPrice: function() {
//this.vips.hx_firstOf( r => { return r.id == this.type }).
return "0元/月"
} }
}, },
created:function(){ created:function(){
......
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