liujiaxin 3 недель назад
Родитель
Сommit
585efcb30c
2 измененных файлов с 4 добавлено и 4 удалено
  1. 2 2
      pages/user/index.vue
  2. 2 2
      pages_shopping/live/paymentOrder.vue

+ 2 - 2
pages/user/index.vue

@@ -181,12 +181,12 @@
 
 
 							<!-- 测试用下面的 -->
-							<view class="item no-marin-bottom align-top" @click="navgetTo('/pages_course/livingList')">
+							<!-- <view class="item no-marin-bottom align-top" @click="navgetTo('/pages_course/livingList')">
 								<image
 									src="https://bjzmky-1323137866.cos.ap-chongqing.myqcloud.com/shop/images/integral.png"
 									mode=""></image>
 								<text class="text">直播</text>
-							</view>
+							</view> -->
 
 							<view class="item no-marin-bottom" @click="toManager()">
 								<image

+ 2 - 2
pages_shopping/live/paymentOrder.vue

@@ -104,7 +104,7 @@
 				payType: 1,
 				user: null,
 				couponUserId: null,
-				payParams:null
+				payParams: null
 			}
 		},
 		computed: {
@@ -163,7 +163,7 @@
 					orderId: this.order.orderId,
 					payType: 1
 				};
-
+				this.payParams = data
 				var that = this;
 				uni.showLoading();
 				weChatPayment(data).then(