所有分享列表动态跳转
This commit is contained in:
@ -139,9 +139,10 @@
|
|||||||
},
|
},
|
||||||
// 跳转到详情页面
|
// 跳转到详情页面
|
||||||
handleFile(item) {
|
handleFile(item) {
|
||||||
|
let url = item.detailPageUrl;
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
// url: "/pages/6170/deviceControl/index",
|
// url: "/pages/6170/deviceControl/index",
|
||||||
url:'/pages/670/HBY670',
|
url:url,
|
||||||
success: (res) => {
|
success: (res) => {
|
||||||
// 页面跳转成功后的回调函数
|
// 页面跳转成功后的回调函数
|
||||||
res.eventChannel.emit('detailData', {
|
res.eventChannel.emit('detailData', {
|
||||||
|
|||||||
Reference in New Issue
Block a user