CN114416195B - H5 page loading method and device, intelligent terminal and server - Google Patents

H5 page loading method and device, intelligent terminal and server Download PDF

Info

Publication number
CN114416195B
CN114416195B CN202111600450.0A CN202111600450A CN114416195B CN 114416195 B CN114416195 B CN 114416195B CN 202111600450 A CN202111600450 A CN 202111600450A CN 114416195 B CN114416195 B CN 114416195B
Authority
CN
China
Prior art keywords
page
target
loading
login
current user
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
CN202111600450.0A
Other languages
Chinese (zh)
Other versions
CN114416195A (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.)
Qingdao Haier Technology Co Ltd
Haier Smart Home Co Ltd
Original Assignee
Qingdao Haier Technology Co Ltd
Haier Smart Home 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 Qingdao Haier Technology Co Ltd, Haier Smart Home Co Ltd filed Critical Qingdao Haier Technology Co Ltd
Priority to CN202111600450.0A priority Critical patent/CN114416195B/en
Publication of CN114416195A publication Critical patent/CN114416195A/en
Application granted granted Critical
Publication of CN114416195B publication Critical patent/CN114416195B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The method, the device, the intelligent terminal and the server for loading the H5 page are applied to the technical field of Internet, the intelligent terminal loads the target H5 page and sends login information of a current user, the server sends a login request and an auxiliary page according to the login information, the intelligent terminal loads the auxiliary page and returns to the target H5 page, page returning operation is only carried out, so that the login request of the server is successfully received, then the target H5 page is stored in response to the login request, the login page is switched to, and under the condition that the current user is successfully logged in, the intelligent terminal loads the target H5 page again. According to the method, the auxiliary page is introduced, page rollback operation is realized through the auxiliary page, the intelligent terminal can successfully receive the login request, then the target H5 page is automatically reloaded, the whole process is free from user participation except the login operation, the clicking times of the user are effectively reduced, and the use experience of the user is improved.

Description

