fix: 注释掉跳转到详情页的导航代码

This commit is contained in:
34701892@qq.com 2026-01-05 20:50:12 +08:00
parent e763c82dce
commit b3be3481e2
1 changed files with 3 additions and 3 deletions

View File

@ -160,9 +160,9 @@ function goDetail(item) {
let userType = props.userParams.userType || "";
console.log("🚀 ~ goDetail ~ userType:", userType);
uni.navigateTo({
url: `/pages/detail/indexNewsInfo?id=${item.news_id}&phone=${phone}&userType=${userType}`,
});
// uni.navigateTo({
// url: `/pages/detail/indexNewsInfo?id=${item.news_id}&phone=${phone}&userType=${userType}`,
// });
// if (judgeRuntimeEnv().isWxMiniWebview) {
let shareUrl =