From ce70bc450a2401997bb850f89f3c4dc0a23e0a72 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期五, 05 九月 2025 18:38:13 +0800 Subject: [PATCH] 31 数字化口腔修复技术 整本 --- src/books/preventiveDentistry/view/components/index.vue | 23 +++-------------------- 1 files changed, 3 insertions(+), 20 deletions(-) diff --git a/src/books/preventiveDentistry/view/components/index.vue b/src/books/preventiveDentistry/view/components/index.vue index bdc1a55..2685bac 100644 --- a/src/books/preventiveDentistry/view/components/index.vue +++ b/src/books/preventiveDentistry/view/components/index.vue @@ -228,20 +228,6 @@ this.gotoPage(2, 18); }, 500); - // const pageDom = (this.container ? this.container : document) - // .querySelector("#app") - // .querySelectorAll(".page-box"); - // 妫�绱� - // console.log(this.searchTextByPage("淇濇姢鍐呰剰鍣ㄥ畼"), "searchTextByPage"); - // 妫�绱㈣烦杞� - // this.searchItemLocation({ - // catalog: 2, - // page: 10, - // txt: " 杩愬姩绯荤粺鏄敱楠ㄣ�侀杩炵粨鍜岄楠艰倢涓夐儴鍒嗙粍鎴愮殑銆傚叏韬殑楠ㄩ�氳繃楠ㄨ繛缁撶粍鎴愪汉浣撻楠硷紙瑙佸浘1-1锛夈�傞楠兼槸浜轰綋鐨勬敮鏋讹紝鍏锋湁淇濇姢鍐呰剰鍣ㄥ畼銆佷緵鑲岃倝闄勭潃鍜屼綔涓鸿倢鑲夎繍鍔ㄧ殑鏉犳潌绛変綔鐢ㄣ�傚湪绁炵粡绯荤粺鐨勬敮閰嶄笅锛岃倢鑲夋敹缂╃壍鍔ㄦ墍闄勭潃鐨勯缁曠潃鍏宠妭杞姩锛屼娇韬綋浜х敓鍚勭鍔ㄤ綔銆傛墍浠ワ紝杩愬姩绯荤粺鍏锋湁杩愬姩銆佹敮鎸佸拰淇濇姢绛夊姛鑳斤紝骞煎勾鏃舵湡鐨勯楠艰繕鍏锋湁閫犺鍔熻兘銆� ", - // txtIndex: 57 - // }); - // }, 500); - }, methods: { // 璇锋眰璧勬簮Json @@ -282,19 +268,14 @@ } MG.store.getProductDetail(query) .then(res => { - console.log(res.datas.cmsDatas[0].datas, "鑾峰彇bookQuestionList鎴愬姛"); let bookQuestionList = []; if (res.datas.cmsDatas[0].datas.length > 0) { res.datas.cmsDatas[0].datas.forEach(item => { if (item.datas.Type === "questionBankItem") { bookQuestionList.push(item); } - if (item.id == 21987) { - console.log(item, "21987"); - } }); } - console.log(bookQuestionList, "bookQuestionList"); this.bookQuestionsList = bookQuestionList; }) .catch(error => { @@ -304,8 +285,10 @@ resourceListFun(id, key) { let data = this.resourceList.find(item => item.key == id) - return key ? data[key] : data + console.log(data,"data"); }, + + // 婊氬姩鐩戝惉 scrollFun(event) { this.handleVideoPicture(); -- Gitblit v1.9.1