Commit da27a474 by 冷斌

fix bug

parent 256800e3
...@@ -14,13 +14,14 @@ ...@@ -14,13 +14,14 @@
<form action="{:U('classroom/Pay/rechargeVip')}" method="post"> <form action="{:U('classroom/Pay/rechargeVip')}" method="post">
<div class="teacher_bd" style="display: block"> <div class="teacher_bd" style="display: block">
<if condition="$is_wx and in_array('wxpay',$payConfig['pay'])"> <!-- <if condition="$is_wx and in_array('wxpay',$payConfig['pay'])">-->
<input type="hidden" value="wxpay" name="pay" /> <!-- <input type="hidden" value="wxpay" name="pay" />-->
<else/> <!-- <else/>-->
<volist name="payWay" id="vo" offset="0" length="1"> <!-- <volist name="payWay" id="vo" offset="0" length="1">-->
<input type="hidden" value="{$vo}" name="pay" /> <!-- <input type="hidden" value="{$vo}" name="pay" />-->
</volist> <!-- </volist>-->
</if> <!-- </if>-->
<input type="hidden" value="wxpay" name="pay" />
<input type="hidden" value="1" name="type" /> <input type="hidden" value="1" name="type" />
<div class="pay_dl"> <div class="pay_dl">
<div class="g-join"> <div class="g-join">
......
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