Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
liugang
/
channel_business
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
1 tabbar跳转从 navigateTo 改为 reLaunch 处理重复跳转叠加导致失效的问题!
release/210823_需求对对碰
王饶冀
3 anni fa
parent
83e75ef203
commit
804b5cec85
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
components/tabbar/tabbar.js
+ 1
- 1
components/tabbar/tabbar.js
Vedi File
@@ -155,7 +155,7 @@ Component({
const url = e.detail.item.pagePath;
// wx.redirectTo({ url });
wx.
navigateTo
({
wx.
reLaunch
({
url,
// success: function (res) {
// // 通过eventChannel向被打开页面传送数据
Write
Preview
Loading…
Annulla
Salva