fix: 注释掉跳转到详情页的导航代码
This commit is contained in:
parent
e763c82dce
commit
b3be3481e2
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Reference in New Issue