소스 검색

no message

linwenxin 2 주 전
부모
커밋
1b8beaf551
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/components/zhifutanchuan.vue

+ 2 - 1
src/components/zhifutanchuan.vue

@@ -40,7 +40,8 @@
       <view class="row">
         <view class="label">支付方式:</view>
         <!-- <view class="value">微信支付</view> -->
-        <view class="value">线下支付</view>
+        <!-- <view class="value">线下支付</view> -->
+        <view class="value">{{ detail.payType == 'WECHAT' ? '微信支付' : '线下支付' }}</view>
       </view>
     </view>