initiation.html 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="apple-mobile-web-app-capable" content="yes">
  7. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  8. <meta name="format-detection" content="telephone=no">
  9. <meta name="mobile-web-app-capable" content="yes">
  10. <meta name="msapplication-tap-highlight" content="no">
  11. <meta name="fragment" content="!">
  12. <meta name="viewport"
  13. content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=0, viewport-fit=cover">
  14. <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
  15. <meta http-equiv="Pragma" content="no-cache" />
  16. <meta http-equiv="Expires" content="0" />
  17. <meta http-equiv="Cache" content="no-cache">
  18. <meta name="description" content="">
  19. <link rel="icon" href="../favicon.ico">
  20. <title>乐团启蒙调查</title>
  21. <!-- 引入样式文件 -->
  22. <link rel="stylesheet" href="./js/vant-index.css" />
  23. <link rel="stylesheet" href="./css/initiation.css">
  24. <script src="./js/flexible.js"></script>
  25. </head>
  26. <body>
  27. <style>
  28. .m-toast {
  29. position: fixed;
  30. top: 50%;
  31. left: 50%;
  32. display: -webkit-box;
  33. display: -webkit-flex;
  34. display: flex;
  35. -webkit-box-orient: vertical;
  36. -webkit-box-direction: normal;
  37. -webkit-flex-direction: column;
  38. flex-direction: column;
  39. -webkit-box-align: center;
  40. -webkit-align-items: center;
  41. align-items: center;
  42. -webkit-box-pack: center;
  43. -webkit-justify-content: center;
  44. justify-content: center;
  45. box-sizing: content-box;
  46. width: 88px;
  47. max-width: 70%;
  48. min-height: 88px;
  49. padding: 16px;
  50. color: #fff;
  51. font-size: 14px;
  52. line-height: 20px;
  53. white-space: pre-wrap;
  54. text-align: center;
  55. word-wrap: break-word;
  56. background-color: rgba(50, 50, 51, 0.88);
  57. border-radius: 4px;
  58. -webkit-transform: translate3d(-50%, -50%, 0);
  59. transform: translate3d(-50%, -50%, 0);
  60. z-index: 2002
  61. }
  62. .m-loading {
  63. position: relative;
  64. color: #fff;
  65. font-size: 0;
  66. vertical-align: middle;
  67. padding: 4px
  68. }
  69. .m-loading__spinner {
  70. position: relative;
  71. display: inline-block;
  72. width: 30px;
  73. max-width: 100%;
  74. height: 30px;
  75. max-height: 100%;
  76. vertical-align: middle;
  77. -webkit-animation: m-rotate .8s linear infinite;
  78. animation: m-rotate .8s linear infinite
  79. }
  80. .m-loading__spinner--circular {
  81. -webkit-animation-duration: 2s;
  82. animation-duration: 2s
  83. }
  84. .m-loading__circular {
  85. display: block;
  86. width: 100%;
  87. height: 100%
  88. }
  89. .m-loading__circular circle {
  90. -webkit-animation: m-circular 1.5s ease-in-out infinite;
  91. animation: m-circular 1.5s ease-in-out infinite;
  92. stroke: currentColor;
  93. stroke-width: 3;
  94. stroke-linecap: round
  95. }
  96. .m-loading__text {
  97. display: inline-block;
  98. margin-left: 8px;
  99. color: #969799;
  100. font-size: 14px;
  101. vertical-align: middle
  102. }
  103. .m-loading--vertical {
  104. display: -webkit-box;
  105. display: -webkit-flex;
  106. display: flex;
  107. -webkit-box-orient: vertical;
  108. -webkit-box-direction: normal;
  109. -webkit-flex-direction: column;
  110. flex-direction: column;
  111. -webkit-box-align: center;
  112. -webkit-align-items: center;
  113. align-items: center
  114. }
  115. .m-loading--vertical .m-loading__text {
  116. margin: 8px 0 0
  117. }
  118. @-webkit-keyframes m-circular {
  119. 0% {
  120. stroke-dasharray: 1, 200;
  121. stroke-dashoffset: 0
  122. }
  123. 50% {
  124. stroke-dasharray: 90, 150;
  125. stroke-dashoffset: -40
  126. }
  127. 100% {
  128. stroke-dasharray: 90, 150;
  129. stroke-dashoffset: -120
  130. }
  131. }
  132. @keyframes m-circular {
  133. 0% {
  134. stroke-dasharray: 1, 200;
  135. stroke-dashoffset: 0
  136. }
  137. 50% {
  138. stroke-dasharray: 90, 150;
  139. stroke-dashoffset: -40
  140. }
  141. 100% {
  142. stroke-dasharray: 90, 150;
  143. stroke-dashoffset: -120
  144. }
  145. }
  146. .m-toast__text {
  147. margin-top: 8px
  148. }
  149. .van-field--error .van-field__control,
  150. .van-field--error .van-field__control::placeholder {
  151. color: #c8c9cc;
  152. -webkit-text-fill-color: currentColor;
  153. }
  154. </style>
  155. <div id="m_loading" class="m-toast m-toast--middle m-toast--loading" style="z-index: 2001;">
  156. <div class="m-loading m-loading--circular m-toast__loading"><span
  157. class="m-loading__spinner m-loading__spinner--circular"><svg viewBox="25 25 50 50" class="m-loading__circular">
  158. <circle cx="50" cy="50" r="20" fill="none"></circle>
  159. </svg></span></div>
  160. <div class="m-toast__text">加载中...</div>
  161. </div>
  162. <div id="app">
  163. <!-- <div class="banner">
  164. <img src="./images/initiation/banner.png" alt="">
  165. </div> -->
  166. <div class="title" v-clock>
  167. {{ orchestraName }} 启蒙登记表
  168. </div>
  169. <van-form validate-first scroll-to-error @submit="onSubmit" ref='form' class="form">
  170. <div class="top-tips">科学的教育与关爱,足以改变世界。我们希望,学生的未来会因您和我们的共同努力而更加光辉灿烂!</div>
  171. <van-cell-group inset class="cell-group">
  172. <van-field type="tel" @blur='checkchangePhone' maxlength="11" minlength="11" label="联系电话(直接监护人)"
  173. v-model="stu.phone" name="phone" :rules="[{ pattern, message: '输入监护人手机号码有误' }]" placeholder="请输入监护人手机号码">
  174. </van-field>
  175. <van-field label="学员姓名" :rules="[{ validator, message }]" name="username" v-model="stu.username"
  176. placeholder="请填写学员真实姓名"></van-field>
  177. <van-field label="性别" name="sex" :rules="[{ required: true, message: '请选择性别' }]">
  178. <template #input>
  179. <van-radio-group v-model="stu.sex" checked-color="#FF8057" direction="horizontal">
  180. <van-tag size="large" type="primary" :color="!(stu.sex === 1) ? '#EAEAEA' : '#FF8057'"
  181. :text-color="!(stu.sex === 1) ? '#AAA' : '#FFF'" class="radioSection" round>
  182. <van-radio class="radioItem" :name="1"></van-radio>男生
  183. </van-tag>
  184. <van-tag size="large" type="primary" :color="!(stu.sex === 0) ? '#EAEAEA' : '#FF8057'"
  185. :text-color="!(stu.sex === 0) ? '#AAA' : '#FFF'" class="radioSection" round>
  186. <van-radio class="radioItem" :name="0"></van-radio>女生
  187. </van-tag>
  188. </van-radio-group>
  189. </template>
  190. </van-field>
  191. <van-field label="在读年级" v-model="stu.currentGrade" readonly name="currentGrade"
  192. :rules="[{ required: true, message: '请选择在读年级', trigger: 'onChange' }]" @click="() => showPicker = true"
  193. placeholder="请选择在读年级">
  194. <template #right-icon>
  195. <van-icon name="arrow" :color="'#323233'" size="16"></van-icon>
  196. </template>
  197. </van-field>
  198. <van-field v-show="false" v-model="stu.currentGradeNum" name="currentGradeNum" readonly></van-field>
  199. <van-field label="所在班级" v-model="stu.currentClass" readonly name="currentClass"
  200. :rules="[{ required: true, message: '请选择所在班级', trigger: 'onChange' }]" @click="() => classPicker = true"
  201. placeholder="请选择所在班级">
  202. <template #right-icon>
  203. <van-icon name="arrow" :color="'#323233'" size="16"></van-icon>
  204. </template>
  205. </van-field>
  206. <van-field label="孩子是否有学习过乐器" name="musicalInstrumentsLearning"
  207. :rules="[{ required: true, message: '请选择孩子是否有学习过乐器' }]">
  208. <template #input>
  209. <van-radio-group v-model="stu.hasLearningExperience" checked-color="#FF8057" direction="horizontal">
  210. <van-tag size="large" type="primary" :color="!(stu.hasLearningExperience === 1) ? '#EAEAEA' : '#FF8057'"
  211. :text-color="!(stu.hasLearningExperience === 1) ? '#AAA' : '#FFF'" class="radioSection" round>
  212. <van-radio class="radioItem" :name="1"></van-radio>是
  213. </van-tag>
  214. <van-tag size="large" type="primary" :color="!(stu.hasLearningExperience === 0) ? '#EAEAEA' : '#FF8057'"
  215. :text-color="!(stu.hasLearningExperience === 0) ? '#AAA' : '#FFF'" class="radioSection"
  216. @click="() => stu.learningSubjectName = ''" round>
  217. <van-radio class="radioItem" :name="0"></van-radio>否
  218. </van-tag>
  219. </van-radio-group>
  220. </template>
  221. </van-field>
  222. <van-field label="所学乐器" v-if="stu.hasLearningExperience==1" name="learningSubjectName"
  223. v-model="stu.learningSubjectName" placeholder="(非必填)请输入所学乐器"></van-field>
  224. <van-field label="是否报名参加管乐团家长会了解相关情况" name="joinParentMeeting"
  225. :rules="[{ required: true, message: '请选择是否报名参加管乐团家长会了解相关情况' }]">
  226. <template #input>
  227. <van-radio-group v-model="stu.joinParentMeeting" checked-color="#FF8057" direction="horizontal">
  228. <van-tag size="large" type="primary" :color="!(stu.joinParentMeeting === 1) ? '#EAEAEA' : '#FF8057'"
  229. :text-color="!(stu.joinParentMeeting === 1) ? '#AAA' : '#FFF'" class="radioSection" round>
  230. <van-radio class="radioItem" :name="1"></van-radio>是
  231. </van-tag>
  232. <van-tag size="large" type="primary" :color="!(stu.joinParentMeeting === 0) ? '#EAEAEA' : '#FF8057'"
  233. :text-color="!(stu.joinParentMeeting === 0) ? '#AAA' : '#FFF'" class="radioSection" round>
  234. <van-radio class="radioItem" :name="0"></van-radio>否
  235. </van-tag>
  236. </van-radio-group>
  237. </template>
  238. </van-field>
  239. <van-field :border="true" label="您对校管乐团的组建有什么建议" type="textarea" rows="3" name="personalSuggestion"
  240. v-model="stu.personalSuggestion" placeholder="(非必填)请填写您的建议内容">
  241. </van-field>
  242. </van-cell-group>
  243. <van-button size="large" block round class="btn-submit" color="#FF8057" :loading="btnLoading"
  244. native-type="submit">提交</van-button>
  245. </van-form>
  246. <van-popup v-model:show="showPicker" position="bottom" round>
  247. <van-picker show-toolbar :columns="currentGrade" @cancel="showPicker = false" @confirm="onConfirm" />
  248. </van-popup>
  249. <van-popup v-model:show="classPicker" position="bottom" round>
  250. <van-picker show-toolbar :columns="classList" @cancel="classPicker = false" @confirm="onConfirmClass" />
  251. </van-popup>
  252. <<<<<<< HEAD
  253. <van-popup v-model:show="submitStatus" round style="width: 100%;background-color: transparent;"
  254. :close-on-click-overlay="false">
  255. =======
  256. <van-popup v-model:show="submitStatus" round
  257. style="width: 100%;background-color: transparent;transform: translateY(-60%);" :close-on-click-overlay="false">
  258. >>>>>>> master
  259. <div class="submit-container">
  260. <p class="submit-title">提交成功</p>
  261. <p class="submit-tips">您已完成乐团启蒙调查</p>
  262. <div @click="onLinkUrl" class="submit-btn"></div>
  263. </div>
  264. </van-popup>
  265. <van-popup v-model:show="showPopup" round style="width: 88%" :close-on-click-overlay="false" class="wxPopupDialog">
  266. <div class="popupContainer">
  267. <p class="title1">温馨提示</p>
  268. <p class="popupTips">请使用微信打开</p>
  269. </div>
  270. </van-popup>
  271. </div>
  272. <!-- 引入 Vue 和 Vant 的 JS 文件 -->
  273. <script src="./js/vue.global.min.js"></script>
  274. <script src="./js/vant.min.js"></script>
  275. <script src="./js/axios.js"></script>
  276. <script type="text/javascript" src="./js/utils.js"></script>
  277. <script>
  278. // 乐团交付,乐团停止或关闭,有新的交付团;则不允许报名
  279. var classList = []
  280. for (var i = 1; i <= 40; i++) {
  281. classList.push({ text: i + '班', value: i })
  282. }
  283. var app = Vue.createApp({
  284. data() {
  285. return {
  286. orchestraId: getQueryVariable('orchestraId'),
  287. orchestraName: null,
  288. schoolId: null,
  289. showPicker: false,
  290. classPicker: false,
  291. submitStatus: false,
  292. pattern: /^((13[0-9])|(14(0|[5-7]|9))|(15([0-3]|[5-9]))|(16(2|[5-7]))|(17[0-8])|(18[0-9])|(19([0-3]|[5-9])))\d{8}$/,
  293. nameReg: /^[\u4E00-\u9FA5]+$/,
  294. currentGrade: [
  295. { text: '一年级', value: 1 },
  296. { text: '二年级', value: 2 },
  297. { text: '三年级', value: 3 },
  298. { text: '四年级', value: 4 },
  299. { text: '五年级', value: 5 },
  300. ], // 年级数组列表
  301. classList: classList,
  302. columns: [],
  303. pickerType: null, // 下拉类型
  304. stu: {
  305. username: null, // 姓名
  306. sex: 1, // 性别
  307. phone: null, // 电话
  308. currentGrade: '', // 年级
  309. currentGradeNum: null, // 年级编号
  310. currentClass: '', // 班级
  311. currentClassNum: null, // 年级编号
  312. learningSubjectName: null,
  313. hasLearningExperience: null, // 是否有学习经验
  314. personalSuggestion: null, // 个人建议
  315. joinParentMeeting: null
  316. },
  317. btnLoading: false,
  318. checkPhone: true,
  319. showPopup: false,
  320. code: '',
  321. canSignUp: '',
  322. }
  323. },
  324. async mounted() {
  325. if (document.querySelector('#m_loading')) {
  326. document.querySelector('#m_loading').remove()
  327. }
  328. // 判断是否是微信,只能微信中打开
  329. <<<<<<< HEAD
  330. if (!browser().weixin) {
  331. this.showPopup = true
  332. return
  333. } else {
  334. //授权
  335. const code = getUrlCode()
  336. console.log(code)
  337. if (!code) {
  338. this.getAppIdAndCode(window.location.href)
  339. return
  340. } else {
  341. this.code = code
  342. }
  343. }
  344. =======
  345. // if (!browser().weixin) {
  346. // this.showPopup = true
  347. // return
  348. // } else {
  349. // //授权
  350. // const code = getUrlCode()
  351. // console.log(code)
  352. // if (!code) {
  353. // this.getAppIdAndCode(window.location.href)
  354. // return
  355. // } else {
  356. // this.code = code
  357. // }
  358. // }
  359. >>>>>>> master
  360. if (!this.orchestraId) {
  361. vant.showToast('信息获取失败,请联系老师')
  362. }
  363. try {
  364. this.setLoading(true)
  365. var schoolDetail = await axios.post('/api-student/open/school/detail', {
  366. orchestraId: this.orchestraId
  367. })
  368. if (schoolDetail.data.code === 200 && schoolDetail.data.data) {
  369. var schoolSystem = schoolDetail.data.data.schoolSystem || 'sixYearSystem'
  370. this.schoolId = schoolDetail.data.data.id
  371. if (schoolSystem === 'sixYearSystem') {
  372. this.currentGrade.push({ text: '六年级', value: 6 })
  373. }
  374. }
  375. var orchestraDetail = await axios.get('/api-student/open/orchestra/detail/' + this.orchestraId)
  376. if (orchestraDetail.data.code === 200 && orchestraDetail.data.data) {
  377. this.orchestraName = orchestraDetail.data.data.name || ''
  378. this.canSignUp = orchestraDetail.data.data.status
  379. if (orchestraDetail.data.data.status !== 'INITIATION_SURVEY') {
  380. vant.showToast('乐团启蒙阶段已结束')
  381. // return
  382. }
  383. }
  384. } catch {
  385. vant.showDialog({
  386. message: '信息获取失败,请联系老师',
  387. theme: 'round-button',
  388. confirmButtonColor: '#FF8057'
  389. })
  390. }
  391. this.setLoading(false)
  392. },
  393. methods: {
  394. async getAppIdAndCode(url) {
  395. try {
  396. var res = await axios.get('/api-school/open/paramConfig/wechatAppId')
  397. // 判断是否有微信appId
  398. if (res.data.code === 200 && res.data.data) {
  399. vant.closeToast()
  400. this.goAuth(res.data.data, url)
  401. }
  402. } catch {
  403. //
  404. }
  405. },
  406. goAuth(wxAppId, urlString) {
  407. // 用户授权
  408. console.log(urlString || window.location.href, 'urlString || window.location.href')
  409. const urlNow = encodeURIComponent(urlString || window.location.href)
  410. console.log(urlNow, 'urlNow')
  411. const scope = 'snsapi_base' //snsapi_userinfo //静默授权 用户无感知
  412. const appid = wxAppId || 'wx8654c671631cfade'
  413. const url = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appid}&redirect_uri=${urlNow}&response_type=code&scope=${scope}&state=STATE&connect_redirect=1#wechat_redirect`
  414. window.location.replace(url)
  415. },
  416. onLinkUrl() {
  417. this.submitStatus = false
  418. window.location.href = window.location.origin + '/orchestra-student/#/download'
  419. },
  420. async checkchangePhone(val) {
  421. try {
  422. await this.$refs.form.validate('phone')
  423. this.checkPhone = false
  424. // 查询老数据
  425. let tempValues = {}
  426. this.setLoading(true)
  427. tempValues.orchestraId = this.orchestraId
  428. tempValues.phone = this.stu.phone
  429. var user = await axios.get('/api-student/open/orchestraInitiationSurvey/detailByPhone', {
  430. params: {
  431. ...tempValues
  432. }
  433. })
  434. console.log(user.data.code)
  435. if (user.data.code === 200 && user.data.data) {
  436. var detail = user.data.data
  437. console.log(detail, 'detail')
  438. var grade = this.currentGrade.find(item => item.value == detail.currentGrade)
  439. var cls = this.classList.find(item => item.value == detail.currentClass)
  440. this.stu = {
  441. username: detail.username, // 姓名
  442. sex: detail.sex ? 1 : 0, // 性别
  443. phone: detail.phone, // 电话
  444. currentGrade: grade.text, // 年级
  445. currentGradeNum: detail.currentGrade, // 年级编号
  446. currentClass: cls.text, // 班级
  447. currentClassNum: detail.currentClass, // 年级编号
  448. learningSubjectName: detail.learningSubjectName,
  449. hasLearningExperience: detail.hasLearningExperience ? 1 : 0, // 是否有学习经验
  450. personalSuggestion: detail.personalSuggestion, // 个人建议
  451. joinParentMeeting: detail.joinParentMeeting ? 1 : 0
  452. }
  453. }
  454. } catch { }
  455. this.setLoading(false)
  456. },
  457. validator(val) {
  458. // 校验函数返回 true 表示校验通过,false 表示不通过
  459. return this.nameReg.test(val) && (val.length >= 2 && val.length <= 15);
  460. },
  461. message(value) {
  462. if (!value) {
  463. return '请填写学员真实姓名'
  464. } else if (!this.nameReg.test(value)) {
  465. return '学员姓名必须为中文'
  466. } else if (value.length < 2 || value.length > 15) {
  467. return '学员姓名必须为2~15个字'
  468. }
  469. },
  470. async onSubmit() {
  471. if (this.canSignUp !== 'INITIATION_SURVEY') {
  472. vant.showToast('乐团启蒙阶段已结束')
  473. return
  474. }
  475. this.btnLoading = true
  476. try {
  477. var stu = this.stu
  478. var res = await axios.post('/api-student/open/orchestraInitiationSurvey/save', {
  479. orchestraId: this.orchestraId,
  480. schoolId: this.schoolId,
  481. ...stu,
  482. currentClass: stu.currentClassNum,
  483. currentGrade: stu.currentGradeNum,
  484. code: this.code,
  485. })
  486. console.log(res)
  487. if (res.data.code === 200) {
  488. <<<<<<< HEAD
  489. // this.submitStatus = true
  490. window.location.href =
  491. 'https://mp.weixin.qq.com/s?__biz=MzkxMDMwOTI5Nw==&mid=2247485261&idx=1&sn=70c79a832a609bf9fae01c9e90fb4f69&chksm=c12c2593f65bac85d26362bca470f6abc2bfc087d9f4dcf87c00094420bdf5a3acb1b870199b#rd'
  492. =======
  493. this.submitStatus = true
  494. // window.location.href =
  495. // 'https://mp.weixin.qq.com/s?__biz=MzkxMDMwOTI5Nw==&mid=2247485261&idx=1&sn=70c79a832a609bf9fae01c9e90fb4f69&chksm=c12c2593f65bac85d26362bca470f6abc2bfc087d9f4dcf87c00094420bdf5a3acb1b870199b#rd'
  496. >>>>>>> master
  497. } else {
  498. vant.showToast(res.data.message)
  499. }
  500. } catch {
  501. vant.showToast('保存失败,请重试')
  502. }
  503. this.btnLoading = false
  504. },
  505. setLoading(status) {
  506. if (status) {
  507. vant.showLoadingToast({
  508. duration: 0, // 持续展示 toast
  509. message: '加载中...',
  510. forbidClick: true,
  511. loadingType: 'spinner',
  512. })
  513. } else {
  514. vant.closeToast()
  515. }
  516. },
  517. onConfirm(options) {
  518. var stu = this.stu
  519. stu.currentGrade = options.selectedOptions[0].text
  520. stu.currentGradeNum = options.selectedOptions[0].value
  521. this.showPicker = false
  522. },
  523. onConfirmClass(options) {
  524. var stu = this.stu
  525. stu.currentClass = options.selectedOptions[0].text
  526. stu.currentClassNum = options.selectedOptions[0].value
  527. this.classPicker = false
  528. }
  529. }
  530. })
  531. app.use(vant)
  532. app.mount('#app')
  533. </script>
  534. </body>
  535. </html>