浏览代码

no message

linwenxin 10 月之前
父节点
当前提交
c3d7a94b80
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/views/mallManagement/order/order_detail/index.vue

+ 4 - 1
src/views/mallManagement/order/order_detail/index.vue

@@ -389,7 +389,10 @@
     </div>
 
     <!-- 收款记录 -->
-    <div style="margin-top: 20px">
+    <div
+      style="margin-top: 20px"
+      v-if="!(orderDetail.payTypeId == 'WECHAT' || orderDetail.payTypeId == 'WECHAT_OFFLINE')"
+    >
       <h3>收款记录</h3>
       <!-- 列表 -->
       <div style="margin-bottom: 20px">