Browse Source

Merge branch 'dev' of mangpiao/mp-ui-pc into test

lsx 2 years ago
parent
commit
b81344ddaf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/order/store/detail.vue

+ 2 - 2
src/views/order/store/detail.vue

@@ -13,9 +13,9 @@
         <el-col :span="8" :xs="{span: 24, offset: 0}">
           <div class="title">下单时间:{{ parseTime(info.createdTime) }}</div>
         </el-col>
-        <el-col :span="8" :offset="1" :xs="{span: 24, offset: 0}">
+        <!-- <el-col :span="8" :offset="1" :xs="{span: 24, offset: 0}">
           <div class="title">付款方式:{{ info.payType == 1 || info.payType == 10 ? '支付宝支付': info.payType == 2 ? '微信支付': '--' }}</div>
-        </el-col>
+        </el-col> -->
       </el-col>
     </el-row>