home.vue 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741
  1. <template>
  2. <view class="mybody bgclF8 df fdc">
  3. <TopMenu ref="TopMenu" v-on:onTopSYClick="onTopSYClick" v-on:onTopQXZBClick="onTopQXZBClick"
  4. v-on:onLoginClick="onLoginClick" v-on:onTopXXYSYClick="onTopXXYSYClick"
  5. v-on:onTopMenuIconClick="onTopMenuIconClick" v-on:onClick_return="onClick_return"
  6. v-on:onClick_avatar="onClick_avatar" v-on:onClick_topMenu_sy="onClick_topMenu_sy"
  7. v-on:onClick_exit="onClick_userExit"></TopMenu>
  8. <view class="content homeContent">
  9. <Login ref="Login" v-show="bShow[0]" v-on:onLogin="onLogin"></Login>
  10. <SYJJ ref="SYJJ" v-show="bShow[1]" v-on:onClick_Btn1="onClick_SYJJ_btn1"></SYJJ>
  11. <!-- <XXLC ref="XXLC" v-show="bShow[2]" v-on:onClick_ksxx="onClick_ksxx"></XXLC> -->
  12. <XQDL ref="XQDL" v-show="bShow[2]" v-on:onClick_Btn1="onClick_XQDL_btn1"></XQDL>
  13. <KSXX ref="KSXX" v-show="bShow[3]" v-on:on2thTitleClick="on2thKSXXClick"></KSXX>
  14. <!-- <image v-show="bShow[4]" class="homeBG" mode="aspectFill" src="../assets/home/homeBG.jpg"></image> -->
  15. <SY ref="SY" v-show="bShow[4]" v-on:onClick_menu_btn="onClick_sy_btn" v-on:onTheoryLearnu_btn="onTheoryLearnu_btn" v-on:onStartExperiment_btn="onStartExperiment_btn"></SY>
  16. <QXZB ref="QXZB" v-show="bShow[5]"></QXZB>
  17. <XXYSY ref="XXYSY" v-show="bShow[6]" v-on:onClick_KSRZ="onClick_KSRZ" v-on:onClick_KSKC="onClick_KSKC"
  18. v-on:onShowWebview720="onShowWebview720"></XXYSY>
  19. <YLRZ ref="YLRZ" v-show="bShow[7]"></YLRZ>
  20. <SYJJ2 ref="SYJJ2" v-show="bShow[8]"></SYJJ2>
  21. <simulation ref="simulation" v-show="bShow[9]"></simulation>
  22. <simulationLibrary ref="simulationLibrary" v-show="bShow[10]"></simulationLibrary>
  23. <simulationcore ref="simulationcore" v-show="bShow[11]" v-on:goToTeachCreation="goToTeachCreation"
  24. v-on:goToStudentPlatform="goToStudentPlatform"></simulationcore>
  25. <simulationBase ref="simulationBase" v-show="bShow[12]"></simulationBase>
  26. <teacherCreation ref="teacherCreation" v-show="bShow[13]"></teacherCreation>
  27. <User ref="User" v-show="bShow[14]" v-on:onClick_proManage="onClick_proManage"></User>
  28. <XXGY ref="XXGY" v-show="bShow[15]"></XXGY>
  29. <SYBZ ref="SYBZ" v-show="bShow[16]" v-on:onClick_ksxx="onClick_ksxx"></SYBZ>
  30. <SYYDSP ref="SYYDSP" v-show="bShow[17]"></SYYDSP>
  31. <student ref="student" v-show="bShow[18]"></student>
  32. <vstudentPlatform ref="vstudentPlatform" v-show="bShow[19]"></vstudentPlatform>
  33. <survey ref="survey" v-show="bShow[20]"></survey>
  34. <SJKC ref="SJKC" v-show="bShow[21]"></SJKC>
  35. <XXZLXZ ref="XXZLXZ" v-show="bShow[22]"></XXZLXZ>
  36. </view>
  37. <!-- 左侧导航栏永远保持在最上层 -->
  38. <LeftMenu ref="LeftMenu" v-on:onLeftMenuClick="onLeftMenuClick"></LeftMenu>
  39. <webview720 ref="webview720"></webview720>
  40. <shutDownWebview ref="shutDownWebview" v-on:onHideWebview="onHideWebview" v-on:onClick_KSKC="onClick_KSKC"></shutDownWebview>
  41. <!-- 联系方式 -->
  42. <!-- <view class='contact'> -->
  43. <!-- 弹出框 -->
  44. <!-- <view class='contactPopView'>
  45. <view class='qrcode' v-show="bShowQrCode">
  46. <img class="contactPopViewContent" src="../assets/contact/QRCode.png"></img>
  47. </view>
  48. <view class='mail' v-show="bShowMail">
  49. <img class="contactPopViewBg" src="../assets/contact/bubble_02.png"></img>
  50. <text selectable="true" class="contactPopViewContent" src="../assets/contact/QRCode.png">2812319400@qq.com</text>
  51. </view>
  52. <view class='tel' v-show="bShowTel">
  53. <img class="contactPopViewBg" src="../assets/contact/bubble_02.png"></img>
  54. <text selectable="true" class="contactPopViewContent" src="../assets/contact/QRCode.png">15017534446</text>
  55. </view>
  56. </view> -->
  57. <!-- 背景 -->
  58. <!-- <view class='contactBg'></view> -->
  59. <!-- icon -->
  60. <!-- <view class="imageBg">
  61. <img src="../assets/contact/qrcode_icon.png" @mousemove="showContact(0)" @mouseout="showContact(4)"></img>
  62. <img src="../assets/contact/mail_icon.png" @mousemove="showContact(1)" @mouseout="showContact(4)"></img>
  63. <img src="../assets/contact/tel_icon.png" @mousemove="showContact(2)" @mouseout="showContact(4)"></img>
  64. </view> -->
  65. </view>
  66. </view>
  67. </template>
  68. <script>
  69. import SY from '../components/home/sy.vue'
  70. import LeftMenu from '../components/leftMenu.vue'
  71. import TopMenu from '../components/topMenu.vue'
  72. import Login from '../components/login/login.vue'
  73. import simulation from "../components/home/simulation.vue"
  74. import simulationLibrary from "../components/home/simulationLibrary.vue"
  75. import simulationcore from "../components/home/simulationCore.vue"
  76. import simulationBase from "../components/home/simulationBase.vue"
  77. import teacherCreation from "../components/home/teacherCreation.vue"
  78. import vstudentPlatform from "../components/student/Index.vue"
  79. import student from "../components/student/commoand.vue"
  80. import survey from "../components/student/survey.vue"
  81. //一级页面
  82. import KSXX from '../components/startLearning/startLearning.vue' //开始学习
  83. import SYJJ from '../components/introductionToTheExperiment/introductionToTheExperiment.vue' //实验简介
  84. // import XXLC from '../components/learningProcess/learningProcess.vue' //学习流程
  85. //二级页面
  86. //开始学习
  87. import QXZB from '../components/startLearning/preludePreparation/preludePreparation.vue' //前序准备
  88. import XXYSY from '../components/startLearning/learningAndExperiment/learningAndExperiment.vue' //学习与实验
  89. import YLRZ from '../components/startLearning/learningAndExperiment/ksxx_xxysy_ylrz/ksxx_xxysy_ylrz.vue' //原理认知
  90. //实验简介的详情页
  91. import SYJJ2 from '../components/introductionToTheExperiment/syjj_second.vue' //实验简介的详情页
  92. import User from '../components/user/user.vue' //用户信息等
  93. import XQDL from '../components/learningProcess/xqdl.vue' //学前导览
  94. import XXGY from '../components/learningProcess/xxgy.vue' //学习概要
  95. import SYBZ from '../components/learningProcess/learningProcess.vue' //实验步骤
  96. import SYYDSP from '../components/learningProcess/syydsp.vue' //实验引导视频
  97. import XXZLXZ from '../components/learningProcess/xxzlxz.vue' //学习资料下载
  98. import SJKC from '../components/startLearning/learningAndExperiment/ksxx_xxysy_sjkc/ksxx_xxysy_sjkc.vue' //实景勘察
  99. import shutDownWebview from '../components/home/shutDownWebview.vue' //实景勘察720
  100. import webview720 from '../components/home/webview720.vue' //实景勘察720
  101. export default {
  102. components: {
  103. LeftMenu,
  104. TopMenu,
  105. Login,
  106. SYJJ,
  107. XQDL,
  108. KSXX,
  109. QXZB,
  110. XXYSY,
  111. YLRZ,
  112. SYJJ2,
  113. simulation,
  114. simulationLibrary,
  115. simulationcore,
  116. simulationBase,
  117. teacherCreation,
  118. User,
  119. XXGY,
  120. SYBZ,
  121. SYYDSP,
  122. SY,
  123. student,
  124. vstudentPlatform,
  125. survey,
  126. SJKC,
  127. XXZLXZ,
  128. shutDownWebview,
  129. webview720
  130. },
  131. data() {
  132. return {
  133. curShowPage: 4,
  134. //这里记录当前需要显示哪个页面。每新添加一个页面,都需要在这里注册。
  135. bShow: [
  136. false, //0登录
  137. false, //1实验简介一级页面
  138. false, //2学习流程一级页面----改为学前导览
  139. false, //3开始学习一级页面
  140. true, //4首页
  141. false, //5开始学习-前序准备
  142. false, //6开始学习-学习与实验
  143. false, //7开始学习-学习与实验-原理认知
  144. false, //8实验简介的详情页
  145. false, //9虚拟仿真1号摄影棚
  146. false, //10虚拟仿真资产库
  147. false, //11虚拟影视项目开发管理中心
  148. false, //12虚拟仿真真题拍摄基地
  149. false, //13老师创作管理平台
  150. false, //14用户(个人信息等)
  151. false, //15学习概要
  152. false, //16实验步骤
  153. false, //17实验引导视频
  154. false, //18 学生信息
  155. false, //19 学生创作项目管理平台
  156. false, //20开始勘测
  157. false, //21实景勘察
  158. false, //22学习资料下载
  159. ],
  160. checkedIndex_SYJJ: 0, //实F验简介选中标题索引值
  161. bShowQrCode:false,
  162. bShowMail:false,
  163. bShowTel:false,
  164. }
  165. },
  166. onLoad() {
  167. let account = localStorage.getItem("account");
  168. let password = localStorage.getItem("password");
  169. if (account != null && password != null) {
  170. let url = mydata_api + "/user/loginin";
  171. uni.request({
  172. header: {
  173. 'Content-Type': 'application/json;charset=UTF-8'
  174. },
  175. url: url,
  176. method: 'POST',
  177. data: {
  178. "IlabAccount": account,
  179. "Password": password
  180. },
  181. dataType: 'json',
  182. success: (res) => {
  183. let data = res.data;
  184. //登录成功
  185. if (data.Code == 100) {
  186. // console.log("登陆成功");
  187. if (data.Image != '') {
  188. mydata_userInfo.avatarSrc = data.Image;
  189. }
  190. console.log("home登陆成功data=", data);
  191. mydata_userInfo.Name = data.Name;
  192. mydata_userInfo.UserID = data.UserID;
  193. mydata_userInfo.Position = data.Position;
  194. mydata_userInfo.role = data.Type;
  195. if (mydata_userInfo.role == '老师') {
  196. userController.updateStudentList(null, null);
  197. }
  198. else{
  199. mydata_userInfo.role = '学生';
  200. }
  201. userController.updateUserInfo();
  202. userController.updateScore();
  203. // MyRequest.SetUserType(mydata_userInfo.role,null,null);
  204. getApp().globalData.bLogin = true;
  205. this.onLogin();
  206. }
  207. },
  208. fail: (res) => {
  209. console.log("fail+**+*", res)
  210. }
  211. });
  212. }
  213. },
  214. methods: {
  215. onTopSYClick(index) {
  216. if (!getApp().globalData.bLogin) {
  217. alert('请先登录')
  218. return
  219. };
  220. // console.log("点击了首页标题", index, myData_QXZB_SYQY.length);
  221. let pageIndex = -1;
  222. switch (index) {
  223. case 0: //实验简介
  224. pageIndex = 1;
  225. // this.$refs.SYJJ.initData();
  226. break;
  227. case 1: //学习流程
  228. pageIndex = 2;
  229. // this.$refs.XXLC.initData();
  230. break;
  231. case 2: //开始学习
  232. pageIndex = 3;
  233. this.$refs.KSXX.initData();
  234. break;
  235. default:
  236. console.log("选中状态为home:", state);
  237. }
  238. this.showPage(pageIndex);
  239. },
  240. onLogin: function() {
  241. // console.log("登陆成功home");
  242. this.$refs.TopMenu.switchLoginState(true);
  243. this.showPage(4);
  244. },
  245. showPage(index) {
  246. this.curShowPage = index;
  247. for (let i = 0; i < this.bShow.length; i++) {
  248. if (i == index) {
  249. this.bShow[i] = true;
  250. } else {
  251. this.bShow[i] = false;
  252. }
  253. }
  254. // console.log("显示页面", index, this.bShow, this.bShow.length);
  255. this.$forceUpdate();
  256. },
  257. //2级开始学习标题点击事件
  258. on2thKSXXClick(data) {
  259. // console.log("2级点击", data);
  260. let lineIndex = data.indexOf("-");
  261. let type = data.substr(0, lineIndex)
  262. let index = data.substr(lineIndex + 1, data.length - 1)
  263. // console.log("2级点击home---", type, index);
  264. //前序准备
  265. if (type == "QXZB") {
  266. this.showPage(5)
  267. this.$refs.TopMenu.switchMiddleState(topMenuS.QXZB, index);
  268. this.$refs.QXZB.onTopQXZBClick(index);
  269. }
  270. //学习与实验
  271. else if (type == "XXYSY") {
  272. this.showPage(6)
  273. this.$refs.TopMenu.switchMiddleState(topMenuS.XXYSY, index);
  274. this.$refs.XXYSY.onTopXXYSYClick(index);
  275. } else {
  276. console.log("2级点击---", lineIndex, type, index);
  277. }
  278. },
  279. //顶部前序准备小标题点击事件
  280. onTopQXZBClick(index) {
  281. // console.log("顶部点击home",index);
  282. this.$refs.QXZB.onTopQXZBClick(index);
  283. },
  284. //顶部学习与实验小标题点击事件
  285. onTopXXYSYClick(index) {
  286. // console.log("顶部点击home",index);
  287. this.$refs.XXYSY.onTopXXYSYClick(index);
  288. },
  289. //左侧导航点击事件
  290. onLeftMenuClick(indexArr) {
  291. let targetPage = -1;
  292. let topMiddleState = '';
  293. let target2thIndex = indexArr[1];
  294. switch (indexArr[0]) {
  295. case 0: //首页
  296. if (indexArr[1] == 0) {
  297. targetPage = 9;
  298. topMiddleState = topMenuS.home1;
  299. } else if (indexArr[1] == 1) {
  300. targetPage = 10;
  301. topMiddleState = topMenuS.home2;
  302. } else if (indexArr[1] == 2) {
  303. targetPage = 11;
  304. topMiddleState = topMenuS.home3;
  305. } else if (indexArr[1] == 3) {
  306. targetPage = 12;
  307. topMiddleState = topMenuS.home4;
  308. } else if (indexArr[1] == 4) {
  309. targetPage = 13;
  310. topMiddleState = topMenuS.home5;
  311. } else {
  312. targetPage = 4;
  313. topMiddleState = topMenuS.SY;
  314. }
  315. break;
  316. case 1: //实验简介
  317. if (indexArr[1] == 1) {
  318. //点击快速进入实验后跳转到原理认知页
  319. targetPage = 6;
  320. topMiddleState = topMenuS.XXYSY;
  321. this.$refs.XXYSY.onTopXXYSYClick(0);
  322. target2thIndex = 0;
  323. } else {
  324. targetPage = 8;
  325. topMiddleState = topMenuS.SYJJ;
  326. this.$refs.SYJJ2.showPage(indexArr[1]);
  327. this.$refs.TopMenu.switchState_syjj(indexArr[1]);
  328. }
  329. break;
  330. case 2: //学习流程
  331. switch (indexArr[1]) {
  332. case 0: //学习概要
  333. targetPage = indexArr[1] + 15;
  334. topMiddleState = topMenuS.XXGY;
  335. break;
  336. case 1: //实验步骤
  337. targetPage = indexArr[1] + 15;
  338. topMiddleState = topMenuS.SYBZ;
  339. break;
  340. case 2: //实验引导视频
  341. targetPage = indexArr[1] + 15;
  342. topMiddleState = topMenuS.SYYDSP;
  343. break;
  344. case 3: //学习资料下载
  345. targetPage = 22;
  346. topMiddleState = topMenuS.XXZLXZ;
  347. break;
  348. default:
  349. }
  350. break;
  351. case 3: //开始学习
  352. targetPage = 6;
  353. topMiddleState = topMenuS.XXYSY;
  354. this.$refs.XXYSY.checkedIndex_topTitle = indexArr[1];
  355. break;
  356. case 4:
  357. targetPage = 18;
  358. topMiddleState = topMenuS.info;
  359. break;
  360. case 5:
  361. targetPage = 19;
  362. topMiddleState = topMenuS.info;
  363. break;
  364. case 6:
  365. targetPage = 20;
  366. topMiddleState = '开始勘测'
  367. break;
  368. default:
  369. console.log("展示页面home:", this.curShowPage);
  370. }
  371. this.showPage(targetPage);
  372. this.$refs.TopMenu.switchMiddleState(topMiddleState, target2thIndex);
  373. // console.log("左侧导航点击home", indexArr);
  374. this.$forceUpdate();
  375. },
  376. goToTeachCreation() {
  377. this.showPage(13);
  378. },
  379. goToStudentPlatform() {
  380. this.showPage(19);
  381. this.$refs.vstudentPlatform.updateInfo();
  382. },
  383. //顶部导航左上角icon点击事件
  384. onTopMenuIconClick() {
  385. if (!getApp().globalData.bLogin) {
  386. alert('请先登录')
  387. return
  388. };
  389. let indexArr = [];
  390. switch (this.curShowPage) {
  391. case 0: //登录
  392. indexArr = [-1, -1];
  393. break;
  394. case 1: //实验简介1级
  395. indexArr = [1, -1];
  396. break;
  397. case 2: //学习流程1级
  398. indexArr = [2, -1];
  399. break;
  400. case 3: //开始学习1级
  401. indexArr = [3, -1];
  402. break;
  403. case 4: //首页
  404. indexArr = [0, -1];
  405. break;
  406. case 5: //开始学习-前序准备
  407. indexArr = [3, 0];
  408. break;
  409. case 6: //开始学习-学习与实验
  410. indexArr = [3, 1];
  411. break;
  412. case 7: //开始学习-学习与实验-原理认知
  413. indexArr = [3, 1];
  414. break;
  415. case 8: //实验简介2级
  416. indexArr = [1, this.checkedIndex_SYJJ];
  417. break;
  418. default:
  419. console.log("展示页面home:", this.curShowPage);
  420. }
  421. this.$refs.LeftMenu.show(indexArr);
  422. },
  423. //开始学习-学习与实验-开始认知按钮
  424. onClick_KSRZ() {
  425. this.showPage(7);
  426. this.$refs.TopMenu.switchMiddleState(topMenuS.YLRZ, -1);
  427. },
  428. //开始学习-实景勘察-开始勘察按钮
  429. onClick_KSKC() {
  430. this.showPage(21);
  431. this.$refs.TopMenu.switchMiddleState(topMenuS.SJKC, -1);
  432. },
  433. onClick_return(type) {
  434. //从首页建筑页返回到首页
  435. if (type == 9 || type == 10 || type == 11 || type == 12) {
  436. this.showPage(4);
  437. this.$refs.SY.initData();
  438. }
  439. //学前导览三级级返回到学前导览
  440. else if (type == 5 || type == 6 || type == 7 || type == 8) {
  441. this.showPage(2);
  442. } else {
  443. switch (type) {
  444. case 1: //前序准备-返回上一层:返回到开始学习-前序准备的展开页 type-1
  445. this.showPage(3);
  446. this.$refs.KSXX.switchSecondTitle(0);
  447. break;
  448. case 2: //学习与实验-返回上一层:返回到开始学习-学习与实验的展开页 type-2
  449. this.showPage(3);
  450. this.$refs.KSXX.switchSecondTitle(1);
  451. break;
  452. case 3: //原理认知-返回上一层:返回到开始学习-学习与实验-原理认知页 type-3
  453. this.showPage(6);
  454. this.$refs.XXYSY.checkedIndex_topTitle = 0;
  455. break;
  456. case 4: //实验简介-返回上一层:返回到实验简介的展开页 type-4
  457. this.showPage(1);
  458. break;
  459. case 14: //开始勘察-返回上一层:返回到开始学习-实景勘察页
  460. this.showPage(6);
  461. this.$refs.XXYSY.checkedIndex_topTitle = 1;
  462. break;
  463. default:
  464. console.log("返回上一层", type);
  465. }
  466. }
  467. },
  468. //实验简介按钮点击
  469. onClick_SYJJ_btn1(index) {
  470. if (index == 1) { //点击快速进入实验后跳转到原理认知页
  471. this.showPage(6)
  472. this.$refs.TopMenu.switchMiddleState(topMenuS.XXYSY, 0);
  473. this.$refs.XXYSY.onTopXXYSYClick(0);
  474. } else {
  475. this.showPage(8);
  476. this.checkedIndex_SYJJ = index;
  477. this.$refs.SYJJ2.showPage(index);
  478. this.$refs.TopMenu.switchMiddleState(topMenuS.SYJJ, -1);
  479. this.$refs.TopMenu.switchState_syjj(index);
  480. this.$forceUpdate();
  481. }
  482. },
  483. onClick_ksxx() {
  484. this.showPage(3);
  485. this.$refs.KSXX.initData();
  486. this.$refs.TopMenu.switchMiddleState(topMenuS.SY, 2);
  487. },
  488. //顶部导航栏-头像点击事件
  489. onClick_avatar() {
  490. this.showPage(14);
  491. this.$refs.User.initData();
  492. },
  493. //学前导览
  494. onClick_XQDL_btn1(index) {
  495. let targetPage = 0;
  496. switch (index) {
  497. case 0: //学习概要
  498. this.$refs.TopMenu.switchMiddleState(topMenuS.XXGY, -1);
  499. targetPage = index + 15;
  500. break;
  501. case 1: //实验步骤
  502. this.$refs.TopMenu.switchMiddleState(topMenuS.SYBZ, -1);
  503. targetPage = index + 15;
  504. break;
  505. case 2: //实验引导视频
  506. this.$refs.TopMenu.switchMiddleState(topMenuS.SYYDSP, -1);
  507. targetPage = index + 15;
  508. break;
  509. case 3: //学习资料下载
  510. this.$refs.TopMenu.switchMiddleState(topMenuS.XXZLXZ, -1);
  511. targetPage = 22;
  512. break;
  513. default:
  514. console.log("onClick_XQDL_btn1", type);
  515. }
  516. this.showPage(targetPage);
  517. },
  518. //顶部导航点击"影视现场实时特效虚拟仿真实验"
  519. onClick_topMenu_sy() {
  520. this.showPage(4);
  521. this.$refs.SY.initData();
  522. },
  523. //首页建筑按钮点击事件
  524. onClick_sy_btn(index) {
  525. let targetPage = -1;
  526. let topMiddleState = '';
  527. switch (index) {
  528. case 0: //资产库
  529. targetPage = 10;
  530. topMiddleState = topMenuS.home2;
  531. this.$refs.simulationLibrary.init();
  532. break;
  533. case 1: //摄影棚
  534. targetPage = 9;
  535. topMiddleState = topMenuS.home1;
  536. break;
  537. case 2: //管理中心
  538. targetPage = 11;
  539. topMiddleState = topMenuS.home3;
  540. this.$refs.simulationcore.init();
  541. break;
  542. case 3: //拍摄基地
  543. targetPage = 12;
  544. topMiddleState = topMenuS.home4;
  545. break;
  546. default:
  547. console.log("展示页面home:", this.curShowPage);
  548. }
  549. this.showPage(targetPage);
  550. this.$refs.TopMenu.switchMiddleState(topMiddleState, index);
  551. this.$forceUpdate();
  552. },
  553. //项目管理平台
  554. onClick_proManage() {
  555. let targetPage = -1;
  556. let topMiddleState = '';
  557. if (mydata_userInfo.role == '老师') {
  558. targetPage = 13;
  559. } else {
  560. targetPage = 19;
  561. this.$refs.vstudentPlatform.updateInfo();
  562. }
  563. topMiddleState = topMenuS.SY;
  564. this.showPage(targetPage);
  565. this.$refs.TopMenu.switchMiddleState(topMiddleState, -1);
  566. this.$forceUpdate();
  567. },
  568. //用户退出
  569. onClick_userExit() {
  570. this.showPage(4);
  571. this.$refs.TopMenu.switchMiddleState(topMenuS.SY, -1);
  572. },
  573. onLoginClick() {
  574. this.showPage(0);
  575. this.$refs.Login.initData();
  576. this.$refs.TopMenu.switchMiddleState(topMenuS.SY, -1);
  577. },
  578. onHideWebview() {
  579. this.$refs.TopMenu.hideTopMenu(true);
  580. this.$refs.webview720.onClickShutWebview();
  581. },
  582. onShowWebview720() {
  583. this.$refs.TopMenu.hideTopMenu(false);
  584. this.$refs.shutDownWebview.onClickShow();
  585. this.$refs.webview720.onClickShow();
  586. },
  587. showContact(idx){
  588. // console.log('idx=',idx)
  589. if(0==idx)
  590. {
  591. this.bShowQrCode = true;
  592. this.bShowMail = false;
  593. this.bShowTel = false;
  594. }
  595. else if(1==idx)
  596. {
  597. this.bShowQrCode = false;
  598. this.bShowMail = true;
  599. this.bShowTel = false;
  600. }
  601. else if(2==idx)
  602. {
  603. this.bShowQrCode = false;
  604. this.bShowMail = false;
  605. this.bShowTel = true;
  606. }
  607. else{
  608. this.bShowQrCode = false;
  609. this.bShowMail = false;
  610. this.bShowTel = false;
  611. }
  612. },
  613. onTheoryLearnu_btn(){
  614. this.showPage(6);
  615. this.$refs.XXYSY.checkedIndex_topTitle = 0;
  616. },
  617. onStartExperiment_btn(){
  618. this.showPage(6)
  619. this.$refs.TopMenu.switchMiddleState(topMenuS.XXYSY, 3);
  620. this.$refs.XXYSY.onTopXXYSYClick(3);
  621. }
  622. }
  623. }
  624. </script>
  625. <style lang="scss">
  626. .homeBG {
  627. width: 100%;
  628. height: 100%;
  629. }
  630. .homeContent {
  631. margin-top: px2vw(120);
  632. }
  633. //联系方式
  634. .contact{
  635. width: 20%;
  636. height: 30%;
  637. position: fixed;
  638. bottom: 1%;
  639. right: 1%;
  640. // border: 1px solid #ff0000;
  641. }
  642. //联系方式图标
  643. .contactBg{
  644. width: 15%;
  645. height: 60%;
  646. position: absolute;
  647. right: 0;
  648. bottom: 0;
  649. background-color: #000000;
  650. opacity: 0.5;
  651. }
  652. .imageBg{
  653. width: 15%;
  654. height: 60%;
  655. position: absolute;
  656. right: 0;
  657. bottom: 0;
  658. display: flex;
  659. justify-content: space-around;
  660. align-items:center;
  661. flex-direction:column;
  662. }
  663. .contact img{
  664. width: 50%;
  665. // border: 5px solid #0000ff;
  666. }
  667. // 联系方式弹出框
  668. .contactPopView {
  669. width: 85%;
  670. height: 100%;
  671. // border: 5px solid #0000ff;
  672. }
  673. .qrcode{
  674. position: absolute;
  675. width: 100%;
  676. height: 100%;
  677. // border: 5px solid #00aa00;
  678. display: flex;
  679. justify-content: center;
  680. align-items:center;
  681. }
  682. .mail{
  683. position: absolute;
  684. width: 100%;
  685. height: 100%;
  686. display: flex;
  687. justify-content: center;
  688. align-items:center;
  689. }
  690. .tel{
  691. position: absolute;
  692. width: 100%;
  693. height: 100%;
  694. display: flex;
  695. justify-content: center;
  696. align-items:center;
  697. }
  698. .contactPopViewBg{
  699. position: absolute;
  700. width: 100%;
  701. // border: 5px solid #00aa00;
  702. }
  703. .contactPopViewContent{
  704. position: absolute;
  705. width: 100%;
  706. font-size: px2vw(12);
  707. display: flex;
  708. justify-content: center;
  709. align-items:center;
  710. // border: 5px solid #00aa00;
  711. }
  712. </style>