소스 검색

修复bug

chenxiong 3 년 전
부모
커밋
0671785d89
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages3/polyv/detail.vue

+ 1 - 1
pages3/polyv/detail.vue

@@ -1123,7 +1123,7 @@ export default {
 						uni.showModal({
 							showCancel:false,
 							cancelText: '返回',
-							content: '当前课程正在申请中,请耐心等待',
+							content: '当前课程正在申请中,正式开班后方可进行学习,请耐心等候!',
 							success: function(resultst) {
 								uni.navigateBack();
 							}