H5 page loading method and device, intelligent terminal and server
Technical Field
The application belongs to the technical field of Internet, and particularly relates to an H5 page loading method and device, an intelligent terminal and a server.
Background
The small programs such as WeChat small programs running on intelligent terminals such as mobile phones and tablet computers have strict requirements, so that pages in some small programs are stored in a remote server, the small program pages stored in the server are H5 pages related to the application, and the intelligent terminals acquire and load the H5 pages through webview technology.
In practical application, if the H5 page browsed by the user needs to be logged in by the user, the server sends a login request to the intelligent terminal, and the intelligent terminal loads the login page according to the obtained login request, so as to perform login verification. Because many applets do not support real-time communication between the server and the intelligent terminal, a login request sent by the server can be received by the intelligent terminal only when the applets perform page rollback, component destruction or page sharing operations.
For a scene of receiving a login request based on page rollback, the intelligent terminal firstly needs to roll back to an applet page before the H5 page from the currently displayed H5 page, then loads the login page, and after login is completed, a user needs to click again to return to the H5 page.
Disclosure of Invention
In view of the above, the present application aims to provide a method, an apparatus, an intelligent terminal, and a server for loading H5 pages, which realize page rollback by assisting pages, ensure completion of user login operation, realize automatic loading of target H5 pages on the basis, reduce the number of clicking times of users, and facilitate improvement of user experience, and specifically, the present application provides the following solutions:
in a first aspect, the present application provides an H5 page loading method, applied to an intelligent terminal, the method comprising:
loading a target H5 page and sending login information of a current user;
acquiring and loading an auxiliary page;
the auxiliary page and the login request corresponding to the login information are synchronously generated;
returning the target H5 page to receive the login request;
responding to the login request, storing the target H5 page and switching to the login page;
and under the condition that the current user login is successful, loading the target H5 page again.
Optionally, the storing the target H5 page and switching to a login page includes:
storing the link address of the target H5 page;
and unloading the target H5 page and loading a login page.
Optionally, before returning the target H5 page, the method further includes:
and modifying the preset destruction zone bit of the auxiliary page from an invalid state to an effective state.
Optionally, the unloading the target H5 page includes:
acquiring the state of the preset destruction zone bit;
and if the preset destruction flag bit is switched from the invalid state to the valid state, unloading the target H5 page.
Optionally, the reloading the target H5 page includes:
acquiring page information of the target H5 page according to the link address;
and loading the target H5 page again according to the page information.
In a second aspect, the present application provides an H5 page loading method, applied to a server, the method comprising:
receiving login information of a current user, and sending the login information after loading a target H5 page;
if the current user is in an unregistered state, a login request and an auxiliary page are sent;
the auxiliary page is used for receiving the login request after page rollback operation, and the login request is used for loading a login page;
acquiring a loading request of the target H5 page under the condition that the current user login is successful;
and feeding back page information of the target H5 page according to the loading request, wherein the page information is used for loading the target H5 page again.
In a third aspect, the present application provides an H5 page loading device, applied to an intelligent terminal, where the device includes:
the first loading unit is used for loading the target H5 page and sending login information of the current user;
the second loading unit is used for acquiring and loading the auxiliary page;
the auxiliary page and the login request corresponding to the login information are synchronously generated;
the returning unit is used for returning the target H5 page so as to receive the login request;
the switching unit is used for responding to the login request, storing the target H5 page and switching to the login page;
and the third loading unit is used for loading the target H5 page again under the condition that the current user login is successful.
In a fourth aspect, the present application provides an H5 page loading apparatus, applied to a server, the apparatus comprising:
the receiving unit is used for receiving login information of a current user, and the login information is sent out after the target H5 page is loaded;
the sending unit is used for sending a login request and an auxiliary page if the current user is in an unregistered state;
the auxiliary page is used for receiving the login request after page rollback operation, and the login request is used for loading a login page;
the first acquisition unit is used for acquiring a loading request of the target H5 page under the condition that the current user login is successful;
and the feedback unit is used for feeding back the page information of the target H5 page according to the loading request, and the page information is used for loading the target H5 page again.
In a fifth aspect, the present application provides an intelligent terminal, including: a memory and a processor; the memory stores a program adapted to be executed by the processor to implement the H5 page loading method according to any one of the first aspects of the present application.
In a sixth aspect, the present application provides a server comprising: a memory and a processor; the memory stores a program adapted to be executed by the processor to implement the H5 page loading method according to the second aspect of the present application.
Based on the above technical scheme, according to the H5 page loading method provided by the embodiment of the application, the intelligent terminal loads the target H5 page and sends the login information of the current user, the server sends the login request and the auxiliary page according to the login information, the intelligent terminal loads the auxiliary page and returns to the target H5 page, and only performs page returning operation, so that the login request of the server is successfully received, then the target H5 page is stored in response to the login request, and is switched to the login page, the current user inputs the login information, and under the condition that the current user is successful in login, the intelligent terminal loads the target H5 page again. According to the H5 page loading method, the auxiliary page is introduced, page rollback operation is realized through the auxiliary page, the intelligent terminal can successfully receive the login request, the user login operation is completed, then the target H5 page is automatically loaded again, the whole process is free from user participation except the login operation, the clicking times of the user are effectively reduced, and the use experience of the user is improved.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, and it is obvious that the drawings in the following description are some embodiments of the present application, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flowchart of an H5 page loading method provided by an embodiment of the present application;
FIG. 2 is a block diagram of an H5 page loader according to an embodiment of the present application;
FIG. 3 is a block diagram of another H5 page loader according to an embodiment of the present application;
fig. 4 is a block diagram of a structure of a further H5 page-recording apparatus according to an embodiment of the present application;
fig. 5 is a block diagram of an intelligent terminal according to an embodiment of the present application;
fig. 6 is a block diagram of a server according to an embodiment of the present application.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present application more apparent, the technical solutions of the embodiments of the present application will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present application, and it is apparent that the described embodiments are some embodiments of the present application, but not all embodiments of the present application. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
In order to facilitate understanding of the H5 page loading method provided by the present application, first, related concepts related to the following description will be described. The intelligent terminal in the embodiment of the application refers to electronic equipment running small programs, such as a smart phone, a tablet personal computer and the like, the server refers to a server storing H5 pages, the small programs running on the intelligent terminal can acquire the H5 pages stored on the server based on webview technology and display the H5 pages on the intelligent terminal, and the pages which can be displayed by the intelligent terminal in the small programs can be the small program pages without accessing the server relative to the H5 pages. The applet described in the embodiment of the present application may be any applet in the prior art, such as a WeChat applet or a Payment applet.
Based on the foregoing, referring to fig. 1, fig. 1 is a flowchart of an H5 page loading method according to an embodiment of the present application, and as shown in fig. 1, the flow of the method may include:
s100, the intelligent terminal loads the target H5 page and sends login information of the current user.
In practical application, in order to improve the use feeling of the user, no matter whether the current user logs in the applet, the intelligent terminal can acquire and load the H5 page from the server according to the clicking operation of the current user on the applet, and at the same time, the login information of the current user is also sent to the server, and the login information is used for representing whether the current user is in a login state or an unregistered state. Specifically, the sending of the login information may be implemented based on a parameter transmission form, and of course, other modes in the prior art may also be implemented, which is not limited in the present application.
It can be understood that the process of loading the target H5 page by the intelligent terminal in this step is triggered by the current user, for example, clicking a page component in the applet, and obtaining corresponding target H5 page information through the component.
S110, the server receives login information of the current user.
According to the steps, the login information is sent after the intelligent terminal loads the target H5 page, the specific implementation of the server for receiving the login information of the current user can be realized by referring to the prior art, and the login information is matched with the S100, so that the method is not limited.
S120, the server sends a login request and an auxiliary page under the condition that the current user is in an unregistered state.
The server can determine whether the current user is in a login state according to the obtained login information, and if the current user is in an unregistered state, a login request and an auxiliary page are sent to the intelligent terminal.
It can be understood from the foregoing that, in the case where the applet of the intelligent terminal cannot communicate with the server in real time, the intelligent terminal can successfully receive the login request sent by the server only when the applet performs the page rollback, component destruction or page sharing operation, so that although the server sends the login request in this step, the intelligent terminal does not successfully receive the login request at present and only receives the auxiliary page.
Optionally, the server may send a login request to the intelligent terminal by calling a preset interface function. For example, for a WeChat applet, the sending of a login request may be achieved through uni.PostMessage (). Of course, other means of sending the login request may be used, and this is not listed here.
It should be noted that, if the login information indicates that the current user is already in the login state, the corresponding function of the target H5 page display may be executed directly according to the prior art according to the user operation, and no subsequent steps are executed.
S130, the intelligent terminal acquires and loads the auxiliary page.
After the server sends the auxiliary page, the intelligent terminal can smoothly receive and load the auxiliary page and display the auxiliary page in the display interface.
S140, the intelligent terminal returns to the target H5 page to receive the login request.
The intelligent terminal rolls back the currently loaded auxiliary page to the target H5 page, namely, the page roll-back operation is realized through the auxiliary page, and based on the knowledge of the content, the intelligent terminal can successfully receive the login request sent by the server in S120 through the page roll-back operation.
Optionally, while performing the page rollback operation, the intelligent terminal may further modify the preset destruction flag bit in the auxiliary page from an invalid state to a valid state, that is, from False to true.
S150, the intelligent terminal responds to the login request, stores the target H5 page and switches to the login page.
After a login request sent by a server is successfully received, the intelligent terminal stores a target H5 page, specifically, can store a link address of the target H5 page in the server, detects a preset destruction flag bit of an auxiliary page, and unloads the target H5 page and records the preset login page if the preset destruction flag bit is changed from an invalid state to an effective state.
It can be understood that if the preset destruction flag bit is not provided, the intelligent terminal can directly unload the target H5 page after storing the target H5 page, i.e. directly unload the current webview node, and then record the login page.
It should be noted that, for the loading process of the login page, the loading process may be implemented with reference to the prior art, which is not specifically limited by the present application.
S160, the intelligent terminal sends a loading request of the target H5 page under the condition that the current user login is successful.
After the intelligent terminal loads the login page, the current user can input relevant information required by login, such as a user name, a login password and the like, in the login page, and if the current user successfully logs in, a loading request of the target H5 page is sent to the server.
In contrast, if the current user fails to log in, no subsequent operation can be performed, which can be done according to the prior art, and is not developed here.
Optionally, if the link address of the target H5 page is stored in the foregoing step, the load request sent in this step should include the link address, so that the page information of the target H5 page is obtained through the link address.
S170, the server acquires a loading request of the target H5 page, and feeds back page information of the target H5 page according to the loading request.
Optionally, if the loading request of the intelligent terminal includes the link address of the target H5 page, the server may feed back corresponding page information according to the link address. Of course, if the loading request does not include the link address of the target H5 page, the loading request may be implemented in other ways that can determine the page information of the target H5 page, which is also within the scope of the present application under the premise of not exceeding the core idea of the present application.
S180, the intelligent terminal loads the target H5 page again.
Through the steps, the current user can load the target H5 page again according to the obtained page information after logging in, and after the loading is successful, the current user can access all preset functions in the target H5 page.
In summary, according to the H5 page loading method provided by the application, the auxiliary page is introduced, the page rollback operation is realized through the auxiliary page, so that the intelligent terminal can smoothly receive the login request, complete the user login operation, then the target H5 page is automatically loaded again, the whole process is free from user participation except the login operation, the clicking times of the user are effectively reduced, and the use feeling of the user is improved.
The following describes the H5 page loading device provided by the embodiment of the present application, where the H5 page loading device described below may be regarded as a functional module architecture to be set in a central device to implement the H5 page loading method provided by the embodiment of the present application; the following description may be referred to with respect to the above.
Fig. 2 is a block diagram of an H5 page loading device according to an embodiment of the present application, where the device is applied to an intelligent terminal, and referring to fig. 2, the device may include:
the first loading unit 1 is used for loading a target H5 page and sending login information of a current user;
a second loading unit 2, configured to acquire and load an auxiliary page;
the auxiliary page and the login request corresponding to the login information are synchronously generated;
a return unit 3 for returning the target H5 page to receive the login request;
a switching unit 4, configured to store a target H5 page and switch to a login page in response to a login request;
and the third loading unit 5 is used for loading the target H5 page again under the condition that the current user login is successful.
Optionally, the switching unit 4 is configured to store the target H5 page and switch to the login page, and includes:
storing the link address of the target H5 page;
and unloading the target H5 page and loading the login page.
Optionally, the third loading unit 5 is configured to load the target H5 page again, and includes:
acquiring page information of a target H5 page according to the link address;
and loading the target H5 page again according to the page information.
Optionally, referring to fig. 3, fig. 3 is a block diagram of another H5 page loading device according to an embodiment of the present application, and on the basis of the embodiment shown in fig. 2, the device further includes:
the recording unit 6 is used for modifying the preset destruction flag bit of the auxiliary page from an invalid state to an effective state.
Optionally, the switching unit 4 is configured to unload the target H5 page, and specifically includes:
acquiring a state of a preset destruction zone bit;
and if the preset destruction flag bit is switched from the invalid state to the valid state, unloading the target H5 page.
Optionally, referring to fig. 4, fig. 4 is a block diagram of another H5 page loading device according to an embodiment of the present application, where the device is applied to a server, and includes:
the receiving unit 7 is used for receiving login information of the current user, and the login information is sent out after the target H5 page is loaded;
a sending unit 8, configured to send a login request and an auxiliary page if the current user is in an unregistered state;
the auxiliary page is used for receiving the login request after page rollback operation, and the login request is used for loading a login page;
the first obtaining unit 9 is used for obtaining a loading request of a target H5 page sent by the intelligent terminal under the condition that the current user login is successful;
and the feedback unit 10 is used for feeding back the page information of the target H5 page according to the loading request, wherein the page information is used for loading the target H5 page again.
Optionally, referring to fig. 5, fig. 5 is a block diagram of a structure of an intelligent terminal provided by an embodiment of the present application, and referring to fig. 5, the method may include: at least one processor 100, at least one communication interface 200, at least one memory 300, and at least one communication bus 400;
in the embodiment of the present application, the number of the processor 100, the communication interface 200, the memory 300 and the communication bus 400 is at least one, and the processor 100, the communication interface 200 and the memory 300 complete the communication with each other through the communication bus 400; it will be apparent that the communication connection schematic shown in the processor 100, the communication interface 200, the memory 300 and the communication bus 400 shown in fig. 6 is only optional;
alternatively, the communication interface 200 may be an interface of a communication module;
the processor 100 may be a central processing unit CPU, or a specific integrated circuit ASIC (Application Specific Integrated Circuit), or one or more integrated circuits configured to implement embodiments of the present application.
The memory 300, which stores application programs, may include a high-speed RAM memory, and may also include a non-volatile memory (non-volatile memory), such as at least one disk memory.
The processor 100 is specifically configured to execute an application program in the memory, so as to implement any embodiment of the method executed by the intelligent terminal in the H5 page loading method described above.
Optionally, referring to fig. 6, fig. 6 is a block diagram of a server according to an embodiment of the present application, and referring to fig. 6, the method may include: at least one processor 500, at least one communication interface 600, at least one memory 700, and at least one communication bus 800;
in the embodiment of the present application, the number of the processor 500, the communication interface 600, the memory 700 and the communication bus 800 is at least one, and the processor 500, the communication interface 600 and the memory 700 complete the communication between each other through the communication bus 800; it will be apparent that the communication connection scheme shown in processor 500, communication interface 600, memory 700, and communication bus 800 of fig. 6 is merely optional;
alternatively, the communication interface 600 may be an interface of a communication module;
the processor 500 may be a central processing unit CPU, or a specific integrated circuit ASIC (Application Specific Integrated Circuit), or one or more integrated circuits configured to implement embodiments of the present application.
The memory 700, which stores application programs, may include a high-speed RAM memory, and may also include a non-volatile memory (non-volatile memory), such as at least one disk memory.
The processor 500 is specifically configured to execute an application program in the memory, so as to implement any embodiment of the method executed by the server in the H5 page loading method described above.
In the present specification, each embodiment is described in a progressive manner, and each embodiment is mainly described in a different point from other embodiments, and identical and similar parts between the embodiments are all enough to refer to each other. For the device disclosed in the embodiment, since it corresponds to the method disclosed in the embodiment, the description is relatively simple, and the relevant points refer to the description of the method section.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative elements and steps are described above generally in terms of functionality in order to clearly illustrate the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. The software modules may be disposed in Random Access Memory (RAM), memory, read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. An H5 page loading method, which is characterized by being applied to an intelligent terminal, comprises the following steps:
clicking operation of the current user on the applet, loading a target H5 page from a server and sending login information of the current user;
acquiring and loading an auxiliary page, and displaying the auxiliary page in a display interface;
the auxiliary page and the login request corresponding to the login information are synchronously generated;
the auxiliary page is used for realizing returning the target H5 page so as to receive the login request;
responding to the login request, storing the target H5 page and switching to the login page;
and under the condition that the current user login is successful, automatically loading the target H5 page again.
2. The H5 page loading method of claim 1, wherein the storing the target H5 page and switching to a landing page comprises:
storing the link address of the target H5 page;
and unloading the target H5 page and loading a login page.
3. The H5 page loading method of claim 2, further comprising, prior to returning the target H5 page:
and modifying the preset destruction zone bit of the auxiliary page from an invalid state to an effective state.
4. The H5 page loading method of claim 3, wherein said unloading said target H5 page comprises:
acquiring the state of the preset destruction zone bit;
and if the preset destruction flag bit is switched from the invalid state to the valid state, unloading the target H5 page.
5. The H5 page loading method according to claim 2, wherein loading the target H5 page again comprises:
acquiring page information of the target H5 page according to the link address;
and loading the target H5 page again according to the page information.
6. An H5 page loading method, applied to a server, comprising:
after clicking operation of the current user on the applet, the intelligent terminal loads a target H5 page, the server receives login information of the current user, and the login information is sent after loading the target H5 page;
if the current user is in an unregistered state, a login request and an auxiliary page are sent, and the auxiliary page is loaded and displayed in a display interface;
the auxiliary page is used for receiving the login request after H5 page rollback operation, and the login request is used for loading a login page;
acquiring a loading request of the target H5 page under the condition that the current user login is successful;
and feeding back page information of the target H5 page according to the loading request, wherein the page information is used for automatically loading the target H5 page again.
7. An H5 page loading device, characterized in that it is applied to an intelligent terminal, the device comprising:
the first loading unit is used for clicking operation of the current user on the applet, loading a target H5 page from the server and sending login information of the current user;
the second loading unit is used for acquiring and loading the auxiliary page and displaying the auxiliary page in the display interface;
the auxiliary page and the login request corresponding to the login information are synchronously generated;
the return unit is used for assisting in returning the target H5 page to receive the login request;
the switching unit is used for responding to the login request, storing the target H5 page and switching to the login page;
and the third loading unit is used for automatically loading the target H5 page again under the condition that the current user login is successful.
8. An H5 page loading apparatus for use with a server, the apparatus comprising:
the receiving unit is used for loading a target H5 page by the intelligent terminal after the clicking operation of the current user on the applet, the server receives login information of the current user, and the login information is sent after the loading of the target H5 page;
the sending unit is used for sending a login request and an auxiliary page if the current user is in an unregistered state, and the auxiliary page is loaded and displayed in a display interface;
the auxiliary page is used for receiving the login request after H5 page rollback operation, and the login request is used for loading a login page;
the first acquisition unit is used for acquiring a loading request of the target H5 page under the condition that the current user login is successful;
and the feedback unit is used for feeding back the page information of the target H5 page according to the loading request, and the page information is used for automatically loading the target H5 page again.
9. An intelligent terminal, characterized by comprising: a memory and a processor; the memory stores a program adapted for execution by the processor to implement the H5 page loading method of any one of claims 1 to 5.
10. A server, comprising: a memory and a processor; the memory stores a program adapted for execution by the processor to implement the H5 page loading method of claim 6.
CN202111600450.0A 2021-12-24 2021-12-24 H5 page loading method and device, intelligent terminal and server Active CN114416195B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111600450.0A CN114416195B (en) 2021-12-24 2021-12-24 H5 page loading method and device, intelligent terminal and server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111600450.0A CN114416195B (en) 2021-12-24 2021-12-24 H5 page loading method and device, intelligent terminal and server

