Commit d03c1a2d by 陈超

T

parent b649cbb3
......@@ -179,12 +179,10 @@
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元/月"
return this.vips.hx_firstOf( r => { return r.id == this.type }).vip_month + "元/月"
},
yearPrice: function() {
//this.vips.hx_firstOf( r => { return r.id == this.type }).
return "0元/月"
return this.vips.hx_firstOf( r => { return r.id == this.type }).vip_year + "元/年"
}
},
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