Commit e65614cf by 邹林东

修改

parent 9f12295b
......@@ -28,7 +28,7 @@
<div class="layout_h_b vip_info_bottom">
<div class="text_16_400 self_center" :class="currentColor">{{currentCount}} 人已开通</div>
<div @click="onToBuy" class="vip_price_hint layout_center">
<span class="text_16_400" :class="currentColor">{{currentPrice}}</span>
<span class="text_16_400" :class="currentColor">{{currentPrice || currentState}}</span>
</div>
</div>
</div>
......
......@@ -81,7 +81,7 @@
<a target="_blank" href="{:U('basic/Single/info',array('id'=>'buy'))}" class="green_txt" >《{$site['site_keyword']}虚拟货币服务协议》</a>
<a id="btn_ljcz" class="btn_big mt30" onclick="rechangeVip(this)">立即充值</a>
<p id="vip_price" class="rihleo">应付:
<label><em class="red_txt ft18" id="price_show">¥{$user_vip[0]['vip_month']}</em></label>
<label><em class="red_txt ft18" id="price_show">¥{round($user_vip[0]['vip_month'], 2)}</em></label>
</p>
</div>
</form>
......
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