You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

683 rivejä
33 KiB

  1. @{
  2. ViewBag.Title = "Guide";
  3. Layout = "~/Views/Shared/_Index.cshtml";
  4. }
  5. @using Learun.Application.TwoDevelopment.Permission
  6. @using Learun.Util
  7. <head>
  8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  9. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  10. <meta name="renderer" content="webkit">
  11. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  12. <meta name="format-detection" content="telephone=no" />
  13. <link rel="shortcut icon" href="" />
  14. <title>数字化校园-使用引导</title>
  15. <meta name="keywords" content="数字化校园-使用引导" />
  16. <meta name="description" content="数字化校园-使用引导" />
  17. <link href="~/Content/css/bootstrap.css" rel="stylesheet" />
  18. <link href="~/Content/css/swiper.min.css" rel="stylesheet" />
  19. <link href="~/Content/css/common.css" rel="stylesheet" />
  20. <!--自适应-->
  21. <script src="~/Content/news/js/easing.js"></script>
  22. <script src="~/Content/jquery/plugin/jquery-ui/jquery-ui.min.js"></script>
  23. @Html.AppendCssFile("/Views/Home/Guide/guide.css",
  24. "/Views/Home/Guide/index.css")
  25. <!--自适应-->
  26. @Html.AppendJsFile("/Views/Home/Guide/index.js")
  27. </head>
  28. <body style="overflow: auto">
  29. <!-- / warpper -->
  30. <div class="guide_warpper" id="app" style="background: #fff">
  31. <div class="index_sec index_sec1">
  32. <div class="guideTitle">
  33. 使用引导
  34. <div class="guideSelect">
  35. <span>{{AcademicYearNo[0]}}</span>学年
  36. @*<ul>
  37. <li v-for="year in AcademicYearNo">{{year}}</li>
  38. </ul>*@
  39. </div>
  40. <div class="guideSelect">
  41. 第<span>{{Semester[0]}}</span>学期
  42. @*<ul>
  43. <li v-for="sem in Semester">{{sem}}</li>
  44. </ul>*@
  45. </div>
  46. </div>
  47. <!-- / guide1 -->
  48. <div v-for="(guideDatas,index) in guideData" :key="index" class="guideSec1 guideSec">
  49. <div class="guideSecT">
  50. {{guideDatas.title}}
  51. <div class="complete">
  52. <div class="completeLine">
  53. <div :style="{width:guideDatas.complete}"></div>
  54. </div>
  55. 完成度 <span>{{guideDatas.complete}}</span>
  56. </div>
  57. <div class="guideSecTBtn"><i class="fa fa-angle-down"></i></div>
  58. </div>
  59. <div class="guideSec1Box">
  60. <div class="guideSec1Box1" v-for="(items,index2) in guideDatas.list" :key="index2">
  61. <img v-if="index2 != 0" class="right" src="~/Content/images/guide/right.png" alt="" />
  62. <div class="guideSec1Con">
  63. <div class="guideSec1L">
  64. <div class="line"></div>
  65. <span>{{index2 + 1}}</span>
  66. <div class="guideSec1Txt">{{items.txt}}</div>
  67. </div>
  68. <div v-if="items.state == 1" class="guideSec1R yellow">
  69. <i class="fa fa-check"></i>
  70. <span>已完成</span>
  71. </div>
  72. <div v-else class="guideSec1R blue" @@click="openIframe(items.moduleID)">
  73. <i class="">· · ·</i>
  74. <span>去完成</span>
  75. </div>
  76. </div>
  77. </div>
  78. </div>
  79. </div>
  80. <!-- / guide1 -->
  81. <!-- / guide2 -->
  82. <div class="guideSec1 guideSec">
  83. <div class="guideSecT">
  84. {{guideData2[0].title}}
  85. <div class="complete">
  86. <div class="completeLine">
  87. <div :style="{width:guideData2[0].complete}"></div>
  88. </div>
  89. 完成度 <span>{{guideData2[0].complete}}</span>
  90. </div>
  91. <div class="guideSecTBtn"><i class="fa fa-angle-down"></i></div>
  92. </div>
  93. <div class="guideSec1Box">
  94. <div class="guideSec1Box3" v-for="(items1,index3) in guideData2[0].list" :key="index3">
  95. <div class="guideSecT2">{{items1.title}}</div>
  96. <div class="guideSec1Box1" v-for="(items,index2) in items1.list" :key="index2">
  97. <img v-if="index2 != 0" class="right" src="~/Content/images/guide/right.png" alt="" />
  98. <div class="guideSec1Con">
  99. <div class="guideSec1L">
  100. <div class="line"></div>
  101. <span>{{index2 + 1}}</span>
  102. <div class="guideSec1Txt">{{items.txt}}</div>
  103. </div>
  104. <div v-if="items.state == 1" class="guideSec1R yellow">
  105. <i class="fa fa-check"></i>
  106. <span>已完成</span>
  107. </div>
  108. <div v-else class="guideSec1R blue" @@click="openIframe(items.moduleID)">
  109. <i class="">· · ·</i>
  110. <span>去完成</span>
  111. </div>
  112. </div>
  113. </div>
  114. </div>
  115. <div class="guideSec1Box3">
  116. <div class="guideSecT2">排课信息</div>
  117. <div class="guideSec1Box1">
  118. <div class="guideSec1Cons" @@click="openLessonUrl()">
  119. <div class="line"></div>
  120. <img src="~/Content/images/guide/guideSec1-2.png" alt="" />
  121. <div class="guideSec1Txts">去排课</div>
  122. </div>
  123. <img class="right" src="~/Content/images/guide/right.png" alt="" />
  124. </div>
  125. <div class="guideSec1Box1">
  126. <div class="guideSec1Con">
  127. <div class="guideSec1L">
  128. <div class="line"></div>
  129. <div class="guideSec1Txt guideSec1Texts">排课状态</div>
  130. </div>
  131. <div v-if="arrangeLessonItem.state" class="guideSec1R yellow">
  132. <i class="fa fa-check"></i>
  133. <span>已完成</span>
  134. </div>
  135. <div v-else class="guideSec1R blue" @@click="openIframe('dace8fe3-87a7-4bd4-a450-d7eee576d73b')">
  136. <i class="">· · ·</i>
  137. <span>去完成</span>
  138. </div>
  139. </div>
  140. </div>
  141. </div>
  142. <div class="guideSec1Box3">
  143. <div class="guideSecT2">排考信息</div>
  144. <div class="guideSec1Box1">
  145. <div class="guideSec1Cons" @@click="openExamUrl()">
  146. <div class="line"></div>
  147. <img src="~/Content/images/guide/guideSec1-2.png" alt="" />
  148. <div class="guideSec1Txts">去排考</div>
  149. </div>
  150. <img class="right" src="~/Content/images/guide/right.png" alt="" />
  151. </div>
  152. <div class="guideSec1Box1">
  153. <div class="guideSec1Con">
  154. <div class="guideSec1L">
  155. <div class="line"></div>
  156. <div class="guideSec1Txt guideSec1Texts">排考状态</div>
  157. </div>
  158. <div v-if="arrangeExamItem.state" class="guideSec1R yellow">
  159. <i class="fa fa-check"></i>
  160. <span>已完成</span>
  161. </div>
  162. <div v-else class="guideSec1R blue" @@click="openIframe('609d9515-36ce-4e04-a53e-c1ea7143437e')">
  163. <i class="">· · ·</i>
  164. <span>去完成</span>
  165. </div>
  166. </div>
  167. </div>
  168. </div>
  169. <div class="guideSec1Box3">
  170. <div class="guideSecT2">考试信息</div>
  171. <div class="guideSec1Box1">
  172. <div class="guideSec1Cons" @@click="openScoreUrl()">
  173. <div class="line"></div>
  174. <img src="~/Content/images/guide/guideSec1-3.png" alt="" />
  175. <div class="guideSec1Txts">发布考试</div>
  176. </div>
  177. <img class="right" src="~/Content/images/guide/right.png" alt="" />
  178. </div>
  179. <div class="guideSec1Box1">
  180. <div class="guideSec1Con">
  181. <div class="guideSec1L">
  182. <div class="line"></div>
  183. <div class="guideSec1Txt guideSec1Texts">考试状态</div>
  184. </div>
  185. <div v-if="stuScore.state" class="guideSec1R yellow">
  186. <i class="fa fa-check"></i>
  187. <span>已完成</span>
  188. </div>
  189. <div v-else class="guideSec1R blue" @@click="openIframe('d928594d-1eae-48cf-a536-0a276ec85ad2')">
  190. <i class="">· · ·</i>
  191. <span>去完成</span>
  192. </div>
  193. </div>
  194. <img class="right" src="~/Content/images/guide/right.png" alt="" />
  195. </div>
  196. <div class="guideSec1Box1">
  197. <div class="guideSec1Cons" @@click="openIframe(622)">
  198. <div class="line"></div>
  199. <img src="~/Content/images/guide/guideSec1-4.png" alt="" />
  200. <div class="guideSec1Txts">录入成绩</div>
  201. </div>
  202. <img class="right" src="~/Content/images/guide/right.png" alt="" />
  203. </div>
  204. <div class="guideSec1Box1">
  205. <div class="guideSec1Cons" @@click="openIframe(947)">
  206. <div class="line"></div>
  207. <img src="~/Content/images/guide/guideSec1-5.png" alt="" />
  208. <div class="guideSec1Txts">补考</div>
  209. </div>
  210. </div>
  211. </div>
  212. </div>
  213. </div>
  214. <!-- / guide2 -->
  215. </div>
  216. </div>
  217. <!-- / warpper -->
  218. <script>
  219. var app = new Vue({
  220. el: '#app',
  221. data: {
  222. AcademicYearNo: [],
  223. Semester: [],
  224. guideData: [
  225. {
  226. title: '基础信息',
  227. complete: '0%',
  228. list: [
  229. //{
  230. // txt: '系统LOGO',
  231. // state: '1'
  232. //},
  233. //{
  234. // txt: '学校信息',
  235. // state: '1'
  236. //},
  237. //{
  238. // txt: '部门机构信息',
  239. // state: '1'
  240. //},
  241. //{
  242. // txt: '岗位信息',
  243. // state: '0'
  244. //},
  245. ]
  246. },
  247. {
  248. title: '人员信息',
  249. complete: '0%',
  250. list: [
  251. //{
  252. // txt: '教师信息',
  253. // state: '1'
  254. //},
  255. //{
  256. // txt: '账号信息',
  257. // state: '0'
  258. //},
  259. ]
  260. }
  261. ],
  262. guideData2: [
  263. {
  264. title: '教务信息',
  265. complete: '0%',
  266. list: [
  267. {
  268. title: '基本信息',
  269. list: [
  270. //{
  271. // txt: '专业信息',
  272. // state: '1'
  273. //},
  274. //{
  275. // txt: '课程信息',
  276. // state: '0'
  277. //},
  278. //{
  279. // txt: '教学楼信息',
  280. // state: '1'
  281. //},
  282. //{
  283. // txt: '教室信息',
  284. // state: '1'
  285. //},
  286. //{
  287. // txt: '班级信息',
  288. // state: '0'
  289. //}
  290. ]
  291. },
  292. {
  293. title: '学籍信息',
  294. list: [
  295. //{
  296. // txt: '学生信息',
  297. // state: '1'
  298. //},
  299. //{
  300. // txt: '账号信息',
  301. // state: '1'
  302. //}
  303. ]
  304. }
  305. ]
  306. }
  307. ],
  308. arrangeLessonItem: {
  309. state: false
  310. },
  311. arrangeExamItem: {
  312. state: false
  313. },
  314. stuScore: {
  315. state:false
  316. }
  317. },
  318. methods: {
  319. getData: function () {
  320. ////设置同步
  321. $.ajaxSetup({
  322. async: false
  323. });
  324. //获取年度 学期
  325. $.get('/Home/GetYearAndSemesteResult', function (ref) {
  326. if (ref.code == "200") {
  327. //var year1, year2, lastYear;
  328. //year1 = ref.data.Item2.substring(0, 4);
  329. //year2 = ref.data.Item2.substring(5);
  330. //lastYear = "" + (year1 - 1) + "-" + (year2 - 1);
  331. //this.AcademicYearNo.push(lastYear);
  332. this.AcademicYearNo.push(ref.data.Item2);
  333. this.Semester.push(ref.data.Item3);
  334. }
  335. }.bind(this), "json");
  336. //获取logo设置完成度
  337. $.get('/Home/GetDgree?moduleID=' + '2fdc1fdb-50f4-4e9c-97c7-0d53b161f9da', function (ref) {
  338. if (ref.data) {
  339. this.guideData[0].list.push({
  340. txt: '系统LOGO',
  341. state: '1',
  342. moduleID: '2fdc1fdb-50f4-4e9c-97c7-0d53b161f9da'
  343. });
  344. this.guideData[0].complete = (parseInt(this.guideData[0].complete.substring(0, 2))) + 25 + "%";
  345. } else {
  346. this.guideData[0].list.push({
  347. txt: '系统LOGO',
  348. state: '0',
  349. moduleID: '2fdc1fdb-50f4-4e9c-97c7-0d53b161f9da'
  350. });
  351. }
  352. }.bind(this), "json");
  353. //获取学校信息
  354. $.get('/Home/GetCompanyDgree', function (ref) {
  355. if (ref.code == "200") {
  356. if (ref.data) {
  357. this.guideData[0].list.push({
  358. txt: '学校信息',
  359. state: '1',
  360. moduleID: '881c109c-41dd-4046-ac9b-1f7e47a9f373'
  361. });
  362. this.guideData[0].complete = (parseInt(this.guideData[0].complete.substring(0, 2))) + 25 + "%";
  363. } else {
  364. this.guideData[0].list.push({
  365. txt: '学校信息',
  366. state: '0',
  367. moduleID: '881c109c-41dd-4046-ac9b-1f7e47a9f373'
  368. });
  369. }
  370. }
  371. }.bind(this), "json");
  372. //获取部门机构信息
  373. $.get('/Home/GetDepartment', function (ref) {
  374. if (ref.code == "200") {
  375. if (ref.data) {
  376. this.guideData[0].list.push({
  377. txt: '部门机构信息',
  378. state: '1',
  379. moduleID: '20195f2e-bc0e-4a4a-a72f-b4e0dc4e12f4'
  380. });
  381. this.guideData[0].complete = (parseInt(this.guideData[0].complete.substring(0, 2))) + 25 + "%";
  382. } else {
  383. this.guideData[0].list.push({
  384. txt: '部门机构信息',
  385. state: '0',
  386. moduleID: '20195f2e-bc0e-4a4a-a72f-b4e0dc4e12f4'
  387. });
  388. }
  389. }
  390. }.bind(this), "json");
  391. //获取岗位信息
  392. $.get('/Home/GetPost', function (ref) {
  393. if (ref.code == "200") {
  394. if (ref.data) {
  395. this.guideData[0].list.push({
  396. txt: '岗位信息',
  397. state: '1',
  398. moduleID: '0c941dbb-1e11-4f2a-b706-052d7324ee52'
  399. });
  400. this.guideData[0].complete = (parseInt(this.guideData[0].complete.substring(0, 2))) + 25 + "%";
  401. } else {
  402. this.guideData[0].list.push({
  403. txt: '岗位信息',
  404. state: '0',
  405. moduleID: '0c941dbb-1e11-4f2a-b706-052d7324ee52'
  406. });
  407. }
  408. }
  409. }.bind(this), "json");
  410. //获取教师信息
  411. $.get('/Home/GetEmpInfo', function (ref) {
  412. if (ref.code == "200") {
  413. if (ref.data) {
  414. this.guideData[1].list.push({
  415. txt: '教师信息',
  416. state: '1',
  417. moduleID: '92a85055-67f2-4a06-902a-f10ec5576d92'
  418. });
  419. this.guideData[1].complete = (parseInt(this.guideData[1].complete.substring(0, 2))) + 50 + "%";
  420. } else {
  421. this.guideData[1].list.push({
  422. txt: '教师信息',
  423. state: '0',
  424. moduleID: '92a85055-67f2-4a06-902a-f10ec5576d92'
  425. });
  426. }
  427. }
  428. }.bind(this), "json");
  429. //获取帐号信息
  430. $.get('/Home/GetEmpAccount', function (ref) {
  431. if (ref.code == "200") {
  432. if (ref.data) {
  433. this.guideData[1].list.push({
  434. txt: '教师帐号',
  435. state: '1',
  436. moduleID: '14164f16-331e-4cc5-a56f-b051b88e5454'
  437. });
  438. this.guideData[1].complete = (parseInt(this.guideData[1].complete.substring(0, 2))) + 50 + "%";
  439. } else {
  440. this.guideData[1].list.push({
  441. txt: '教师帐号',
  442. state: '0',
  443. moduleID: '14164f16-331e-4cc5-a56f-b051b88e5454'
  444. });
  445. }
  446. }
  447. }.bind(this), "json");
  448. //获取专业信息
  449. $.get('/Home/GetMajor', function (ref) {
  450. if (ref.code == "200") {
  451. if (ref.data) {
  452. this.guideData2[0].list[0].list.push({
  453. txt: '专业信息',
  454. state: '1',
  455. moduleID: '12d22a46-471c-424b-a34f-d16ef4bd1862'
  456. });
  457. this.guideData2[0].complete = (parseFloat(this.guideData2[0].complete.replace("%", ""))) + 9 + "%";
  458. } else {
  459. this.guideData2[0].list[0].list.push({
  460. txt: '专业信息',
  461. state: '0',
  462. moduleID: '12d22a46-471c-424b-a34f-d16ef4bd1862'
  463. });
  464. }
  465. }
  466. }.bind(this), "json");
  467. //获取课程信息
  468. $.get('/Home/GetLesson', function (ref) {
  469. if (ref.code == "200") {
  470. if (ref.data) {
  471. this.guideData2[0].list[0].list.push({
  472. txt: '课程信息',
  473. state: '1',
  474. moduleID: 'fc3b7abe-8a05-4bff-9ac5-6b7f82e73fde'
  475. });
  476. this.guideData2[0].complete = (parseFloat(this.guideData2[0].complete.replace("%", ""))) + 9 + "%";
  477. } else {
  478. this.guideData2[0].list[0].list.push({
  479. txt: '课程信息',
  480. state: '0',
  481. moduleID: 'fc3b7abe-8a05-4bff-9ac5-6b7f82e73fde'
  482. });
  483. }
  484. }
  485. }.bind(this), "json");
  486. //获取教学楼信息
  487. $.get('/Home/GetClassroomBuilding', function (ref) {
  488. if (ref.code == "200") {
  489. if (ref.data) {
  490. this.guideData2[0].list[0].list.push({
  491. txt: '教学楼信息',
  492. state: '1',
  493. moduleID: '84b6abb6-342a-4859-848a-3ab9b77e9216'
  494. });
  495. this.guideData2[0].complete = (parseFloat(this.guideData2[0].complete.replace("%", ""))) + 9 + "%";
  496. } else {
  497. this.guideData2[0].list[0].list.push({
  498. txt: '教学楼信息',
  499. state: '0',
  500. moduleID: '84b6abb6-342a-4859-848a-3ab9b77e9216'
  501. });
  502. }
  503. }
  504. }.bind(this), "json");
  505. //获取教室信息
  506. $.get('/Home/GetClassroomInfo', function (ref) {
  507. if (ref.code == "200") {
  508. if (ref.data) {
  509. this.guideData2[0].list[0].list.push({
  510. txt: '教室信息',
  511. state: '1',
  512. moduleID: '7eb60eb6-c554-403b-bd2d-43f1893540d0'
  513. });
  514. this.guideData2[0].complete = (parseFloat(this.guideData2[0].complete.replace("%", ""))) + 9+ "%";
  515. } else {
  516. this.guideData2[0].list[0].list.push({
  517. txt: '教室信息',
  518. state: '0',
  519. moduleID: '7eb60eb6-c554-403b-bd2d-43f1893540d0'
  520. });
  521. }
  522. }
  523. }.bind(this), "json");
  524. //获取班级信息
  525. $.get('/Home/GetClassInfo', function (ref) {
  526. if (ref.code == "200") {
  527. if (ref.data) {
  528. this.guideData2[0].list[0].list.push({
  529. txt: '班级信息',
  530. state: '1',
  531. moduleID: '07c01052-0e7c-43a2-a1fc-ddec1c15acb2'
  532. });
  533. this.guideData2[0].complete = (parseFloat(this.guideData2[0].complete.replace("%", ""))) + 9 + "%";
  534. } else {
  535. this.guideData2[0].list[0].list.push({
  536. txt: '班级信息',
  537. state: '0',
  538. moduleID: '07c01052-0e7c-43a2-a1fc-ddec1c15acb2'
  539. });
  540. }
  541. }
  542. }.bind(this), "json");
  543. //获取学生信息
  544. $.get('/Home/GetStudentInfo', function (ref) {
  545. if (ref.code == "200") {
  546. if (ref.data) {
  547. this.guideData2[0].list[1].list.push({
  548. txt: '学生信息',
  549. state: '1',
  550. moduleID: '614'
  551. });
  552. this.guideData2[0].complete = (parseFloat(this.guideData2[0].complete.replace("%", ""))) + 9 + "%";
  553. } else {
  554. this.guideData2[0].list[1].list.push({
  555. txt: '学生信息',
  556. state: '0',
  557. moduleID: '614'
  558. });
  559. }
  560. }
  561. }.bind(this), "json");
  562. //获取学生帐号管理
  563. $.get('/Home/GetStudentInfo', function (ref) {
  564. if (ref.code == "200") {
  565. if (ref.data) {
  566. this.guideData2[0].list[1].list.push({
  567. txt: '学生帐号',
  568. state: '1',
  569. moduleID: '982329b4-f6af-472f-83dd-d3d26270df24'
  570. });
  571. this.guideData2[0].complete = (parseFloat(this.guideData2[0].complete.replace("%", ""))) + 9 + "%";
  572. } else {
  573. this.guideData2[0].list[1].list.push({
  574. txt: '学生帐号',
  575. state: '0',
  576. moduleID: '982329b4-f6af-472f-83dd-d3d26270df24'
  577. });
  578. }
  579. }
  580. }.bind(this), "json");
  581. //获取排课信息
  582. $.get('/Home/GetArrangeLesson', function (ref) {
  583. if (ref.code == "200") {
  584. this.arrangeLessonItem.state = ref.data;
  585. if (ref.data) {
  586. this.guideData2[0].complete = (parseFloat(this.guideData2[0].complete.replace("%", ""))) + 9 + "%";
  587. }
  588. }
  589. }.bind(this), "json");
  590. //获取排考信息
  591. $.get('/Home/GetArrangeExam', function (ref) {
  592. if (ref.code == "200") {
  593. this.arrangeExamItem.state = ref.data;
  594. if (ref.data) {
  595. this.guideData2[0].complete = (parseFloat(this.guideData2[0].complete.replace("%", ""))) + 9 + "%";
  596. }
  597. }
  598. }.bind(this), "json");
  599. //获取考试成绩
  600. $.get('/Home/GetStuScore', function (ref) {
  601. if (ref.code == "200") {
  602. this.stuScore.state = ref.data;
  603. if (ref.data) {
  604. this.guideData2[0].complete = (parseFloat(this.guideData2[0].complete.replace("%", ""))) + 10 + "%";
  605. }
  606. }
  607. }.bind(this), "json");
  608. },
  609. openIframe: function (moduleid) {
  610. var guide = top.learun.clientdata.get(['modulesMap', moduleid]);
  611. if (guide) {
  612. //learun.frameTab.open(guide);
  613. top.learun.frameTab.open({ F_ModuleId: guide.F_ModuleId, F_Icon: guide.F_Icon, F_FullName: guide.F_FullName, F_UrlAddress: guide.F_UrlAddress }, false);
  614. }
  615. },
  616. openLessonUrl: function () {
  617. window.open("/SSOSystem/GoTo?sysid=@DESEncrypt.Encrypt("d804faf8-87de-406c-9bd4-ec0610f3ed59",ViewBag.PublicKey)&openid=@DESEncrypt.Encrypt(ViewBag.userId,ViewBag.PublicKey)");
  618. },
  619. openExamUrl: function () {
  620. window.open("/SSOSystem/GoTo?sysid=@DESEncrypt.Encrypt("d804faf8-87de-406c-9bd4-ec0610f3ed59",ViewBag.PublicKey)&openid=@DESEncrypt.Encrypt(ViewBag.userId,ViewBag.PublicKey)");
  621. },
  622. openScoreUrl: function () {
  623. window.open("/SSOSystem/GoTo?sysid=@DESEncrypt.Encrypt("8056b63c-4584-4227-85b7-7df52a30542b",ViewBag.PublicKey)&openid=@DESEncrypt.Encrypt(ViewBag.userId,ViewBag.PublicKey)");
  624. }
  625. },
  626. created() {
  627. this.getData();
  628. },
  629. });
  630. $(document).on('click', '.guideSecTBtn', function () {
  631. var flag = $(this).hasClass('active');
  632. if (flag) {
  633. $(this).removeClass('active').parents('.guideSec1').find('.guideSec1Box').slideDown(500);
  634. } else {
  635. $(this).addClass('active').parents('.guideSec1').find('.guideSec1Box').slideUp(500);
  636. }
  637. }).on('click', '.guideSelect li', function () {
  638. $(this).parents('.guideSelect').find('span').text($(this).text())
  639. })
  640. </script>
  641. </body>