Publications (2)

Publication Number Publication Date
CN114416195A CN114416195A (en) 2022-04-29
CN114416195B true CN114416195B (en) 2023-08-18

Family

ID=81268598

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111600450.0A Active CN114416195B (en) 2021-12-24 2021-12-24 H5 page loading method and device, intelligent terminal and server

Country Status (1)

Country Link
CN (1) CN114416195B (en)

Citations (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104837134A (en) * 2014-02-07 2015-08-12 中国移动通信集团北京有限公司 Web authentication user registration method, device and system
CN107026847A (en) * 2017-02-09 2017-08-08 阿里巴巴集团控股有限公司 One kind trusts login method, server and system
CN109584388A (en) * 2018-11-15 2019-04-05 安徽信果网络科技有限公司 A kind of self-service Parking Fee payment system based on wechat small routine
CN109660487A (en) * 2017-10-10 2019-04-19 武汉斗鱼网络科技有限公司 Authorization method, storage medium, electronic equipment and system based on H5 webpage
CN109995882A (en) * 2019-05-07 2019-07-09 东莞市商二信息科技有限公司 A kind of mobile application system based on micro services
CN109995755A (en) * 2019-02-20 2019-07-09 深圳点猫科技有限公司 A kind of control method and device of the logging state based on small routine framework
CN110234117A (en) * 2019-06-27 2019-09-13 杭州博联智能科技股份有限公司 IOT equipment distribution method, apparatus, equipment and medium based on small routine
CN110557396A (en) * 2019-09-09 2019-12-10 苏宁消费金融有限公司 method and system for unifying login sessions between H5 clients
CN110569642A (en) * 2019-09-02 2019-12-13 紫光云技术有限公司 Micro-service management platform based on small programs
CN110933078A (en) * 2019-11-29 2020-03-27 交通银行股份有限公司 H5 unregistered user session tracking method
CN111026950A (en) * 2019-11-19 2020-04-17 微民保险代理有限公司 Page access method and device, server and page access system
CN111382387A (en) * 2020-03-06 2020-07-07 深圳市盟天科技有限公司 Webpage access method, device, equipment and storage medium based on small program
CN111654518A (en) * 2020-04-14 2020-09-11 北京奇艺世纪科技有限公司 Content pushing method and device, electronic equipment and computer readable storage medium
CN111767052A (en) * 2020-06-30 2020-10-13 平安国际智慧城市科技股份有限公司 Interaction method, device and storage medium for H5 page and native APP
CN111814133A (en) * 2020-05-27 2020-10-23 平安国际智慧城市科技股份有限公司 Unified login method and device for mobile application
CN112346741A (en) * 2020-09-27 2021-02-09 北京淇瑀信息科技有限公司 Method and device for positioning target page after awakening APP based on H5 external link, electronic equipment and storage medium
CN112491861A (en) * 2020-11-20 2021-03-12 长沙市到家悠享网络科技有限公司 Login state synchronization method, device and storage medium
CN112631701A (en) * 2020-12-22 2021-04-09 平安普惠企业管理有限公司 Page request method and device, computer equipment and storage medium
CN113282354A (en) * 2021-06-28 2021-08-20 中国平安人寿保险股份有限公司 H5 page loading method, device, equipment and storage medium of application program
CN113378147A (en) * 2020-03-09 2021-09-10 中国电信股份有限公司 Method for user to log in service platform
CN113434234A (en) * 2021-06-29 2021-09-24 青岛海尔科技有限公司 Page jump method, device, computer readable storage medium and processor
CN113824691A (en) * 2021-08-25 2021-12-21 浪潮软件股份有限公司 Method for implementing silent login strategy applied by mobile terminal third party H5

Patent Citations (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104837134A (en) * 2014-02-07 2015-08-12 中国移动通信集团北京有限公司 Web authentication user registration method, device and system
CN107026847A (en) * 2017-02-09 2017-08-08 阿里巴巴集团控股有限公司 One kind trusts login method, server and system
CN109660487A (en) * 2017-10-10 2019-04-19 武汉斗鱼网络科技有限公司 Authorization method, storage medium, electronic equipment and system based on H5 webpage
CN109584388A (en) * 2018-11-15 2019-04-05 安徽信果网络科技有限公司 A kind of self-service Parking Fee payment system based on wechat small routine
CN109995755A (en) * 2019-02-20 2019-07-09 深圳点猫科技有限公司 A kind of control method and device of the logging state based on small routine framework
CN109995882A (en) * 2019-05-07 2019-07-09 东莞市商二信息科技有限公司 A kind of mobile application system based on micro services
CN110234117A (en) * 2019-06-27 2019-09-13 杭州博联智能科技股份有限公司 IOT equipment distribution method, apparatus, equipment and medium based on small routine
CN110569642A (en) * 2019-09-02 2019-12-13 紫光云技术有限公司 Micro-service management platform based on small programs
CN110557396A (en) * 2019-09-09 2019-12-10 苏宁消费金融有限公司 method and system for unifying login sessions between H5 clients
CN111026950A (en) * 2019-11-19 2020-04-17 微民保险代理有限公司 Page access method and device, server and page access system
CN110933078A (en) * 2019-11-29 2020-03-27 交通银行股份有限公司 H5 unregistered user session tracking method
CN111382387A (en) * 2020-03-06 2020-07-07 深圳市盟天科技有限公司 Webpage access method, device, equipment and storage medium based on small program
CN113378147A (en) * 2020-03-09 2021-09-10 中国电信股份有限公司 Method for user to log in service platform
CN111654518A (en) * 2020-04-14 2020-09-11 北京奇艺世纪科技有限公司 Content pushing method and device, electronic equipment and computer readable storage medium
CN111814133A (en) * 2020-05-27 2020-10-23 平安国际智慧城市科技股份有限公司 Unified login method and device for mobile application
CN111767052A (en) * 2020-06-30 2020-10-13 平安国际智慧城市科技股份有限公司 Interaction method, device and storage medium for H5 page and native APP
CN112346741A (en) * 2020-09-27 2021-02-09 北京淇瑀信息科技有限公司 Method and device for positioning target page after awakening APP based on H5 external link, electronic equipment and storage medium
CN112491861A (en) * 2020-11-20 2021-03-12 长沙市到家悠享网络科技有限公司 Login state synchronization method, device and storage medium
CN112631701A (en) * 2020-12-22 2021-04-09 平安普惠企业管理有限公司 Page request method and device, computer equipment and storage medium
CN113282354A (en) * 2021-06-28 2021-08-20 中国平安人寿保险股份有限公司 H5 page loading method, device, equipment and storage medium of application program
CN113434234A (en) * 2021-06-29 2021-09-24 青岛海尔科技有限公司 Page jump method, device, computer readable storage medium and processor
CN113824691A (en) * 2021-08-25 2021-12-21 浪潮软件股份有限公司 Method for implementing silent login strategy applied by mobile terminal third party H5

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"一种面向深度学习的电视’云播大脑‘智慧感知系统";陈浩等;《中国新闻技术工作者联合会2020年学术年会论文集 》;第202-207页 *

Also Published As

Publication number Publication date
CN114416195A (en) 2022-04-29

Similar Documents

Publication Publication Date Title
CN107844342B (en) Control method and device for keeping application program alive, storage medium and mobile terminal
CN108595919B (en) Software activation method, device, system and storage medium
CN110990825B (en) Method and device for binding recommender and recommended person, storage medium and electronic equipment
CN112104623A (en) Cloud application login method and device, cloud equipment, client and system
CN112905144B (en) Terminal display method and device, electronic equipment and storage medium
CN112738046A (en) One-key login method, terminal and system server
CN111125595B (en) Multi-page control method and device, electronic equipment and storage medium
CN109857963A (en) Local resource access method, device and electronic equipment
CN114416195B (en) H5 page loading method and device, intelligent terminal and server
CN111782999B (en) Page display method, device, equipment and system
CN110321321B (en) Snapshot read-write method, device and equipment for network block equipment and storage medium
CN107168648B (en) File storage method and device and terminal
CN112948804B (en) Program control method, device and computer readable storage medium
CN104346228A (en) Application program sharing method and terminal
CN106155732B (en) Loading method and device of video game controller
CN113709406A (en) Software collaboration method, system and storage medium for Hongmon conference all-in-one machine
CN108958849B (en) Method, device, storage medium and mobile terminal for acquiring current Activity object
CN107968799A (en) A kind of information acquisition method, terminal device and system
CN108519885B (en) Public resource loading method and device based on Flash
CN111131502A (en) Multi-system parking service information pushing method, device, equipment and medium
CN113691443B (en) Image sharing method and device and electronic equipment
CN112769824B (en) Information transmission state updating method, terminal, device and storage medium
WO2021237431A1 (en) Data processing method and apparatus, processing device, and data storage system
CN105847548B (en) communication method, calling terminal and called terminal
CN116156508A (en) Webpage access method, device, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant