Commit be7277ff by 朱继来

调整index

parent 5908f064
Showing with 1 additions and 1 deletions
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<input type="hidden" name="return_info[currency]" value="{{$order_info['currency']}}"> <input type="hidden" name="return_info[currency]" value="{{$order_info['currency']}}">
<input type="hidden" name="return_info[mobile]" value="{{$user_info['mobile'] ? $user_info['mobile'] : $user_mobile}}"> <input type="hidden" name="return_info[mobile]" value="{{$user_info['mobile'] ? $user_info['mobile'] : $user_mobile}}">
<input type="hidden" name="return_info[email]" value="{{$user_info['email']}}"> <input type="hidden" name="return_info[email]" value="{{$user_info['email']}}">
<input type="hidden" name="return_info[company_name]" value="{{ $company_info ? $company_info['com_name'] : '' }}"> <input type="hidden" name="return_info[company_name]" value="{{ isset($company_info['com_name']) ? $company_info['com_name'] : '' }}">
<input type="hidden" name="return_info[pay_amount]" value="{{ $order_info['order_amount'] + $order_price_info['pay_preferential'] }}"> <input type="hidden" name="return_info[pay_amount]" value="{{ $order_info['order_amount'] + $order_price_info['pay_preferential'] }}">
<input type="hidden" name="pay_id" value="{{$order_pay_log[0]['pay_id']}}"> <input type="hidden" name="pay_id" value="{{$order_pay_log[0]['pay_id']}}">
......
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 sign in to comment