Commit 412c486a by 朱继来

调整判断

parent 38cd15d2
Showing with 1 additions and 1 deletions
...@@ -1108,7 +1108,7 @@ ...@@ -1108,7 +1108,7 @@
</div> </div>
<!-- 申请收款 --> <!-- 申请收款 -->
@if (in_array($order_info['status'], [2, 3])) @if ($order_info['order_goods_type'] == 2 && in_array($order_info['status'], [2, 3]))
<style> <style>
.apply-paid{ display: none; } .apply-paid{ display: none; }
.img-area{ float: left; width: 98px; height: 98px; border: 1px solid #d9d9d9; } .img-area{ float: left; width: 98px; height: 98px; border: 1px solid #d9d9d9; }
......
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