Movatterモバイル変換


[0]ホーム

URL:


CN106951148B - Page switching method and device - Google Patents

Page switching method and device
Download PDF

Info

Publication number
CN106951148B
CN106951148BCN201710301124.7ACN201710301124ACN106951148BCN 106951148 BCN106951148 BCN 106951148BCN 201710301124 ACN201710301124 ACN 201710301124ACN 106951148 BCN106951148 BCN 106951148B
Authority
CN
China
Prior art keywords
page
jump
switching
current
current entry
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710301124.7A
Other languages
Chinese (zh)
Other versions
CN106951148A (en
Inventor
韦琦
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Lexin Software Technology Co Ltd
Original Assignee
Shenzhen Lexin Software Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Lexin Software Technology Co LtdfiledCriticalShenzhen Lexin Software Technology Co Ltd
Priority to CN201710301124.7ApriorityCriticalpatent/CN106951148B/en
Publication of CN106951148ApublicationCriticalpatent/CN106951148A/en
Application grantedgrantedCritical
Publication of CN106951148BpublicationCriticalpatent/CN106951148B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Images

Classifications

Landscapes

Abstract

The embodiment of the invention discloses a method and a device for switching pages. The method for switching the pages comprises the steps of opening any one of a plurality of entry pages of an application program, recording a jump ID of a current entry page, switching at least one level of pages from the current entry page according to user operation, displaying a quick jump button in each level of switching pages, associating the quick jump button with the jump ID of the current entry page, receiving a click trigger signal of the quick jump button, responding to the click trigger signal, and jumping from the current switching page to the current entry page according to the jump ID. According to the scheme, after the application program of the multi-entry page is subjected to at least one page switching, the terminal jumps from the current switching page to the current entry page according to the jump ID associated with the quick jump button, so that the terminal quickly jumps back to the corresponding entry page from the current switching page after the at least one page switching, invalid operations of a user can be greatly reduced, and user interaction experience is improved.

Description

Translated fromChinese
一种切换页面的方法和装置Method and device for switching pages

技术领域technical field

本发明涉及计算机技术领域,尤其涉及一种切换页面的方法和装置。The present invention relates to the field of computer technology, and in particular, to a method and device for switching pages.

背景技术Background technique

H5(HTML5)是一种高级网页技术,广泛应用于页面制作设计。H5 (HTML5) is an advanced web technology that is widely used in page design.

采用H5技术制作的页面通常为单一窗口展示界面,当用户打开某个应用程序进入到一个入口页面(一级页面),入口页面中设置有其他页面(二级页面)对应的选项,用户点击该选项,切换到二级页面,二级页面中也可以设置有其他页面对应的选项,户可以点击该选项,切换到三级页面,以此类推,这样,用户可以通过多次页面切换操作,浏览当前显示的某个页面。当用户想从当前显示的某个页面返回到入口页面时,通常需要重复点击返回选项逐级返回。Pages made with H5 technology are usually a single-window display interface. When a user opens an application and enters an entry page (first-level page), the entry page is set with options corresponding to other pages (second-level pages), and the user clicks the option, switch to the second-level page, the second-level page can also be set with options corresponding to other pages, the user can click this option to switch to the third-level page, and so on, in this way, the user can switch through multiple pages. A page that is currently displayed. When the user wants to return to the entry page from a currently displayed page, it is usually necessary to repeatedly click the return option to return step by step.

这种页面逐级返回的方法,页面切换效率低,虽然有的方案通过添加主页按键等可实现快速返回应用程序的主页或入口页面,提高了页面切换效率,但是,当应用程序有多个入口时,现有技术的这种通过简单地添加主页按键等方式不再适用。This method of returning pages step by step has low page switching efficiency. Although some schemes can quickly return to the home page or entry page of the application by adding a home button, etc., the page switching efficiency is improved. However, when the application has multiple entries , this method of simply adding a home button in the prior art is no longer applicable.

发明内容SUMMARY OF THE INVENTION

为解决相关技术问题,本发明提供一种切换页面的方法和装置,以提高具有多个入口页面的应用程序的页面切换效率,减少用户的流量消耗和等待时间,提升用户体验。In order to solve the related technical problems, the present invention provides a method and device for switching pages, so as to improve the page switching efficiency of an application with multiple entry pages, reduce user traffic consumption and waiting time, and improve user experience.

为实现上述目的,本发明实施例采用如下技术方案:To achieve the above purpose, the embodiment of the present invention adopts the following technical solutions:

第一方面,本发明实施例提供了一种切换页面的方法,所述方法包括:In a first aspect, an embodiment of the present invention provides a method for switching pages, the method comprising:

打开应用程序多个入口页面中的任一入口页面,记录当前入口页面的跳转ID;Open any entry page among the multiple entry pages of the application, and record the jump ID of the current entry page;

根据用户操作,从所述当前入口页面进行至少一级的页面切换,且在每级切换页面中显示有快捷跳转按钮,所述快捷跳转按钮与所述当前入口页面的跳转ID关联;According to the user operation, at least one level of page switching is performed from the current entry page, and a quick jump button is displayed in each level of the switching page, and the quick jump button is associated with the jump ID of the current entry page;

接收所述快捷跳转按钮的点击触发信号;receiving a click trigger signal of the shortcut jump button;

响应所述点击触发信号,根据所述跳转ID从当前切换页面跳转至所述当前入口页面。In response to the click trigger signal, jump from the current switching page to the current entry page according to the jump ID.

第二方面,本发明实施例还对应提供了一种切换页面的装置,所述装置包括:In the second aspect, the embodiment of the present invention also provides a device for switching pages, the device includes:

入口页面打开模块,用于打开应用程序多个入口页面中的任一入口页面,记录当前入口页面的跳转ID;The entry page opening module is used to open any entry page among the multiple entry pages of the application, and record the jump ID of the current entry page;

页面切换模块,用于根据用户操作,从所述当前入口页面进行至少一级的页面切换,且在每级切换页面中显示有快捷跳转按钮,所述快捷跳转按钮与所述当前入口页面的跳转ID关联;A page switching module, configured to perform at least one-level page switching from the current entry page according to user operations, and display a shortcut jump button in each level of switching page, the shortcut jump button and the current entry page The jump ID associated with;

点击触发信号接收模块,用于接收所述快捷跳转按钮的点击触发信号;The click trigger signal receiving module is used for receiving the click trigger signal of the quick jump button;

跳转模块,用于响应所述点击触发信号,根据所述跳转ID从当前切换页面跳转至所述当前入口页面。A jumping module, configured to jump from the current switching page to the current entry page according to the jumping ID in response to the click trigger signal.

本发明实施例提供的技术方案带来的有益效果:The beneficial effects brought by the technical solutions provided in the embodiments of the present invention:

本技术方案中,终端在打开应用程序多个入口页面中的任一入口页面时,记录当前入口页面的跳转ID,根据用户操作进行至少一级的页面切换,在当前切换页面中显示快捷跳转按钮,该快捷跳转按钮与所述当前入口页面的跳转ID关联,当接收到快捷跳转按钮的点击触发信号时,根据与快捷跳转按钮关联的跳转ID,从当前切换页面跳转至所述当前入口页面;终端记录当前入口页面的跳转ID,在进行页面切换后,在当前切换页面中显示一个与跳转ID关联的快捷跳转按钮,用户点击触发该快捷跳转按钮,终端根据与快捷跳转按钮关联的跳转ID从当前切换页面跳转至所述当前入口页面,实现在至少一次页面切换后从当前切换页面快速跳转回到对应的入口页面,可大大减少用户的无效操作,提高用户交互体验。In this technical solution, when the terminal opens any entry page among the multiple entry pages of the application, the terminal records the jump ID of the current entry page, performs at least one-level page switching according to the user operation, and displays the shortcut jump on the current switching page. Turn button, the shortcut jump button is associated with the jump ID of the current entry page, when receiving the click trigger signal of the shortcut jump button, according to the jump ID associated with the shortcut jump button, jump from the current switching page Go to the current entry page; the terminal records the jump ID of the current entry page, and after the page switching is performed, a shortcut jump button associated with the jump ID is displayed in the current switching page, and the user clicks to trigger the shortcut jump button , the terminal jumps from the current switching page to the current entry page according to the jump ID associated with the shortcut jump button, so as to quickly jump from the current switching page back to the corresponding entry page after at least one page switch, which can greatly reduce User's invalid operation to improve user interaction experience.

附图说明Description of drawings

为了更清楚地说明本发明实施例中的技术方案,下面将对本发明实施例描述中所需要使用的附图作简单的介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据本发明实施例的内容和这些附图获得其他的附图。In order to illustrate the technical solutions in the embodiments of the present invention more clearly, the following briefly introduces the accompanying drawings that need to be used in the description of the embodiments of the present invention. Obviously, the drawings in the following description are only some embodiments of the present invention. , for those of ordinary skill in the art, other drawings can also be obtained according to the contents of the embodiments of the present invention and these drawings without creative efforts.

图1是本发明实施例一提供的一种切换页面的方法的流程示意图;1 is a schematic flowchart of a method for switching pages according to Embodiment 1 of the present invention;

图2是本发明实施例二提供的图1中S140的一种可选实施方式的流程示意图;FIG. 2 is a schematic flowchart of an optional implementation manner of S140 in FIG. 1 according to Embodiment 2 of the present invention;

图3是本发明实施例三提供的图1中S140的一种可选实施方式的流程示意图;FIG. 3 is a schematic flowchart of an optional implementation manner of S140 in FIG. 1 according to Embodiment 3 of the present invention;

图4是本发明实施例四提供的一种切换页面的方法的流程示意图;4 is a schematic flowchart of a method for switching pages according to Embodiment 4 of the present invention;

图5是本发明实施例五提供的一种切换页面的装置的架构示意图。FIG. 5 is a schematic structural diagram of an apparatus for switching pages according to Embodiment 5 of the present invention.

具体实施方式Detailed ways

为使本发明解决的技术问题、采用的技术方案和达到的技术效果更加清楚,下面将结合附图对本发明实施例的技术方案作进一步的详细描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。In order to make the technical problems solved by the present invention, the technical solutions adopted and the technical effects achieved more clearly, the technical solutions of the embodiments of the present invention will be described in further detail below with reference to the accompanying drawings. Obviously, the described embodiments are only the present invention. Some examples, but not all examples. Based on the embodiments of the present invention, all other embodiments obtained by those skilled in the art without creative efforts shall fall within the protection scope of the present invention.

实施例一Example 1

请参考图1,其是本发明实施例一提供的一种切换页面的方法的流程示意图。本实施例提供的切换页面的方法,适用于终端进入多入口页面应用程序进行页面切换后,再快速跳转回入口页面的场景。本实施例提供的切换页面的方法,可以由切换页面的装置来执行,该装置可以由软件和/或硬件来实现,并集成在终端设备中。Please refer to FIG. 1 , which is a schematic flowchart of a method for switching pages according to Embodiment 1 of the present invention. The method for switching pages provided in this embodiment is suitable for a scenario where a terminal enters a multi-entry page application program to switch pages, and then quickly jumps back to the entry page. The method for switching pages provided in this embodiment may be executed by an apparatus for switching pages, and the apparatus may be implemented by software and/or hardware and integrated in a terminal device.

如图1所示,本实施例提供的一种切换页面的方法,可以包括如下步骤:As shown in FIG. 1, a method for switching pages provided by this embodiment may include the following steps:

S110、打开应用程序多个入口页面中的任一入口页面,记录当前入口页面的跳转ID。S110. Open any entry page among multiple entry pages of the application, and record the jump ID of the current entry page.

示例性的,本实施例的方法可以由终端来执行,所述终端可以是具有页面切换功能的终端,如手机或平板电脑等移动终端。终端上可以安装有至少一个涉及多入口及多级页面的应用程序,终端可以包括输入单元,所述输入单元可以是按键,可以是触摸屏,也可以是鼠标,用户可以通过输入单元在终端上进行操作,终端则会接收到相应的输入信号;终端可以包括处理器,处理器可以用于根据接收到的输入信号,进行相应的处理,如打开应用程序,或进行页面切换等;终端可以包括显示单元,显示单元可以是液晶显示器,显示单元可以显示用户输入的信息或提供给用户的信息。另外,终端还可以包括存储器、传感器、以及电源等部件。Exemplarily, the method in this embodiment may be executed by a terminal, and the terminal may be a terminal with a page switching function, such as a mobile terminal such as a mobile phone or a tablet computer. At least one application program involving multi-entry and multi-level pages may be installed on the terminal, and the terminal may include an input unit, which may be a button, a touch screen, or a mouse. operation, the terminal will receive the corresponding input signal; the terminal may include a processor, and the processor may be used to perform corresponding processing according to the received input signal, such as opening an application program, or performing page switching, etc.; the terminal may include a display unit, the display unit may be a liquid crystal display, and the display unit may display information input by the user or information provided to the user. In addition, the terminal may also include components such as memory, sensors, and power supplies.

在本实施例中,终端在打开多入口页面应用程序时,分别为应用程序的多个入口页面分别设置对应的跳转ID,例如,为第一入口页面设置G_ID=1,为第二入口页面设置G_ID=2,……,第n入口页面设置G_ID=n。根据用户通过输入单元输入的指令,终端的处理器根据输入的指令打开应用程序中多个入口页面中的一个,并记录与当前入口页面对应的跳转ID。In this embodiment, when the terminal opens a multi-entry page application, it sets corresponding jump IDs for multiple entry pages of the application, for example, G_ID=1 is set for the first entry page, and G_ID=1 for the second entry page. Set G_ID=2, ..., the nth entry page set G_ID=n. According to the instruction input by the user through the input unit, the processor of the terminal opens one of the multiple entry pages in the application program according to the input instruction, and records the jump ID corresponding to the current entry page.

S120、根据用户操作,从当前入口页面进行至少一级的页面切换,且在每级切换页面中显示有快捷跳转按钮,快捷跳转按钮与当前入口页面的跳转ID关联。S120. Perform at least one-level page switching from the current entry page according to the user operation, and display a shortcut jump button on each level of switching page, and the shortcut jump button is associated with the jump ID of the current entry page.

示例性的,在打开当前入口页面后,终端的处理器根据用户通过输入单元先后输入的页面切换指令,进行至少一次页面切换。在每次切换页面时,均在切换页面中显示有快捷跳转按钮,该快捷跳转按钮与当前入口页面的跳转ID关联。例如,用户操作终端从第一入口页面进行两次页面切换操作,先从第一入口页面切换至二级页面,在二级页面上会显示快捷跳转按钮;再从二级页面切换至三级页面,在三级页面上也会显示快捷跳转按钮;其中,二级页面和三级页面上显示的快捷跳转按钮均与第一入口页面的跳转ID关联,即与G_ID=1关联,最终显示的三级页面为当前切换页面。Exemplarily, after opening the current entry page, the processor of the terminal performs at least one page switching according to the page switching instructions successively input by the user through the input unit. When switching pages each time, a shortcut jump button is displayed on the switching page, and the shortcut jump button is associated with the jump ID of the current entry page. For example, the user operates the terminal to perform two page switching operations from the first entry page, first switching from the first entry page to the second level page, and a quick jump button will be displayed on the second level page; then switching from the second level page to the third level page page, the shortcut jump button will also be displayed on the third-level page; wherein, the shortcut jump buttons displayed on the second-level page and the third-level page are both associated with the jump ID of the first entry page, that is, associated with G_ID=1, The final displayed third-level page is the current switching page.

S130、接收快捷跳转按钮的点击触发信号。S130. Receive a click trigger signal of the shortcut jump button.

示例性的,当用户想从当前切换页面返回到上述当前入口页面时,可以通过终端的输入单元点击当前切换页面上显示的快捷跳转按钮,终端的处理器接收到快捷跳转按钮的点击触发信号进行处理。Exemplarily, when the user wants to return from the current switching page to the above-mentioned current entry page, he can click the shortcut jump button displayed on the current switching page through the input unit of the terminal, and the processor of the terminal receives the click trigger of the shortcut jump button. signal processing.

S140、响应点击触发信号,根据跳转ID从当前切换页面跳转至当前入口页面。S140. In response to the click trigger signal, jump from the current switching page to the current entry page according to the jump ID.

示例性的,终端根据接收到的点击触发信号,激活快捷跳转按钮,查询与快捷跳转按钮关联的跳转ID,根据该跳转ID从当前切换页面跳转至与所述跳转ID关联的入口页面,即跳转回所述当前入口页面。例如,查询到与快捷跳转按钮关联的跳转ID为G_ID=1,则从三级页面直接跳转回与G_ID=1对应的第一入口页面,其中,第一入口页面为所述当前入口页面,三级页面为当前切换页面。Exemplarily, the terminal activates the shortcut jump button according to the received click trigger signal, queries the jump ID associated with the shortcut jump button, and jumps from the current switching page to the jump ID associated with the jump ID according to the jump ID. entry page, that is, jump back to the current entry page. For example, if the jump ID associated with the shortcut jump button is queried as G_ID=1, the third-level page will directly jump back to the first entry page corresponding to G_ID=1, where the first entry page is the current entry page, the third-level page is the current switching page.

综上,本实施例提供的切换页面的方法,终端在打开应用程序多个入口页面中的任一入口页面时,记录当前入口页面的跳转ID,根据用户操作进行至少一级的页面切换,在当前切换页面中显示快捷跳转按钮,该快捷跳转按钮与所述当前入口页面的跳转ID关联,当接收到快捷跳转按钮的点击触发信号时,根据与快捷跳转按钮关联的跳转ID,从当前切换页面跳转至所述当前入口页面;终端记录当前入口页面的跳转ID,在进行页面切换后,在当前切换页面中显示一个与跳转ID关联的快捷跳转按钮,用户点击触发该快捷跳转按钮,终端根据与快捷跳转按钮关联的跳转ID从当前切换页面跳转至所述当前入口页面,实现在至少一次页面切换后从当前切换页面快速跳转回到对应的入口页面,可大大减少用户的无效操作,提高用户交互体验。To sum up, in the method for switching pages provided in this embodiment, when the terminal opens any entry page among the multiple entry pages of the application, the terminal records the jump ID of the current entry page, and performs at least one-level page switching according to the user operation. A quick jump button is displayed in the current switching page, and the quick jump button is associated with the jump ID of the current entry page. When a click trigger signal of the quick jump button is received, Switch ID, and jump from the current switching page to the current entry page; the terminal records the jump ID of the current entry page, and after the page switching is performed, a shortcut jump button associated with the jump ID is displayed on the current switching page, The user clicks to trigger the shortcut jump button, and the terminal jumps from the current switching page to the current entry page according to the jump ID associated with the shortcut jump button, so as to quickly jump from the current switching page back to the current switching page after at least one page switching. The corresponding entry page can greatly reduce the invalid operation of the user and improve the user interaction experience.

实施例二Embodiment 2

请参考图2,其是本发明实施例二提供的图1中S140的一种可选实施方式的流程示意图。本实施例与实施例的主要区别在于,本实施例在实施例的基础上,进一步提供了实施例一中S140的一种可选实时方式。Please refer to FIG. 2 , which is a schematic flowchart of an optional implementation manner of S140 in FIG. 1 according to Embodiment 2 of the present invention. The main difference between this embodiment and the embodiment is that, on the basis of the embodiment, this embodiment further provides an optional real-time mode of S140 in the first embodiment.

优选的,实施例一中所述的跳转ID与当前入口页面的跳转链接关联。Preferably, the jump ID described in the first embodiment is associated with the jump link of the current entry page.

可选的,如图2所示,实施例一中的S140可以包括如下两个步骤:Optionally, as shown in FIG. 2 , S140 in Embodiment 1 may include the following two steps:

S241、响应点击触发信号,根据跳转ID获取跳转链接。S241, in response to the click trigger signal, obtain the jump link according to the jump ID.

S242、根据跳转链接,从当前切换页面跳转至当前入口页面。S242, according to the jump link, jump from the current switching page to the current entry page.

示例性的,每个页面都有唯一对应的链接,终端根据链接可以打开对应的页面。当终端接收到用户输入的点击触发信号,查询与当前切换页面显示的快捷跳转按钮所关联的跳转ID,根据跳转ID获得与跳转ID关联的跳转链接,则获得的跳转链接即为所述当前入口页面的链接。终端根据获得的跳转链接,从当前切换页面跳转至所述当前入口页面。例如,终端最终打开显示为三级页面(即当前切换页面)时,根据点击触发信号查询到与快捷跳转按钮关联的跳转ID为G_ID=1,则取与G_ID=1关联且对应第一入口页面(即当前入口页面)的跳转链接,根据获取到的跳转链接从当前切换页面快速切换到当前入口页面。Exemplarily, each page has a unique corresponding link, and the terminal can open the corresponding page according to the link. When the terminal receives the click trigger signal input by the user, inquires about the jump ID associated with the shortcut jump button displayed on the current switching page, and obtains the jump link associated with the jump ID according to the jump ID, then the obtained jump link That is, the link of the current entry page. The terminal jumps from the current switching page to the current entry page according to the obtained jump link. For example, when the terminal finally opens and displays the third-level page (ie, the current switching page), according to the click trigger signal, the jump ID associated with the shortcut jump button is found to be G_ID=1, then the jump ID associated with G_ID=1 and corresponding to the first The jump link of the entry page (that is, the current entry page), according to the obtained jump link, quickly switch from the current switching page to the current entry page.

综上,本实施例提供的切换页面的方法,终端记录当前入口页面的跳转ID,并将当前入口页面的跳转链接与该跳转ID关联,在进行页面切换后,在当前切换页面中显示一个与跳转ID关联的快捷跳转按钮,用户点击触发该快捷跳转按钮,终端根据与快捷跳转按钮关联的跳转ID获取到当前入口页面的跳转链接,根据跳转链接从当前切换页面跳转至所述当前入口页面,实现在至少一次页面切换后从当前切换页面快速跳转回到对应的入口页面,可大大减少用户的无效操作,提高用户交互体验。To sum up, in the method for switching pages provided in this embodiment, the terminal records the jump ID of the current entry page, and associates the jump link of the current entry page with the jump ID. A shortcut jump button associated with the jump ID is displayed. The user clicks to trigger the shortcut jump button. The terminal obtains the jump link to the current entry page according to the jump ID associated with the shortcut jump button. The switching page jumps to the current entry page, so as to quickly jump back to the corresponding entry page from the current switching page after at least one page switching, which can greatly reduce the invalid operation of the user and improve the user interaction experience.

实施例三Embodiment 3

请参考图3,其是是本发明实施例三提供的图1中S140的一种可选实施方式的流程示意图。本实施例在上述实施例一或实施例二的基础上,进一步提供了实施例一中S140的一种可选实时方式。Please refer to FIG. 3 , which is a schematic flowchart of an optional implementation manner of S140 in FIG. 1 according to Embodiment 3 of the present invention. This embodiment further provides an optional real-time manner of S140 in Embodiment 1 on the basis of Embodiment 1 or Embodiment 2 above.

可选的,如图3所示,实施例一中的S140还可以包括如下三个步骤:Optionally, as shown in FIG. 3 , S140 in Embodiment 1 may further include the following three steps:

S341、响应点击触发信号,在当前切换页面的公共头部模板中,查询当前入口页面的跳转ID。S341. In response to the click trigger signal, query the jump ID of the current entry page in the public header template of the current switching page.

S342、根据当前入口页面的跳转ID,获取当前入口页面的跳转链接。S342: Acquire the jump link of the current entry page according to the jump ID of the current entry page.

S343、根据跳转链接,从当前切换页面跳转至当前入口页面。S343, according to the jump link, jump from the current switching page to the current entry page.

示例性的,应用程序的每个页面中均有公共头部模板,在每级切换页面的公共头部模板中记录有对应入口页面的跳转ID。当终端接收到用户输入的点击触发信号,在当前切换页面的公共头部模板中,查询与快捷跳转按钮关联的跳转ID,根据该跳转ID获取与跳转ID关联并对应当前入口页面的跳转链接。Exemplarily, each page of the application has a public header template, and the jump ID of the corresponding entry page is recorded in the public header template of each level of switching pages. When the terminal receives the click trigger signal input by the user, it queries the jump ID associated with the shortcut jump button in the public header template of the current switching page, and obtains the jump ID associated with the jump ID and corresponding to the current entry page according to the jump ID. jump link.

优选的,所述记录当前入口页面的跳转ID,包括:将当前入口页面的跳转ID,记录到应用程序的页面的公共头部模板。Preferably, the recording of the jump ID of the current entry page includes: recording the jump ID of the current entry page to the public header template of the page of the application.

需要说明的是,公共头部模板为应用程序下各级页面所共用,不同页面的公共头部模板中的内容大部分相同,但也可能不完全相同,例如应用程序的入口页面的公共头部模板无需记录当前入口页面的跳转ID,而非入口页面的公共头部模板都有记录当前入口页面的跳转ID,此外,不同页面的内容通常不相同,这也导致不同页面的公共头部模板的内容可能不同。It should be noted that the common header template is shared by pages at all levels of the application, and the content in the common header template of different pages is mostly the same, but may not be exactly the same, such as the public header of the entry page of the application. The template does not need to record the jump ID of the current entry page. The public header templates of the non-entry page all have the jump ID of the current entry page. In addition, the content of different pages is usually different, which also leads to the common header of different pages. The content of the template may vary.

优选的,在本发明的一个实施例中,所述在每级切换页面中显示有快捷跳转按钮,包括:分别在每级切换页面的公共头部模板中配置有第一标识,第一标识用于表示在相应切换页面的公共头部模板显示快捷跳转按钮。需要说明的是,入口页面的公共模板中不配置第一标识G_close_key,不显示快捷跳转按钮,而在非入口页面的每级切换页面的公共模板中配置第一标识G_close_key,在每级切换页面的公共头部模板中均显示快捷跳转按钮。Preferably, in an embodiment of the present invention, displaying a quick jump button on the switching page at each level includes: respectively configuring a first identifier in the common header template of the switching page at each level. Used to indicate that the shortcut jump button is displayed in the public header template of the corresponding switching page. It should be noted that the first identifier G_close_key is not configured in the public template of the entry page, and the shortcut jump button is not displayed, but the first identifier G_close_key is configured in the public template of the switching page of each level of the non-entry page, and the page is switched at each level. The shortcut jump button is displayed in the public header template of .

优选的,在本发明的又一个实施例中,所述当前入口页面的下一级页面的公共头部模板中还配置有第二标识,第二标识的优先级高于第一标识的优先级,用于表示在公共头部模板中不显示快捷跳转按钮。Preferably, in another embodiment of the present invention, the public header template of the next-level page of the current entry page is further configured with a second identifier, and the priority of the second identifier is higher than the priority of the first identifier , which is used to indicate that the shortcut jump button is not displayed in the public header template.

可以理解的是,当用户想当前入口页面的下一级页面(二级页面)返回到当前入口页面时,直接返回即可,无需再二级页面另外显示快捷跳转按钮。在本实施例中,当前入口页面的下一级页面(二级页面)的公共头部模板配置有第二标识G_not_key,表示前入口页面的下一级页面不显示快捷跳转按钮;同时为实现在三级页面及更深级别的切换页面配置第一标识G_close_key,以显示快捷跳转按钮,还需要在二级页面的公共头部模板中配置第一标识G_close_key,以表示后续更深级别的切换页面需要配置第一标识G_close_key,添加显示快捷跳转按钮。为避免在二级页面中设置第一标识和第二标识,导致判断冲突问题,设置第二标识的优先级高于第一标识的优先级,即通过二级页面的公共头部模板中判断,当同时配置有第一标识和第二标识时,根据第二标识代表的含义在二级页面中不显示快捷跳转按钮。It is understandable that, when the user wants to return to the current entry page from the next level page (second level page) of the current entry page, he/she can directly return, and there is no need to additionally display a shortcut jump button on the level two page. In this embodiment, the public header template of the next-level page (second-level page) of the current entry page is configured with a second identifier G_not_key, indicating that the next-level page of the previous entry page does not display the shortcut jump button; Configure the first identifier G_close_key on the switching page of the third-level page and deeper level to display the shortcut jump button. It is also necessary to configure the first identifier G_close_key in the public header template of the second-level page to indicate that the subsequent deeper level switching page needs to be Configure the first identifier G_close_key, and add a display shortcut jump button. In order to avoid setting the first logo and the second logo in the secondary page, resulting in the problem of judgment conflict, the priority of setting the second logo is higher than the priority of the first logo, that is, through the judgment in the public header template of the secondary page, When the first logo and the second logo are configured at the same time, the shortcut jump button is not displayed in the secondary page according to the meaning represented by the second logo.

所述第一标识和第二标识均存储在session对象中,其中,Session对象在计算机中,尤其是在网络应用中,称为“会话控制”。在计算机专业术语中,session是指一个终端用户与交互系统进行通信的时间间隔。Both the first identifier and the second identifier are stored in a session object, wherein the Session object is called "session control" in a computer, especially in a network application. In computer terminology, session refers to the time interval during which an end user communicates with an interactive system.

综上,本实施例提供的切换页面的方法,终端记录当前入口页面的跳转ID,并将当前入口页面的跳转链接与该跳转ID关联,在进行页面切换后,在当前切换页面的公共头部模板中显示一个与跳转ID关联的快捷跳转按钮,用户点击触发该快捷跳转按钮,终端根据与快捷跳转按钮关联的跳转ID获取到当前入口页面的跳转链接,根据跳转链接从当前切换页面跳转至所述当前入口页面,实现在至少一次页面切换后从当前切换页面快速跳转回到对应的入口页面,可大大减少用户的无效操作,提高用户交互体验。To sum up, in the method for switching pages provided in this embodiment, the terminal records the jump ID of the current entry page, and associates the jump link of the current entry page with the jump ID. A shortcut jump button associated with the jump ID is displayed in the public header template. The user clicks to trigger the shortcut jump button, and the terminal obtains the jump link to the current entry page according to the jump ID associated with the shortcut jump button. The jump link jumps from the current switching page to the current entry page, so as to quickly jump back to the corresponding entry page from the current switching page after at least one page switch, which can greatly reduce the invalid operation of the user and improve the user interaction experience.

实施例四Embodiment 4

请参考图4,其是本发明实施例四提供的一种切换页面的方法的流程示意图。本实施例在上述任一实施例的基础上,增加了清除第一标识的内容。Please refer to FIG. 4 , which is a schematic flowchart of a method for switching pages according to Embodiment 4 of the present invention. On the basis of any of the above-mentioned embodiments, this embodiment adds the content of clearing the first identifier.

如图4所示,本实施例提供的切换页面的方法,可以包括如下步骤:As shown in FIG. 4 , the method for switching pages provided in this embodiment may include the following steps:

S410、打开应用程序多个入口页面中的任一入口页面,记录当前入口页面的跳转ID。S410: Open any entry page among multiple entry pages of the application, and record the jump ID of the current entry page.

S420、根据用户操作,从当前入口页面进行至少一级的页面切换,且在每级切换页面中显示有快捷跳转按钮,快捷跳转按钮与当前入口页面的跳转ID关联。S420. Perform at least one-level page switching from the current entry page according to the user operation, and display a shortcut jump button on each level of switching page, and the shortcut jump button is associated with the jump ID of the current entry page.

S430、接收快捷跳转按钮的点击触发信号。S430. Receive a click trigger signal of the shortcut jump button.

S440、响应点击触发信号,根据跳转ID从当前切换页面跳转至当前入口页面。S440. In response to the click trigger signal, jump from the current switching page to the current entry page according to the jump ID.

S450、清除第一标识。S450. Clear the first identifier.

示例性的,终端从当前切换页面跳转回对应的当前入口页面后,在各级切换页面的公共头部模板中清除第一标识G_close_key。Exemplarily, after the terminal jumps back from the current switching page to the corresponding current entry page, the terminal clears the first identifier G_close_key in the common header templates of the switching pages at all levels.

综上,本实施例提供的切换页面的方法,终端记录当前入口页面的跳转ID,在进行页面切换后,在当前切换页面中显示一个与跳转ID关联的快捷跳转按钮,用户点击触发该快捷跳转按钮,终端根据与快捷跳转按钮关联的跳转ID从当前切换页面跳转至所述当前入口页面,并清除第一标识,实现在至少一次页面切换后从当前切换页面快速跳转回到对应的入口页面,可大大减少用户的无效操作,提高用户交互体验。To sum up, in the method for switching pages provided in this embodiment, the terminal records the jump ID of the current entry page, and after the page switching is performed, a shortcut jump button associated with the jump ID is displayed on the current switching page, and the user clicks to trigger the With the shortcut jump button, the terminal jumps from the current switching page to the current entry page according to the jump ID associated with the shortcut jump button, and clears the first identifier, so as to quickly jump from the current switching page after at least one page switching. Going back to the corresponding entry page can greatly reduce the invalid operation of the user and improve the user interaction experience.

为更好地解释及描述本发明技术方案,下面以一个具体实例来说明:In order to better explain and describe the technical solution of the present invention, a specific example is described below:

某理财类的应用程序包括理财首页和个人账户首页两个入口页面,当用户要通过该理财应用程序购买理财产品时,可以通过理财首页操作购买,操作路径依次为理财首页、理财产品详情页面、订单页面和支付页面,也可以通过人账户首页操作购买,操作路径依次为个人账户首页、个人资产页面、订单页面和支付页面。A financial management application includes two entrance pages: the financial management homepage and the personal account homepage. When users want to purchase financial products through the financial management application, they can purchase through the financial management homepage. The operation paths are the financial management homepage, the wealth management product details page, The order page and payment page can also be purchased through the homepage of the personal account. The operation paths are the homepage of the personal account, the personal asset page, the order page and the payment page.

用户打开该理财应用程序时,为理财首页设置跳转ID为G_ID=1,并关联理财首页的跳转链接,为个人账户首页设置跳转ID为G_ID=2,并关联个人账户首页的跳转链接。When the user opens the wealth management application, set the jump ID to G_ID=1 for the wealth management homepage, and associate the jump link of the wealth management homepage, set the jump ID to G_ID=2 for the personal account homepage, and associate the jump to the personal account homepage Link.

终端根据用户操作打开理财首页(即当前入口页面)进行购买支付时,将理财首页的跳转ID记录到理财首页的公共头部面板,将理财首页的跳转链接与理财首页的跳转ID关联,再根据用户操作依次打开理财产品详情页面(二级页面)、订单页面(三级页面)和支付页面(当前切换页面)。其中,理财产品详情页面的公共头部模板中配置有第一标识G_close_key和第二标识G_not_key,其公共头部模板不显示快捷跳转按钮;而订单页面和支付页面的公共头部模板均配置有第一标识G_close_key,但均不配置第二标识G_not_key,均在公共头部模板中显示快捷跳转按钮。When the terminal opens the wealth management homepage (that is, the current entry page) for purchase and payment according to the user's operation, it records the jump ID of the wealth management homepage to the public header panel of the wealth management homepage, and associates the jump link of the wealth management homepage with the jump ID of the wealth management homepage. , and then open the wealth management product details page (second-level page), order page (third-level page), and payment page (current switching page) according to user operations. Among them, the public header template of the wealth management product details page is configured with the first identifier G_close_key and the second identifier G_not_key, and the public header template of the public header template does not display the quick jump button; and the public header templates of the order page and payment page are configured with The first identifier G_close_key is not configured with the second identifier G_not_key, and the shortcut jump button is displayed in the public header template.

当用户在支付页面中购买支付完成,想返回理财首页继续操作时,点击支付页面的公共头部模板上显示的快捷跳转按钮,终端根据点击触发信号,在支付页面的公共头部模板中,确定与快捷跳转按钮关联的跳转ID为G_ID=1,并获取到与该跳转ID关联的跳转链接对应理财首页,则快速返回到理财首页,无需操作多次,而且能准确返回到理财首页而非返回到个人账户首页。When the user completes the purchase and payment on the payment page and wants to return to the financial management homepage to continue the operation, click the quick jump button displayed on the public header template of the payment page, and the terminal will trigger the signal according to the click, in the public header template of the payment page, Make sure that the jump ID associated with the quick jump button is G_ID=1, and obtain the jump link associated with the jump ID corresponding to the wealth management homepage, then quickly return to the wealth management homepage without multiple operations, and can accurately return to Banking homepage instead of returning to the personal account homepage.

同理,如果用户是通过个人账户首页进行购买支付,同样可以从支付页面快速返回到个人账户首页,无需操作多次,而且能准确返回到跟了账户首页而非返回到个理财首页。In the same way, if the user makes purchases and payments through the homepage of the personal account, he can also quickly return to the homepage of the personal account from the payment page without having to operate multiple times, and can accurately return to the homepage of the following account instead of returning to the homepage of a financial management.

以下是本发明实施例提供的一种切换页面的装置的实施例,切换页面的装置与上述切换页面的方法属于同一个发明构思,在切换页面的装置的实施例中未详尽描述的细节内容,可以参考上述切换页面的方法的实施例。The following is an example of a device for switching pages provided by an embodiment of the present invention. The device for switching pages and the above-mentioned method for switching pages belong to the same inventive concept, and the details are not described in detail in the embodiments of the device for switching pages, Reference may be made to the foregoing embodiments of the method for switching pages.

实施例五Embodiment 5

请参考图5,其是本发明实施例五提供的一种切换页面的装置的架构示意图。Please refer to FIG. 5 , which is a schematic structural diagram of an apparatus for switching pages according to Embodiment 5 of the present invention.

如图5所示,本实施例提供的一种切换页面的装置500,可以包括如下内容:As shown in FIG. 5 , anapparatus 500 for switching pages provided in this embodiment may include the following contents:

入口页面打开模块510,用于打开应用程序多个入口页面中的任一入口页面,记录当前入口页面的跳转ID。The entrypage opening module 510 is configured to open any entry page among multiple entry pages of the application, and record the jump ID of the current entry page.

页面切换模块520,用于根据用户操作,从当前入口页面进行至少一级的页面切换,且在每级切换页面中显示有快捷跳转按钮,快捷跳转按钮与当前入口页面的跳转ID关联。Thepage switching module 520 is used to perform at least one-level page switching from the current entry page according to the user operation, and a shortcut jump button is displayed in each level of switching page, and the shortcut jump button is associated with the jump ID of the current entry page. .

点击触发信号接收模块530,用于接收快捷跳转按钮的点击触发信号。The click triggersignal receiving module 530 is configured to receive the click trigger signal of the shortcut jump button.

跳转模块540,用于响应点击触发信号,根据跳转ID从当前切换页面跳转至当前入口页面。Thejump module 540 is configured to jump from the current switching page to the current entry page according to the jump ID in response to the click trigger signal.

第一标识清除模块550,用于清除第一标识。The firstidentification clearing module 550 is used for clearing the first identification.

可选的,所述跳转ID与当前入口页面的跳转链接关联。Optionally, the jump ID is associated with a jump link of the current entry page.

跳转模块540具体用于:响应所述点击触发信号,根据所述跳转ID获取所述跳转链接;根据所述跳转链接,从所述当前切换页面跳转至所述当前入口页面。Thejumping module 540 is specifically configured to: in response to the click trigger signal, obtain the jumping link according to the jumping ID; and jumping from the current switching page to the current entry page according to the jumping link.

可选的,所述记录当前入口页面的跳转ID,包括:将当前入口页面的跳转ID,记录到应用程序的页面的公共头部模板。Optionally, the recording of the jump ID of the current entry page includes: recording the jump ID of the current entry page to the public header template of the page of the application.

可选的,所述在每级切换页面中显示有快捷跳转按钮,包括:分别在每级切换页面的公共头部模板中配置有第一标识,第一标识用于表示在相应切换页面的公共头部模板显示快捷跳转按钮。Optionally, the displaying a quick jump button on the switching page at each level includes: respectively configuring a first identifier in the public header template of the switching page at each level, and the first identifier is used to indicate that the switch page is on the corresponding switching page. The public header template displays shortcut jump buttons.

可选的,所述当前入口页面的下一级页面的公共头部模板中还配置有第二标识,第二标识的优先级高于第一标识的优先级,用于表示在公共头部模板中不显示快捷跳转按钮。Optionally, the public header template of the next-level page of the current entry page is also configured with a second identifier, and the priority of the second identifier is higher than the priority of the first identifier, which is used to indicate that in the public header template The shortcut jump button is not displayed in .

跳转模块540还具体用于:响应所述点击触发信号,在当前切换页面的公共头部模板中,查询当前入口页面的跳转ID;根据当前入口页面的跳转ID,获取当前入口页面的跳转链接;根据跳转链接,从当前切换页面跳转至当前入口页面Thejumping module 540 is also specifically configured to: in response to the click trigger signal, query the jump ID of the current entry page in the public header template of the current switching page; obtain the jump ID of the current entry page according to the jump ID of the current entry page. Jump link; according to the jump link, jump from the current switching page to the current entry page

综上,本实施例提供的切换页面的装置,终端记录当前入口页面的跳转ID,在进行页面切换后,在当前切换页面中显示一个与跳转ID关联的快捷跳转按钮,用户点击触发该快捷跳转按钮,终端根据与快捷跳转按钮关联的跳转ID从当前切换页面跳转至所述当前入口页面,实现在至少一次页面切换后从当前切换页面快速跳转回到对应的入口页面,可大大减少用户的无效操作,提高用户交互体验。To sum up, in the device for switching pages provided in this embodiment, the terminal records the jump ID of the current entry page, and after the page switching is performed, a shortcut jump button associated with the jump ID is displayed on the current switching page, and the user clicks to trigger the With the shortcut jump button, the terminal jumps from the current switching page to the current entry page according to the jump ID associated with the shortcut jump button, so as to quickly jump back to the corresponding entry from the current switching page after at least one page switching. The page can greatly reduce the invalid operation of the user and improve the user interaction experience.

注意,上述仅为本发明的较佳实施例及所运用技术原理。本领域技术人员会理解,本发明不限于这里所述的特定实施例,对本领域技术人员来说能够进行各种明显的变化、重新调整和替代而不会脱离本发明的保护范围。因此,虽然通过以上实施例对本发明进行了较为详细的说明,但是本发明不仅仅限于以上实施例,在不脱离本发明构思的情况下,还可以包括更多其他等效实施例,而本发明的范围由所附的权利要求范围决定。Note that the above are only preferred embodiments of the present invention and applied technical principles. Those skilled in the art will understand that the present invention is not limited to the specific embodiments described herein, and various obvious changes, readjustments and substitutions can be made by those skilled in the art without departing from the protection scope of the present invention. Therefore, although the present invention has been described in detail through the above embodiments, the present invention is not limited to the above embodiments, and can also include more other equivalent embodiments without departing from the concept of the present invention. The scope is determined by the scope of the appended claims.

Claims (6)

Translated fromChinese
1.一种切换页面的方法,其特征在于,所述方法包括:1. A method for switching pages, wherein the method comprises:打开应用程序多个入口页面中的任一入口页面,将当前入口页面的跳转ID,记录到所述应用程序的页面的公共头部模板;Open any entry page among the multiple entry pages of the application, and record the jump ID of the current entry page to the public header template of the page of the application;根据用户操作,从所述当前入口页面进行至少一级的页面切换,且在每级切换页面中显示有快捷跳转按钮,所述快捷跳转按钮与所述当前入口页面的跳转ID关联;According to the user operation, at least one level of page switching is performed from the current entry page, and a quick jump button is displayed in each level of the switching page, and the quick jump button is associated with the jump ID of the current entry page;接收所述快捷跳转按钮的点击触发信号;receiving a click trigger signal of the shortcut jump button;响应所述点击触发信号,根据所述跳转ID从当前切换页面跳转至所述当前入口页面;In response to the click trigger signal, jump from the current switching page to the current entry page according to the jump ID;所述跳转ID与所述当前入口页面的跳转链接关联;所述响应所述点击触发信号,根据所述跳转ID从当前切换页面跳转至所述当前入口页面的步骤,包括:The jump ID is associated with the jump link of the current entry page; the step of jumping from the current switching page to the current entry page according to the jump ID in response to the click trigger signal includes:响应所述点击触发信号,根据所述跳转ID获取所述跳转链接;In response to the click trigger signal, obtain the jump link according to the jump ID;根据所述跳转链接,从所述当前切换页面跳转至所述当前入口页面;According to the jump link, jump from the current switching page to the current entry page;所述记录当前入口页面的跳转ID,包括:Described recording the jump ID of the current entry page, including:将当前入口页面的跳转ID,记录到所述应用程序的页面的公共头部模板;Record the jump ID of the current entry page to the public header template of the page of the application;所述在每级切换页面中显示有快捷跳转按钮,包括:The quick jump button is displayed on the switching page of each level, including:分别在每级切换页面的公共头部模板中配置有第一标识,所述第一标识用于表示在相应切换页面的公共头部模板显示所述快捷跳转按钮;A first identifier is respectively configured in the public header template of each level of switching pages, and the first identifier is used to indicate that the quick jump button is displayed in the public header template of the corresponding switching page;所述当前入口页面的下一级页面的公共头部模板中还配置有第二标识,所述第二标识的优先级高于所述第一标识的优先级,用于表示在公共头部模板中不显示所述快捷跳转按钮。The public header template of the next-level page of the current entry page is also configured with a second identifier, and the priority of the second identifier is higher than the priority of the first identifier, which is used to indicate that in the public header template The shortcut jump button is not displayed in .2.如权利要求1所述的方法,其特征在于,所述响应所述点击触发信号,根据所述跳转ID从当前切换页面跳转至所述当前入口页面的步骤,包括:2. The method of claim 1, wherein the step of jumping from the current switching page to the current entry page according to the jump ID in response to the click trigger signal comprises:响应所述点击触发信号,在所述当前切换页面的公共头部模板中,查询所述当前入口页面的跳转ID;In response to the click trigger signal, in the public header template of the current switching page, query the jump ID of the current entry page;根据所述当前入口页面的跳转ID,获取所述当前入口页面的跳转链接;According to the jump ID of the current entry page, obtain the jump link of the current entry page;根据所述跳转链接,从所述当前切换页面跳转至所述当前入口页面。According to the jump link, jump from the current switching page to the current entry page.3.如权利要求1-2任一项所述的方法,其特征在于,所述响应所述点击触发信号,根据所述跳转ID从当前切换页面跳转至所述当前入口页面的步骤之后,还包括:3. The method according to any one of claims 1-2, wherein, in response to the click trigger signal, after the step of jumping from the current switching page to the current entry page according to the jump ID ,Also includes:清除所述第一标识。Clear the first identification.4.一种切换页面的装置,其特征在于,所述装置包括:4. A device for switching pages, wherein the device comprises:入口页面打开模块,用于打开应用程序多个入口页面中的任一入口页面,记录当前入口页面的跳转ID;The entry page opening module is used to open any entry page among the multiple entry pages of the application, and record the jump ID of the current entry page;页面切换模块,用于根据用户操作,从所述当前入口页面进行至少一级的页面切换,且在每级切换页面中显示有快捷跳转按钮,所述快捷跳转按钮与所述当前入口页面的跳转ID关联;A page switching module, configured to perform at least one-level page switching from the current entry page according to user operations, and display a shortcut jump button in each level of switching page, the shortcut jump button and the current entry page The jump ID associated with;点击触发信号接收模块,用于接收所述快捷跳转按钮的点击触发信号;The click trigger signal receiving module is used for receiving the click trigger signal of the quick jump button;跳转模块,用于响应所述点击触发信号,根据所述跳转ID从当前切换页面跳转至所述当前入口页面;a jump module, configured to jump from the current switching page to the current entry page according to the jump ID in response to the click trigger signal;所述在每级切换页面中显示有快捷跳转按钮,包括:分别在每级切换页面的公共头部模板中配置有第一标识,所述第一标识用于表示在相应切换页面的公共头部模板显示所述快捷跳转按钮;The displaying a quick jump button on the switching page at each level includes: respectively configuring a first identifier in the common header template of the switching page at each level, and the first identifier is used to represent the public header on the corresponding switching page. The external template displays the shortcut jump button;所述当前入口页面的下一级页面的公共头部模板中还配置有第二标识,所述第二标识的优先级高于所述第一标识的优先级,用于表示在公共头部模板中不显示所述快捷跳转按钮。The public header template of the next-level page of the current entry page is also configured with a second identifier, and the priority of the second identifier is higher than the priority of the first identifier, which is used to indicate that in the public header template The shortcut jump button is not displayed in .5.如权利要求4所述的装置,其特征在于,所述跳转ID与所述当前入口页面的跳转链接关联;5. The apparatus of claim 4, wherein the jump ID is associated with a jump link of the current entry page;所述跳转模块具体用于:响应所述点击触发信号,根据所述跳转ID获取所述跳转链接;根据所述跳转链接,从所述当前切换页面跳转至所述当前入口页面;The jumping module is specifically configured to: in response to the click trigger signal, obtain the jumping link according to the jumping ID; according to the jumping link, jump from the current switching page to the current entry page ;所述记录当前入口页面的跳转ID,包括:将当前入口页面的跳转ID,记录到所述应用程序的页面的公共头部模板。The recording of the jump ID of the current entry page includes: recording the jump ID of the current entry page to the public header template of the page of the application program.6.如权利要求5所述的装置,其特征在于,6. The apparatus of claim 5, wherein所述跳转模块还具体用于:响应所述点击触发信号,在所述当前切换页面的公共头部模板中,查询所述当前入口页面的跳转ID;根据所述当前入口页面的跳转ID,获取所述当前入口页面的跳转链接;根据所述跳转链接,从所述当前切换页面跳转至所述当前入口页面;The jumping module is further specifically configured to: in response to the click trigger signal, query the jumping ID of the current entry page in the public header template of the current switching page; according to the jumping of the current entry page ID, obtain the jump link of the current entry page; according to the jump link, jump from the current switching page to the current entry page;所述装置还包括:The device also includes:第一标识清除模块,用于清除所述第一标识。The first identification clearing module is used for clearing the first identification.
CN201710301124.7A2017-05-022017-05-02Page switching method and deviceActiveCN106951148B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN201710301124.7ACN106951148B (en)2017-05-022017-05-02Page switching method and device

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN201710301124.7ACN106951148B (en)2017-05-022017-05-02Page switching method and device

Publications (2)

Publication NumberPublication Date
CN106951148A CN106951148A (en)2017-07-14
CN106951148Btrue CN106951148B (en)2020-03-03

Family

ID=59478616

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN201710301124.7AActiveCN106951148B (en)2017-05-022017-05-02Page switching method and device

Country Status (1)

CountryLink
CN (1)CN106951148B (en)

Families Citing this family (16)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
EP3625751A4 (en)2017-06-202020-04-22Beijing Didi Infinity Technology And Development Co., Ltd. SYSTEMS AND METHODS FOR DATA PROCESSING IN RELATION TO ONLINE TO OFFLINE SERVICE
CN113407323B (en)*2017-07-172025-03-25北京嘀嘀无限科技发展有限公司 Page jump method, page jump device, equipment and storage medium
CN108268196B (en)*2017-08-292020-10-16阿里巴巴(中国)有限公司Continuous reading method and device and terminal
CN108268295A (en)*2017-12-282018-07-10天脉聚源(北京)科技有限公司A kind of method and device of the page jump based on single interface
CN108197257A (en)*2017-12-292018-06-22深圳乐信软件技术有限公司Html page generation method, device, equipment and storage medium
CN108763541B (en)*2018-05-312021-07-13维沃移动通信有限公司 A page display method and terminal
CN108959487A (en)*2018-06-222018-12-07福建南威软件有限公司A kind of page processing method based on the end H5
CN110874166B (en)2018-08-292022-05-03腾讯科技(深圳)有限公司Page switching method and device, storage medium and computer equipment
CN109885370A (en)*2019-02-202019-06-14武汉斗鱼鱼乐网络科技有限公司Homepage return method, device, electronic equipment and storage medium
CN110069724A (en)*2019-03-152019-07-30深圳壹账通智能科技有限公司The quick jump method of application program, device, electronic equipment and storage medium
CN111694626B (en)*2019-03-152024-07-12Oppo广东移动通信有限公司Application jump method, device, terminal and storage medium
CN111045565B (en)*2019-12-062022-04-22北京达佳互联信息技术有限公司Multimedia page switching method and electronic equipment
CN111400625B (en)*2020-03-252023-03-28抖音视界有限公司Page processing method and device, electronic equipment and computer readable storage medium
CN113297512B (en)*2020-04-092025-02-28阿里巴巴集团控股有限公司 Service page jump method and device
CN113742807B (en)*2021-09-072024-05-14广联达科技股份有限公司Interactive processing method and device and electronic equipment
CN114356477B (en)*2021-12-222024-04-09青岛海信移动通信技术有限公司Terminal equipment and application program calling method

Citations (6)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US6275852B1 (en)*1988-07-152001-08-14International Business Machines Corp.Interactive computer network and method of operation
CN1746889A (en)*2005-10-172006-03-15蒋晓海Realization of mobile real-time telecommunication client end with double page and interface
CN103885992A (en)*2012-12-242014-06-25腾讯科技(武汉)有限公司Method and device for controlling page display
CN104516676A (en)*2015-01-092015-04-15深圳市创凯电子有限公司Method and device for quickly switching pages
CN106021549A (en)*2016-05-272016-10-12青岛海信传媒网络技术有限公司Page control method and device of web application program and terminal device
CN106339426A (en)*2016-08-162017-01-18金蝶软件(中国)有限公司Mobile application page control method and system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US6275852B1 (en)*1988-07-152001-08-14International Business Machines Corp.Interactive computer network and method of operation
CN1746889A (en)*2005-10-172006-03-15蒋晓海Realization of mobile real-time telecommunication client end with double page and interface
CN103885992A (en)*2012-12-242014-06-25腾讯科技(武汉)有限公司Method and device for controlling page display
CN104516676A (en)*2015-01-092015-04-15深圳市创凯电子有限公司Method and device for quickly switching pages
CN106021549A (en)*2016-05-272016-10-12青岛海信传媒网络技术有限公司Page control method and device of web application program and terminal device
CN106339426A (en)*2016-08-162017-01-18金蝶软件(中国)有限公司Mobile application page control method and system

Also Published As

Publication numberPublication date
CN106951148A (en)2017-07-14

Similar Documents

PublicationPublication DateTitle
CN106951148B (en)Page switching method and device
US9990101B2 (en)Managing GUI control auto-advancing
CN108763579B (en) Search content recommendation method, device, terminal device and storage medium
US20150248723A1 (en)Cross-domain communications between browser windows
TWI828888B (en)Thread of conversation displaying method, computer readable recording medium and computer device
CN107391115B (en)A kind of method, apparatus and computer equipment for realizing pop-up alternative events
US20140235198A1 (en)Merchant server programmed for user acquisition within a repeat payment computer system
CN112988006A (en)Display method, display device, electronic equipment and storage medium
CN110290058A (en) A method and device for presenting session messages in an application
WO2024098995A1 (en)Notification information display method and apparatus, electronic device and storage medium
WO2018000633A1 (en)Page information processing method, apparatus and electronic device
CN113343138A (en)Rollback interception method and device, intelligent terminal and storage medium
WO2018086454A1 (en)Page data processing method and device
CN116893792A (en) Screen projection control method, device and electronic equipment
CN109636460A (en)A kind of method for processing business, device, equipment and storage medium
JP2018508866A (en) Method and apparatus for displaying application page of mobile terminal
CN114401337B (en) Data sharing method, device, equipment and storage medium based on cloud phone
CN111581554A (en)Information recommendation method and device
US20170185966A1 (en)Providing calendar utility to capture calendar event
WO2015101254A1 (en)Information interaction method, apparatus and system
US20150294399A1 (en)Systems and methods for exchanging items
CN113807831A (en)Payment method and device
CN113793198B (en)Display method and device and electronic equipment
CN111694498B (en)Interface display method and device and electronic equipment
WO2022253132A1 (en)Information display method and apparatus, and electronic device

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
GR01Patent grant
GR01Patent grant

[8]ページ先頭

©2009-2025 Movatter.jp