Browse Source

支付更新

zqwang 1 year ago
parent
commit
40adb319c7
2 changed files with 2 additions and 2 deletions
  1. 1 1
      pages/member/orders.vue
  2. 1 1
      pages/video/index.nvue

+ 1 - 1
pages/member/orders.vue

@@ -25,7 +25,7 @@
 			<image src="/static/img/orders/emty.png" mode=""></image>
 			<p class="ft14 line-1-txt">暂无充值记录</p>
 			<p class="ft14 line-2-txt">小充一笔,看更多好剧吧</p>
-			<navigator url="/pages/client/pay/pay">
+			<navigator url="/pages/pay/pay">
 				<view class="ft16 btn-box"><text class="ft12 btn-cz">去充值</text> </view>
 			</navigator>
 		</view>

+ 1 - 1
pages/video/index.nvue

@@ -472,7 +472,7 @@
 				this.pay_select_id = item.id;
 				let params = {
 					video_id: this.payVideoInfo.video_id,
-					video_series_sequence: this.payVideoInfo,
+					video_series_sequence: this.payVideoInfo.video_series_sequence,
 					pay_proudct_id: item.id
 				}
 				let res = await getPayInfo(params);