javascript - The app made by hbuilder can jump to the page when changing the mode while viewing it. Why can't it jump on the mobile phone?
天蓬老师
天蓬老师 2017-05-16 13:35:15
0
1
834

What is the correct page jump mode? My approach is to jump directly to the price href on the a tag. It can jump on the IDE but not a single page can jump on the mobile phone. Please give me some advice!

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(1)
大家讲道理

//Open page B in page A and set autoShow of show to false, then page B will not be automatically displayed after its loaded event occurs;

mui.openWindow({

url: 'B.html', 
show:{
  autoShow:false
}

});

You can jump in IDE because it can parse HTML, and the mobile version must follow the rules of mui. It is recommended to browse the official documentation of mui before starting the project.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!