shish 10 meses atrás
pai
commit
1157934aa4

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

@@ -147,8 +147,8 @@
           <tui-list-cell class="line-cell" :hover="false" :arrow="true" v-if="form.hasPay == 1">
             <view class="tui-title">线下渠道</view>
             <picker mode="selector" :value="payWayindex" :range="payWayList" range-key="name" @change="payWayChange" class="tui-input">
-              <view class="uni-input" v-if="form.payWay == 0">线下微信</view>
-              <view class="uni-input" v-else-if="form.payWay == 1">线下支付宝</view>
+              <view class="uni-input" v-if="form.payWay == 0">线下微信(收款码)</view>
+              <view class="uni-input" v-else-if="form.payWay == 1">线下支付宝(收款码)</view>
               <view class="uni-input" v-else-if="form.payWay == 4">现金</view>
               <view class="uni-input" v-else-if="form.payWay == 5">银行卡</view>
               <view class="uni-input" v-else style="color:#CCCCCC;">请选择</view>

+ 1 - 1
hdApp/src/admin/home/workbench.vue

@@ -130,7 +130,7 @@
               <view class="icon-wrapper">
                 <image class="icon-image" :src="`${constant.hostUrl}/image/ghs/home/hcgl2.png`" mode="aspectFit"></image>
               </view>
-              <view class="icon-text">添加</view>
+              <view class="icon-text">添加花束</view>
             </view>
           </view>
         </view>