I"d like to ask Mini Program a question. The navigateTo, used for link redirection just started to jump normally, but it won"t jump after a few more times, and you need to exit and re-enter.
I"d like to ask Mini Program a question. The navigateTo, used for link redirection just started to jump normally, but it won"t jump after a few more times, and you need to exit and re-enter.
Mini Program only supports 5-level pages at most, and redirectTo is required for more than 5-level pages
generally, I will customize the jump method in app.js. Through getCurrentPages (). Length
, judge
< 5 use navigateTo, to reach 5 use redirectTo
I m going to start developing Mini Program recently. I don t know which is better between mpvue and wepy. It seems that they all have their own holes. I just want to ask if you think there are fewer holes. ...
Mini Program navigateTo jump has a 10-layer limit. scenario: Click from the article list to enter the article content page. The article has multiple tags. Clicking the tag will take you to the article list page under the tag, and you can click the ar...
after the data request of Mini Program is completed (there is no problem with loading in the request phase), the rendering will be blank for a period of time when the page is complicated. How to render the loading animation during this period? ...