Commit 6933c4e8 by 朱继来

详情页已付款去掉付款地址

parent 1dc17ce0
Showing with 1 additions and 1 deletions
......@@ -562,7 +562,7 @@
</div>
<!-- 非内部采购下单显示付款地址 -->
@if (isset($order_temp_info) && $order_temp_info['order_type'] != 3)
@if (isset($order_temp_info) && $order_temp_info['order_type'] != 3 && $order_info['status'] < 4)
<p>客户付款地址:{{ Config('website.pay_url').$order_info['order_id'] }}</p>
@endif
</div>
......
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