Przeglądaj źródła

Merge branch 'master' of ssh://gogs.zfire.top:2222/zfire-front/zfire-newmall-admin

linwenxin 1 rok temu
rodzic
commit
70fc369514
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/setting/personal/renew.vue

+ 1 - 1
src/views/setting/personal/renew.vue

@@ -25,7 +25,7 @@
 					<div class="flex" style="align-items: center;">
 						<div>实付: <span style="font-size: 20px;color: #ff6804;">¥</span><span style="font-size: 36px;color: #ff6804;font-weight: bold;">{{(goodsList[goodsIndex].normAmount * 100 - goodsList[goodsIndex].discountAmount * 100)/100}}</span></div>
 						<div style="margin: 0 20px;">已优惠: <span style="font-size: 18px;color: #ff6804;">¥</span><span style="font-size: 20px;color: #ff6804;">{{goodsList[goodsIndex].discountAmount}}</span></div>
-						<el-tooltip effect="dark" content="购买年限越大越优惠,优惠价格按年份递减折扣,第1年原价,第2年8折,第3年7折,第4年6折,第5年5折。举例:张三购买了3年限套餐,第1年原价为1000元,所需支付价格为:第一年1000元+第二年800元+第三年700元,需支付金额:2500元。" placement="top">
+						<el-tooltip effect="dark" content="购买年限越大越优惠,优惠价格按年份增加折扣,第1年8.8折,第2年8折,第3年7折,第4年6折,第5年5折。举例: 原价1000元/年,张三购买了3年限套餐,所需支付价格为: 第1年880.00元+第2年800.00元+第三年700.00元,需支付金额: 2380.00元" placement="top">
 						    <i class="el-icon-question icon-question"></i>
 						</el-tooltip>
 					</div>