反馈调整0620

static-project
chen 2022-06-20 09:00:35 +08:00
parent c0e7afbd82
commit b798f65596
1 changed files with 7 additions and 8 deletions

View File

@ -104,14 +104,13 @@
current:this.bcurrent, current:this.bcurrent,
sources:imgList sources:imgList
}) })
} else { }
if(url){ if(url){
// //
uni.navigateTo({ uni.navigateTo({
url:`/${url}` url:`/${url}`
}) })
console.log('跳转链接'); console.log(`/${url}`,'跳转链接');
}
} }
}, },
// //