Browse Source

2023-12-7

cmy 1 year ago
parent
commit
a6399c0424
1 changed files with 8 additions and 2 deletions
  1. 8 2
      pages/users/user_payment/index.vue

+ 8 - 2
pages/users/user_payment/index.vue

@@ -36,7 +36,7 @@
 							<input type="text" placeholder="请输入邀请人" v-model="verify_code" class="input-user" />
 						</view>
 						<!-- #ifdef H5 -->
-						<view v-if="isWeixin" class="iconfont icon-saoma" @click="scanCode"></view>
+						<view class="iconfont icon-saoma" @click="scanCode"></view>
 						<!-- #endif -->
 						<!-- #ifdef MP || MP-WEIXIN || APP -->
 						<view class="iconfont icon-saoma" @click="scanCode">
@@ -352,7 +352,8 @@
 					price: parseFloat(this.totalPrice),
 					type: 0,
 					rechar_id: this.rechar_id,
-					from: this.payType === 'alipay' ? 'alipay' : 'routine'
+					from: this.payType === 'alipay' ? 'alipay' : 'routine',
+					bar_code:this.verify_code
 				}).then(res => {
 					uni.hideLoading();
 					let data = res.data.data;
@@ -551,6 +552,11 @@
 			border-bottom: 1px solid #f3f3f3;
 			padding-top: 20rpx;
 			padding-bottom: 10rpx;
+			.iconfont{
+				&.icon-saoma{
+					font-size: 40rpx;
+				}
+			}
 			.title {
 				font-size: 30rpx;
 				color: #656565;