From cc19777ddffd4908a1d2461c0bee20743e688e2d Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Sat, 12 Oct 2024 09:54:04 +0800 Subject: [PATCH] =?UTF-8?q?task#15348,IOS=E8=B7=B3=E8=BD=AC=E5=9F=B9?= =?UTF-8?q?=E8=AE=AD=E6=96=87=E6=A1=A3=E6=B7=BB=E5=8A=A0=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/myMixins.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/utils/myMixins.js b/src/utils/myMixins.js index c6b455fb..f1e4650d 100644 --- a/src/utils/myMixins.js +++ b/src/utils/myMixins.js @@ -35,12 +35,10 @@ export const myMixins = { } }, goH5Detail(item,type){//h5传参到app文档资料,培训文档 - console.log("type",type) let data = { "action": "goTraining", "params": { - "id": item.id, - // "docType" : type=='培训文档' ? 1 : 2, + "id":type == '培训文档' ? 'q'+item.id : item.id, } };