lilei 4 months ago
parent
commit
e16b759f26
2 changed files with 5 additions and 3 deletions
  1. 1 1
      pagesB/procureOrder/orderDetail.vue
  2. 4 2
      pagesB/shopiing/productDetail.vue

+ 1 - 1
pagesB/procureOrder/orderDetail.vue

@@ -154,7 +154,7 @@
 					</view>
 					<view class="infoList" v-if="isPayOk">
 						<text>支付方式</text>
-						<text>{{info.payInfo.payOnlineTypeDictValue}}</text>
+						<text>{{info.payOnlineTypeDictValue}}</text>
 					</view>
 					<view class="infoList" v-if="isPayOk">
 						<text>支付时间</text>

+ 4 - 2
pagesB/shopiing/productDetail.vue

@@ -803,8 +803,10 @@
 			},
 			// 修改支付方式
 			payTypeChange(v){
-				// 选择线下支付是,可抵扣金额不能使用
-				this.hasKdk=v!=2
+				// 选择线下支付时,可抵扣金额不能使用
+				if(v==2){
+					this.hasKdk = false
+				}
 				// 充值余额支付,判断是否不足
 				if(v==0){
 					if(this.payAmount>this.storeAccount.rechargeBalance){