shish 6 months ago
parent
commit
b73241e1f1
2 changed files with 6 additions and 6 deletions
  1. 3 3
      ghsApp/src/admin/billing/affirm.vue
  2. 3 3
      hdApp/src/admin/billing/affirm.vue

+ 3 - 3
ghsApp/src/admin/billing/affirm.vue

@@ -154,7 +154,7 @@
               <tui-list-cell class="line-cell" :hover="false" :arrow="false">
                 <view class="tui-title">收款方式</view>
                 <button @click="form.hasPay = 2" class="admin-button-com big" :class="form.hasPay == 2 ? 'blue' : 'default'" style="margin-right: 35upx" > 挂账 </button>
-                <button @click="form.hasPay = 0" class="admin-button-com big" :class="form.hasPay == 0 ? 'blue' : 'default'" style="margin-right: 35upx" > 待付款 </button>
+                <button @click="form.hasPay = 0" class="admin-button-com big" :class="form.hasPay == 0 ? 'blue' : 'default'" style="margin-right: 35upx" > 扫码 </button>
                 <button @tap="form.hasPay = 1" class="admin-button-com big" :class="form.hasPay == 1 ? 'blue' : 'default'" style="margin-right: 0upx">线下</button>
               </tui-list-cell>
 
@@ -167,8 +167,8 @@
               </tui-list-cell>
 
               <tui-list-cell class="line-cell" :arrow="false" v-if="form.hasPay == 0">
-                <view class="tui-title">待付款</view>
-                <view class="tui-input" style="color:#3385ff;">扫码付款、微信邀请付款 选待付款</view>
+                <view class="tui-title">扫码</view>
+                <view class="tui-input" style="color:#3385ff;">扫码付款、微信邀请付款 选扫码</view>
               </tui-list-cell>
 
               <tui-list-cell class="line-cell" :arrow="false" v-if="form.hasPay == 2">

+ 3 - 3
hdApp/src/admin/billing/affirm.vue

@@ -125,15 +125,15 @@
 
 					<tui-list-cell class="line-cell" :hover="false" :arrow="false">
 						<view class="tui-title">收款方式</view>
-            <button style="margin-right:10upx;height:70upx;line-height:46upx;" @click="form.hasPay = 0" class="admin-button-com mini-btn" :class="form.hasPay == 0 ? 'blue' : 'default'">待付款</button>
+            <button style="margin-right:10upx;height:70upx;line-height:46upx;" @click="form.hasPay = 0" class="admin-button-com mini-btn" :class="form.hasPay == 0 ? 'blue' : 'default'">扫码</button>
             <button style="margin-right:10upx;height:70upx;line-height:46upx;" @click="form.hasPay = 4" class="admin-button-com mini-btn" :class="form.hasPay == 4 ? 'blue' : 'default'">余额</button>
             <button style="margin-right:10upx;height:70upx;line-height:46upx;" @tap="form.hasPay = 1" class="admin-button-com mini-btn" :class="form.hasPay == 1 ? 'blue' : 'default'">线下</button>
             <button style="margin-right:0upx;height:70upx;line-height:46upx;" @click="form.hasPay = 2" class="admin-button-com mini-btn" :class="form.hasPay == 2 ? 'blue' : 'default'">挂账</button>
 					</tui-list-cell>
 
           <tui-list-cell class="line-cell" :arrow="false" v-if="form.hasPay == 0">
-            <view class="tui-title">待付款</view>
-            <view class="tui-input" style="color:#3385ff;">扫码付款、微信邀请付款 选待付款</view>
+            <view class="tui-title">扫码</view>
+            <view class="tui-input" style="color:#3385ff;">扫码付款、微信邀请付款 选扫码</view>
           </tui-list-cell>
 
           <tui-list-cell class="line-cell" :arrow="false" v-if="form.hasPay == 2">