fix: 注释掉跳转到详情页的导航代码
This commit is contained in:
parent
e763c82dce
commit
b3be3481e2
|
|
@ -160,9 +160,9 @@ function goDetail(item) {
|
||||||
let userType = props.userParams.userType || "";
|
let userType = props.userParams.userType || "";
|
||||||
console.log("🚀 ~ goDetail ~ userType:", userType);
|
console.log("🚀 ~ goDetail ~ userType:", userType);
|
||||||
|
|
||||||
uni.navigateTo({
|
// uni.navigateTo({
|
||||||
url: `/pages/detail/indexNewsInfo?id=${item.news_id}&phone=${phone}&userType=${userType}`,
|
// url: `/pages/detail/indexNewsInfo?id=${item.news_id}&phone=${phone}&userType=${userType}`,
|
||||||
});
|
// });
|
||||||
|
|
||||||
// if (judgeRuntimeEnv().isWxMiniWebview) {
|
// if (judgeRuntimeEnv().isWxMiniWebview) {
|
||||||
let shareUrl =
|
let shareUrl =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue