소스 검색

update 更新

wangxy 3 달 전
부모
커밋
8a1b55edaa
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      components/catalogue/catalogue.vue

+ 2 - 2
components/catalogue/catalogue.vue

@@ -231,11 +231,11 @@
 	}
 
 	function handleConfirmPay() {
-		const url =
+		/*const url =
 			`/pages/pay/svip?subjectId=${subjectId.value}&formPage=studyWithCatalgue&selectZhangId=${selectZhang.value.zhangId}`
 		uni.redirectTo({
 			url
-		})
+		})*/
 	}
 	defineExpose({
 		showPopup