Commit f8d1384b by 冷斌

update

parent c7a5db01
......@@ -46,7 +46,7 @@
</div>
<div class="levright">
<if condition="$type eq '1'">
LV.{$levelinfo['levelid']}
LV.{$levelinfo['levelid']+1}
<else/>
LV.Max
</if>
......@@ -108,7 +108,7 @@
</div>
<div class="levright">
<if condition="$type_a eq '1'">
LV.{$levelinfo_a['levelid']}
LV.{$levelinfo_a['levelid']+1}
<else/>
LV.Max
</if>
......
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