Browse Source

收款方

xiaomei 1 year ago
parent
commit
bf4891b493
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pagesC/settledMerchant/appPay.vue

+ 1 - 1
src/pagesC/settledMerchant/appPay.vue

@@ -4,7 +4,7 @@
     <view class="text bold"> ¥{{ payData.pay_amount }} </view>
     <view class="flex_r flex_ac flex_jb">
       <view> 收款方 </view>
-      <view> 茶付宝 </view>
+      <view> 汇付天下 </view>
     </view>
     <button type="primary" v-if="isShow" @click="pay">立即支付</button>
     <button