bhq@iemsoft.cn
2018-11-27 e2b48dac099e43f4b3243cdf19a7522e4b5eccbe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!---------在线充值----------->
<!-- {if $action eq "account_deposit"} 充值-->
<form name="formSurplus" method="post" action="user.php" onSubmit="return submitSurplus()">
 
<div class="recharge">
<dl class="re_one">
<dt>{$lang.deposit_money}:</dt>
<dd><input type="text" name="amount" value="{$order.amount|escape}" /><font style=" font-size:14px; color:#666"> 元</font></dd>
</dl>
<dl class="re_two">
<dt>{$lang.process_notic}:</dt>
<dd><textarea name="user_note" rows="6">{$order.user_note|escape}</textarea></dd>
</dl>
<div class="re_st">
<h2>{$lang.payment}:</h2>
<!--{if $iswei}-->
<!-- {foreach from=$payment item=list} -->
<!--{if $list.pay_code eq "weixin" || $list.pay_code eq "alipay" || $list.pay_code eq "balance" || $list.pay_code eq "cod"}-->
<dl>
<dt><i><input type="radio" name="payment_id" class="f_checkbox_t" value="{$list.pay_id}" /></i><em>{$list.pay_name}&nbsp;&nbsp;</em></dt>
 
</dl>
<!--{/if}-->
<!-- {/foreach} -->
<!--{else}-->
<!-- {foreach from=$payment item=list} -->
<dl>
<dt><i><input type="radio" class="f_checkbox_t" name="payment_id" value="{$list.pay_id}" /></i><em>{$list.pay_name}&nbsp;&nbsp;</em></em></dt>
 
</dl>
<!--{/foreach}-->
<!--{/if}-->
<span>
<input type="hidden" name="surplus_type" value="0" />
<input type="hidden" name="rec_id" value="{$order.id}" />
<input type="hidden" name="act" value="act_account" />
<input type="submit" class="bnt_1" name="submit" value="{$lang.submit_request}" />
<input type="reset" class="bnt_1" name="reset" value="{$lang.button_reset}" />
</span>
</div>
</div>
</form>
 
 <!-- {/if} --> 
 
<!-- {if $action eq "act_account"} -->
<table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#E6E6E6">
            <tr>
              <td width="25%" align="right" bgcolor="#ffffff">充值金额:</td>
              <td width="80%" bgcolor="#ffffff">{$amount}</td>
            </tr>
            <tr>
              <td align="right" bgcolor="#ffffff">支付方式:</td>
              <td bgcolor="#ffffff">{$payment.pay_name}</td>
            </tr>
            <tr>
              <td align="right" bgcolor="#ffffff">手续费:</td>
              <td bgcolor="#ffffff">{$pay_fee}</td>
            </tr>
            
            <tr>
            {if $iswei}
   {if $payment.pay_name eq '微信支付'}
    <td colspan="2" bgcolor="#ffffff">
    <a href="./weixindeposit.php?out_trade_no={$order.log_id}"  class="bnt_1">微支付</a></td>
  {else}
  <td colspan="2" bgcolor="#ffffff">
    <a href="./pay/alipayapi.php?out_trade_no={$order.log_id}&total_fee={$order.order_amount}"   class="bnt_1">去支付宝支付</a>
</td>
  {/if}
    {else}
  <td colspan="2" bgcolor="#ffffff">
    <a href="./pay/alipayapi.php?out_trade_no={$order.log_id}&total_fee={$order.order_amount}"  class="bnt_1">去支付宝支付</a>
</td>
  {/if}
            
            </tr>
          </table>
<!-- {/if} --> 
<!---返回顶部-->
<script>
function goTop(){
    $('html,body').animate({'scrollTop':0},600);
}
</script>
<a href="javascript:goTop();" class="gotop"><img src="themesmobile/68ecshopcom_mobile/images/topup.png"></a>