zhanghui 2 лет назад
Родитель
Сommit
5977547762
3 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      components/pay/pay.vue
  2. 1 1
      orderPages/bookService/index.vue
  3. 1 1
      pages/order/index.vue

+ 1 - 1
components/pay/pay.vue

@@ -17,7 +17,7 @@
 							<u-icon name="/static/me/u701.png" color="#38db38" size="36"></u-icon>
 							<view class="payName flex-col justify-center">
 								<text>余额支付</text>
-								<text class="balance">可余额¥{{balance}}</text>
+								<text class="balance">可余额¥{{balance}}</text>
 							</view>
 						</view>
 						<view class="flex-col justify-center">

+ 1 - 1
orderPages/bookService/index.vue

@@ -122,7 +122,7 @@
 				</view>
 			</view>
 		</view>
-		<myPay ref="myPay"  :orderNo="subOrderNo" @payResult="payResult" @improperClose="improperClose"></myPay>
+		<myPay ref="myPay" :selectBlPay="userInfo.balance >= price" :balance="userInfo.balance"  :orderNo="subOrderNo" @payResult="payResult" @improperClose="improperClose"></myPay>
 	</view>
 </template>
 

+ 1 - 1
pages/order/index.vue

@@ -77,7 +77,7 @@
 
 				<view :style="{'height':'380rpx'}">
 
-					<view class="payItem flex-row justify-between" v-if="openType!=2"   @click="payItem(1)">
+					<view class="payItem flex-row justify-between"  @click="payItem(1)">
 						<view class="flex-row">
 							<u-icon name="/static/me/u701.png" color="#38db38" size="36"></u-icon>
 							<view class="payName flex-col justify-center">