CN113378087A - Page processing method, page processing device, electronic equipment and storage medium - Google Patents

Page processing method, page processing device, electronic equipment and storage medium Download PDF

Info

Publication number
CN113378087A
CN113378087A CN202110694745.2A CN202110694745A CN113378087A CN 113378087 A CN113378087 A CN 113378087A CN 202110694745 A CN202110694745 A CN 202110694745A CN 113378087 A CN113378087 A CN 113378087A
Authority
CN
China
Prior art keywords
page
full
jump
applet
floating layer
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.)
Granted
Application number
CN202110694745.2A
Other languages
Chinese (zh)
Other versions
CN113378087B (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.)
Beijing Baidu Netcom Science and Technology Co Ltd
Original Assignee
Beijing Baidu Netcom Science and 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 Beijing Baidu Netcom Science and Technology Co Ltd filed Critical Beijing Baidu Netcom Science and Technology Co Ltd
Priority to CN202110694745.2A priority Critical patent/CN113378087B/en
Publication of CN113378087A publication Critical patent/CN113378087A/en
Application granted granted Critical
Publication of CN113378087B publication Critical patent/CN113378087B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents
    • 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

Abstract

The disclosure discloses a page processing method, a page processing device, an electronic device and a storage medium, and relates to the technical field of computers, in particular to the field of small programs. The specific implementation scheme is as follows: receiving a jump request from an applet application end, wherein the jump request comprises a floating layer configuration parameter and is used for requesting to jump from a current page to a full-screen floating layer page; responding to the jump request, and generating a full-screen floating layer page according to the floating layer configuration parameters; and jumping the applet application end from the current page to the full-screen floating layer page by using a jump interface corresponding to the full-screen floating layer page.

Description

Page processing method, page processing device, electronic equipment and storage medium
Technical Field
The present disclosure relates to the field of computer technology, and more particularly, to the field of applets.
Background
An applet is an application that can be used without download installation, and has the features of no installation, accessibility, walk-after-use, and no uninstallation. Due to the above characteristics of the applet, the applet is widely used.
The page interaction requirement can be implemented on an applet, for example, a pop-up window is shown on a page.
Disclosure of Invention
The disclosure provides a page processing method, a page processing device, an electronic device and a storage medium.
According to an aspect of the present disclosure, there is provided a page processing method, including: receiving a jump request from an applet application end, wherein the jump request comprises a floating layer configuration parameter and is used for requesting to jump from a current page to a full-screen floating layer page; responding to the jump request, and generating the full-screen floating layer page according to the floating layer configuration parameters; and jumping the applet application end from the current page to the full-screen floating layer page by using a jump interface corresponding to the full-screen floating layer page.
According to another aspect of the present disclosure, there is provided a page processing method, including: generating a jump request according to the floating layer configuration parameters, wherein the jump request is used for requesting to jump from a current page to a full-screen floating layer page; sending the jump request to an applet frame end, so that the applet frame end responds to the jump request and generates the full-screen floating layer page according to the floating layer configuration parameters; and jumping from the current page to the full-screen floating layer page by using a jumping interface corresponding to the full-screen floating layer page.
According to another aspect of the present disclosure, there is provided a page processing apparatus including: the system comprises a receiving module, a display module and a display module, wherein the receiving module is used for receiving a jump request from an applet application end, the jump request comprises a floating layer configuration parameter, and the jump request is used for requesting to jump from a current page to a full-screen floating layer page; a response module, configured to respond to the skip request and generate the full-screen floating layer page according to the floating layer configuration parameter; and the first skipping module is used for skipping the applet application end from the current page to the full-screen floating-layer page by using a skipping interface corresponding to the full-screen floating-layer page.
According to another aspect of the present disclosure, there is provided a page processing method, including: the generating module is used for generating a jump request according to the floating layer configuration parameters, wherein the jump request is used for requesting to jump from a current page to a full-screen floating layer page; a sending module, configured to send the jump request to an applet framework end, so that the applet framework end responds to the jump request and generates the full-screen floating-layer page according to the floating-layer configuration parameters; and the second skipping module is used for skipping from the current page to the full-screen floating-layer page by using a skipping interface corresponding to the full-screen floating-layer page.
According to another aspect of the present disclosure, there is provided an electronic device including: at least one processor; and a memory communicatively coupled to the at least one processor; the memory stores instructions executable by the at least one processor, and the instructions are executed by the at least one processor to enable the at least one processor to perform the method.
According to another aspect of the present disclosure, there is provided a non-transitory computer readable storage medium having stored thereon computer instructions for causing the computer to perform the method as described above.
According to another aspect of the present disclosure, a computer program product is provided, comprising a computer program which, when executed by a processor, implements the method as described above.
It should be understood that the statements in this section do not necessarily identify key or critical features of the embodiments of the present disclosure, nor do they limit the scope of the present disclosure. Other features of the present disclosure will become apparent from the following description.
Drawings
The drawings are included to provide a better understanding of the present solution and are not to be construed as limiting the present disclosure. Wherein:
FIG. 1 schematically illustrates a diagram showing a boot popup on a current page of an applet;
FIG. 2 schematically illustrates an exemplary system architecture to which the page processing method and apparatus may be applied, according to an embodiment of the present disclosure;
FIG. 3 schematically shows a flow diagram of a page processing method according to an embodiment of the present disclosure;
FIG. 4 is a flow chart that schematically illustrates a manner in which a jump request is determined based on whether a current page satisfies a jump condition, in accordance with an embodiment of the present disclosure;
FIG. 5 is a flow diagram schematically illustrating a manner of processing to determine a jump request according to whether an applet application satisfies a call condition, according to an embodiment of the present disclosure;
FIG. 6 schematically shows a flow diagram of a page processing method according to another embodiment of the present disclosure;
FIG. 7 schematically shows a schematic diagram of a page processing procedure according to an embodiment of the disclosure;
FIG. 8 is a schematic diagram illustrating a comparison of processing effects of page processing according to the page processing method of the embodiment of the disclosure and page processing not according to the page processing method of the embodiment of the disclosure;
FIG. 9 schematically shows a block diagram of a page processing apparatus according to an embodiment of the present disclosure;
FIG. 10 schematically shows a block diagram of a page processing apparatus according to another embodiment of the present disclosure; and
fig. 11 schematically shows a block diagram of an electronic device adapted to implement a page processing method according to an embodiment of the present disclosure.
Detailed Description
Exemplary embodiments of the present disclosure are described below with reference to the accompanying drawings, in which various details of the embodiments of the disclosure are included to assist understanding, and which are to be considered as merely exemplary. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the present disclosure. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
Based on the standard JS (JavaScript) extended DSL (Domain Specific Language) grammar, and depending on the addition of NA (Native APP), the applet has development efficiency closer to the latest version of HTML (hypertext Markup Language), that is, development efficiency of HTML5, and user experience close to NA, and is widely favored by the applet application end.
Because the applet frame adds many frame ecological elements compared to HTML5, HTML5 based content is made difficult to overlay on top of the applet's current page, which in turn makes the applet unfriendly to support certain page interaction effects. For example, the added frame ecological elements may include a close control for closing the applet and a bottom Tab element, and the close control may include a capsule button. Some page interaction effects may include a full screen pop-up, a full screen animation, or a directed pop-up.
The support of the above applet for some page interaction effects is not friendly as described below in connection with fig. 1.
Fig. 1 schematically shows a schematic diagram of a presentation of a guidance pop-up 100 on a current page of an applet.
As shown in fig. 1, a guide pop-up window 101, a close button 102 for closing the guide pop-up window 101, a capsule button 103 for closing the current page of the applet, and a bottom Tab104 are included.
Since both the close button 102 and the capsule button 103 can implement the close function, it is easy to cause trouble for the user, which affects the user experience, and also makes the guiding effect of the guide popup 101 greatly reduced, i.e., the user may quit the applet by clicking the capsule button 103, so that the user cannot view the content displayed by the guide popup 101 well. In addition, since the guidance pop-up window 101 does not cover the bottom Tab104, it is difficult to implement an immersive pop-up window, which affects the user experience.
For this purpose, the following two modifications can be utilized.
In a first scenario, the applet framework provides an interface for hiding the bottom Tab and closing controls for closing the current page of the applet. The applet application terminal can call the interface to hide the bottom Tab and hide the closing control under the condition that the current page shows the page interaction special effect.
And secondly, the applet application end creates a floating page based on HTML5, and processes the page interaction special effect by utilizing the floating page based on HTML5 so as to display the page interaction special effect on the floating page based on HTML 5.
In the process of implementing the concept of the present disclosure, it is found that for the first scheme, since the closing control for closing the current page of the applet is hidden, under the condition that the page interaction special effect is exhibited, if the user wants to close the current page, closing cannot be implemented. Thus, the experience consistency principle is destroyed by hiding the closing control. Meanwhile, the bottom Tab is hidden instead of covering the page interaction special effect on the bottom Tab, so that the bottom Tab can be displayed again if the page interaction special effect disappears, and therefore, a flickering effect is generated, and the use experience of a user is influenced.
For the second solution, the applet application needs to create a floating page based on HTML5 in addition to the applet native page, and the native page and the floating page based on HTML5 are two types of pages, so that the access cost of the applet application is increased, and the access to the applet application is not friendly. Meanwhile, the applet emphasizes the control capability, so that the page interaction special effect is processed by utilizing the floating page based on the HTML5, and the auditing cost of the applet frame end is increased. In addition, because the page interaction special effect is processed by the floating page based on the HTML5 under the condition that the online is needed, if the network state is poor, the page interaction special effect can not be displayed on the floating page based on the HTML5, and the use experience of a user is influenced.
Therefore, the embodiment of the disclosure provides a scheme of a full-screen floating-layer page container in an applet on the basis of an applet frame, so as to solve the problem that the special effect of the applet page interaction is difficult to be well solved in the existing applet frame.
Fig. 2 schematically illustrates an exemplary system architecture 200 to which the page processing method and apparatus may be applied, according to an embodiment of the present disclosure.
It should be noted that fig. 2 is only an example of a system architecture 200 to which the embodiments of the present disclosure may be applied to help those skilled in the art understand the technical content of the present disclosure, and does not mean that the embodiments of the present disclosure may not be applied to other devices, systems, environments or scenarios.
As shown in fig. 2, a system architecture 200 according to this embodiment may include an applet framework side 201, an applet application side 202 and a network 203. The applet 203 may refer to an development end of the applet development phase or a server of the applet application phase. The network 203 serves as a medium for providing a communication link between the applet framework side 201 and the applet application side 202. Network 203 may include various connection types, such as wired and/or wireless communication links, and so forth.
The applet application 202 may generate a jump request for requesting a jump from the current page to the full-screen floating page according to the floating layer configuration parameters. A jump request is sent to the applet framework side 101.
The applet framework end 201 responds to the jump request, generates a full-screen floating layer page according to the floating layer configuration parameters, and makes the applet application end 202 jump from the current page to the full-screen floating layer page by using a jump interface corresponding to the full-screen floating layer page.
It should be understood that the number of applet frame side, applet application side and networks in figure 2 is illustrative only. There may be any number of applet framework side, applet application side and network side, as desired for the implementation.
FIG. 3 schematically shows a flow diagram of a page processing method 300 according to an embodiment of the disclosure.
As shown in fig. 3, the method includes operations S310 to S330.
In operation S310, a jump request from an applet application is received, where the jump request includes a floating layer configuration parameter, and the jump request is used to request a jump from a current page to a full-screen floating layer page.
In operation S320, in response to the jump request, a full-screen floating-layer page is generated according to the floating-layer configuration parameters.
In operation S330, the applet application jumps from the current page to the full-screen floating page using the jump interface corresponding to the full-screen floating page.
According to an embodiment of the present disclosure, the applet framework side may be understood as a side that provides services to the applet application side. The applet application terminal may refer to an development terminal in the applet development phase or a server terminal in the applet application phase. The current page may refer to the current page of the applet. An applet may refer to any applet that runs on a host application or web page.
According to an embodiment of the present disclosure, a floating layer configuration parameter may refer to a parameter for setting a page attribute of a full-screen floating layer page. The floating layer configuration parameters may include at least one of page transparency parameters, page interaction parameters, hidden parameters and display parameters, the hidden parameters represent parameters for hiding the closing control, and the display parameters represent parameters for displaying the returning control. The jump request may be generated by the applet application according to the floating layer configuration parameters, and the jump request may be used to request a jump from the current page to a full-screen floating layer page. The jump interface may be an interface for jumping from a current page to a full-screen floating-layer page.
According to the embodiment of the disclosure, the applet framework end can receive a jump request from the applet application end, can respond to the jump request, analyze the jump request to obtain the floating layer configuration parameters, and can generate a full-screen floating layer page according to the floating layer configuration parameters. The full-screen floating layer page has page attributes corresponding to the floating layer configuration parameters. The full-screen floating-layer page can be used as a page container for bearing resources to be rendered. The above-mentioned generation manner of the full-screen floating page is only an exemplary embodiment, but is not limited thereto, and may also include a generation manner known in the art as long as the generation of the full-screen floating page can be realized.
According to the embodiment of the disclosure, after the full-screen floating layer page is generated by the applet framework end, the jump interface corresponding to the full-screen floating layer page can be utilized, so that the applet server end can jump from the current page to the full-screen floating layer page, that is, the full-screen floating layer page covers the current page. On the basis, the applet server can process the resource to be rendered by utilizing the full-screen floating layer page. Utilizing a jump interface corresponding to the full-screen floating page to jump the applet server from the current page to the full-screen floating page may comprise: and receiving a calling request from the applet server, wherein the calling request is used for calling a request of a jump interface, and responding to the calling request to enable the applet server to call the jump interface and jump from a current page to a full-screen floating-layer page.
According to the embodiment of the disclosure, from the viewpoint of the applet application end, the full-screen floating page is not special from the normal page, and the difference is that the page configuration parameters of the full-screen floating page are different from those of the normal page.
According to the embodiment of the disclosure, the applet framework end receives a jump request from the applet application end for requesting a jump from a current page to a full-screen floating-layer page, wherein the jump request comprises floating-layer configuration parameters, responds to the jump request, generates the full-screen floating-layer page according to the floating-layer configuration parameters, and makes the applet application end jump from the current page to the full-screen floating-layer page by using a jump interface corresponding to the full-screen floating-layer page. According to the method and the device, the full-screen floating-layer page is generated under the condition of the small program frame, and the problem that the special effect of small program page interaction is difficult to well solve in the current small program frame is solved by a page level covering mode of covering the full-screen floating-layer page on the current page. Meanwhile, the applet application end does not need to develop pages of different types from the applet native page, and the access is more friendly.
According to an embodiment of the present disclosure, the page processing method may further include the following operations.
And creating a page configuration item according to the page configuration strategy so that the applet application end sets the floating layer configuration parameters by using the page configuration item.
According to embodiments of the present disclosure, a page configuration policy may characterize a policy for setting page attributes. The page configuration items may correspond to the floating layer configuration parameters, i.e., each floating layer configuration parameter has a page configuration item corresponding to the floating layer configuration parameter.
According to the embodiment of the disclosure, the applet frame end can create the page configuration item according to the page configuration policy, so that the applet application end can set the floating layer configuration parameters corresponding to the page configuration item by using the page configuration item.
According to an embodiment of the disclosure, the page configuration policy may include a policy for setting a degree of transparency of a page background and/or a policy for setting a page interaction effect.
According to the embodiment of the disclosure, the policy of the page background transparency degree can be used for the policy of setting the transparency of the page background of the full-screen floating-layer page. The page interaction special effect strategy can be used for setting the page interaction strategy of the full-screen floating-layer page.
According to an embodiment of the present disclosure, the page processing method may further include the following operations.
And creating a jump interface according to a preset path, wherein the preset path represents a path for jumping from the current page to the full-screen floating layer page.
According to the embodiment of the disclosure, the applet framework end can create a jump interface according to a path jumping from a current page to a full-screen floating-layer page. The hop interface may be a routing interface. The creation mode of the skip interface is only an exemplary embodiment, but is not limited to this, and may also include a creation mode known in the art as long as the creation of the skip interface can be implemented.
According to an embodiment of the present disclosure, the float configuration parameters include at least one of: the system comprises a page transparent parameter, a page interaction parameter, a hidden parameter and a display parameter, wherein the hidden parameter represents a parameter for hiding a closing control, and the display parameter represents a parameter for displaying a returning control.
According to an embodiment of the present disclosure, the close control may be a control for closing the current page. The return control may be a control for returning the current page from the full-screen floating page. The page interaction parameters may include animation control parameters. The animation control parameter may be a parameter that controls whether to open a flat-push animation of page show and page disappearance.
According to the embodiment of the disclosure, if the floating layer configuration parameters can include page transparent parameters, the applet frame end generates a full-screen floating layer page by using the floating layer configuration parameters, so that the page background of the full-screen floating layer page is transparent, and therefore, when the applet application end jumps from the current page to the full-screen floating layer page, the full-screen floating layer page can be penetrated to the current page.
According to the embodiment of the disclosure, if the floating layer configuration parameters may include hidden parameters and display parameters, the closing control for closing the current page and the return control for displaying the return to the current page may be hidden under the condition that the applet application jumps from the current page to the full-screen floating layer page, so that the return control may be consistent with the behavior of the closing control for guiding to close the resource to be rendered, and the use experience of a user is improved.
According to the embodiment of the disclosure, the problems of non-uniformity of user experience and page flickering caused by hiding and displaying of page related elements are solved by a page level covering mode of covering a full-screen floating page on a current page.
According to the embodiment of the disclosure, the page life cycle control strategy of the full-screen floating layer page is the same as the page life cycle control strategy of the current page.
According to the embodiment of the disclosure, because the existing page life cycle control strategy can be reused, the page life cycle control strategy of the full-screen floating layer page can be set to be the same as the page life cycle control strategy of the current page.
According to an embodiment of the disclosure, the page lifecycle control policy may be implemented by a page lifecycle function. For example, if a jump is made from the current page to a full-screen floating page, a listening page hide function for the current page is triggered to be executed. And triggering a monitoring page display function aiming at the full-screen floating layer page to be executed.
The method shown in fig. 2 is further described with reference to fig. 4-5 in conjunction with specific embodiments.
FIG. 4 schematically shows a flowchart of a processing manner 400 for determining a jump request according to whether a current page satisfies a jump condition according to an embodiment of the present disclosure.
As shown in fig. 4, the method includes operations S410 to S430.
In operation S410, according to the effective condition policy, is the current page satisfy the jump condition? If yes, perform operation S420; if not, operation S430 is performed.
In operation S420, a jump request is responded.
In operation S430, the jump request is rejected.
According to the embodiment of the disclosure, the effective condition policy may refer to a policy of the jump condition that needs to be satisfied for jumping from the current page to the full-screen floating page, that is, a policy of the jump condition that needs to be satisfied for using the full-screen floating page. The validation conditional policy may include setting a page that is capable of jumping to a full-screen floating page. Pages that can jump to a full-screen floating page may include non-applet stack bottom pages, which may include an applet home page. The jump condition may be determined according to an effective condition policy.
According to an embodiment of the present disclosure, setting a page that can jump to a full-screen floating page may include: and setting a preset identifier corresponding to the page on the page capable of jumping to the full-screen floating layer page. In other words, if the page cannot jump to the full-screen floating-layer page, the preset identifier corresponding to the page is not set. Determining whether the current page is a page that can jump to a full-screen floating page may include: and determining whether a preset identifier corresponding to the current page exists.
According to an embodiment of the present disclosure, determining whether the current page satisfies the jump condition according to the effective condition policy may include: it is determined whether the current page is a non-applet stack bottom page. Determining whether the current page satisfies the jump condition according to the validation condition policy may include: and determining whether the current page has a preset identifier corresponding to the current page. The applet stack bottom page may include an applet home page. This is because if the page background of the page at the bottom of the applet stack is transparent, the page content of the host application corresponding to the applet may be displayed, thereby affecting the user experience.
According to the embodiment of the disclosure, under the condition that the current page is determined to meet the jump condition according to the effective condition strategy, the jump request is responded, otherwise, the jump request is rejected, and the use experience of the user is effectively ensured.
Fig. 5 schematically shows a flowchart of a processing manner 500 for determining a jump request according to whether an applet application satisfies a call condition according to an embodiment of the disclosure.
As shown in fig. 5, the method includes operations S510 to S530.
In operation S510, according to the interface call policy, is the applet application satisfied with the call condition? If yes, perform operation S520; if not, operation S530 is performed.
In operation S520, a jump request is responded.
In operation S530, the skip request is rejected.
According to the embodiment of the disclosure, the interface calling policy may refer to a policy of an applet application capable of calling a jump interface, that is, a policy capable of calling a calling condition that the jump interface needs to satisfy. The interface invocation policy may include setting an applet end that is capable of invoking the jump interface. The calling condition may be determined according to an interface calling policy.
According to an embodiment of the present disclosure, setting an applet application capable of invoking a jump interface may include: and setting a preset identifier corresponding to the small program application end for calling the jump interface. In other words, if the applet application cannot call the jump interface, the preset identifier corresponding to the applet application is not set. Determining whether the applet application is an applet application capable of invoking the jump interface may include: and determining whether a preset identifier corresponding to the applet application exists.
According to an embodiment of the disclosure, an applet framework side may receive a jump request from an applet application side, the jump request including a floating layer configuration parameter, the jump request for requesting a jump from a current page to a full-screen floating layer page. And under the condition that the applet application end is determined to meet the calling condition, determining whether the current page meets the jumping condition. And under the condition that the current page meets the jump condition, responding to the jump request, and generating a full-screen floating layer page according to the floating layer configuration parameters. And rejecting the jump request under the condition that the applet application end is determined not to meet the calling condition.
According to the embodiment of the disclosure, under the condition that the applet application end is determined to meet the calling condition according to the interface calling strategy, the jump request is responded, otherwise, the jump request is rejected, and the use safety of the full-screen floating layer page is effectively ensured.
FIG. 6 schematically shows a flow diagram of a page processing method 600 according to another embodiment of the disclosure.
As shown in fig. 6, the method includes operations S610 to S630.
In operation S610, a jump request is generated according to the floating layer configuration parameters, where the jump request is used to request a jump from a current page to a full-screen floating layer page.
In operation S620, a jump request is sent to the applet frame end, so that the applet frame end generates a full-screen floating-layer page according to the floating-layer configuration parameters in response to the jump request.
In operation S630, a jump is made from the current page to the full-screen floating page using a jump interface corresponding to the full-screen floating page.
According to the embodiment of the disclosure, the applet application terminal generates a request for sending a jump request to the applet frame terminal according to the floating layer configuration parameters, so that the applet frame terminal responds to the jump request, generates a full-screen floating layer page according to the floating layer configuration parameters, and jumps from a current page to the full-screen floating layer page by using a jump interface corresponding to the full-screen floating layer page. According to the method and the device, the full-screen floating-layer page is generated under the condition of the small program frame, and the problem that the special effect of small program page interaction is difficult to well solve in the current small program frame is solved by a page level covering mode of covering the full-screen floating-layer page on the current page. Meanwhile, the applet application end does not need to develop pages of different types from the applet native page, and the access is more friendly.
According to an embodiment of the present disclosure, the page processing method may further include the following operations.
And setting floating layer configuration parameters by using the page configuration item, wherein the page configuration item is generated by the applet frame end according to a page configuration strategy.
According to an embodiment of the present disclosure, the page configuration item may include at least one of: the system comprises a page transparent parameter configuration item, a page interaction parameter configuration item, a hidden parameter configuration item and a display parameter configuration item. The page transparent parameter configuration item can represent a configuration item for setting a page transparent parameter, the page interaction parameter configuration item can represent a configuration item for setting a page interaction parameter, the hidden parameter configuration item can represent a configuration item for setting a hidden parameter, and the display parameter configuration item can represent a configuration item for setting a display parameter.
According to the embodiment of the disclosure, the applet application can set the page transparent parameters by using the page transparent parameter configuration items.
For example, the page transparent parameter configuration item may be "enableBackgroundTransparent": "true/false". If the applet application end is set to true, the obtained page transparency parameter can be page background transparent color. Correspondingly, an alpha channel of background color is started, and the page background of the full-screen floating-layer page and the background of a webpage view (namely WebView) container are simultaneously set to be transparent. Furthermore, if the page background of the full-screen floating page is set to the transparent color, the page background of the full-screen floating page may default to white, i.e., the page background of the full-screen floating page may default to white before the page background of the full-screen floating page is not set to the transparent color.
According to the embodiment of the disclosure, the applet application can set the page interaction parameters by using the page interaction parameter configuration items. The page interaction parameters may include animation control parameters.
For example, the page interaction parameter configuration item may be "disableAnim": "true/false". If the applet application end is set to true, the obtained page interaction parameter can be a horizontal push animation for controlling opening of page display and page disappearance.
According to the embodiment of the disclosure, the applet application can set the hidden parameters by using the hidden parameter configuration items. The display parameters may be set using the display parameter configuration items.
According to an embodiment of the present disclosure, the page processing method may further include the following operations.
And acquiring resources to be rendered. And processing the resource to be rendered by utilizing the full-screen floating layer page.
According to an embodiment of the present disclosure, a resource to be rendered may refer to a resource that needs to be presented. The applet application end can use the full-screen floating layer page as a page container for bearing the resource to be rendered, and render the resource to be rendered.
According to the embodiment of the disclosure, the applet application can render the resource to be rendered on the full-screen floating layer page by using the rendering thread.
According to an embodiment of the present disclosure, processing a resource to be rendered using a full-screen floating-layer page may include the following operations.
And calling a data processing interface. And processing the resource to be rendered by utilizing the data processing interface so as to display the resource to be rendered on the full-screen floating layer page.
According to an embodiment of the present disclosure, the data processing interface may be an interface for enabling rendering of a resource to be rendered on a page. The applet application end can use the full-screen floating layer page as a page container for bearing the resource to be rendered, and render the resource to be rendered so as to display the resource to be rendered on the full-screen floating layer page.
According to an embodiment of the present disclosure, the resource to be rendered may include a pop-window resource.
According to embodiments of the present disclosure, the resource to be rendered may include a pop-window resource or an animation resource. The pop-up resources may include full screen pop-up resources or partial screen pop-up resources. The partial screen popup resource means that the display area of the popup resource does not occupy all full-screen floating layer pages.
Referring now to fig. 7-8, the method of fig. 6 will be further described in conjunction with specific embodiments.
Fig. 7 schematically shows a schematic diagram of a page handling process 700 according to an embodiment of the disclosure.
As shown in fig. 7, the applet application 701 generates a jump request 703 according to the floating layer configuration parameters 702, and sends the jump request 703 to the applet framework 704. The floating layer configuration parameters 703 may include page transparency parameters, page interaction parameters, hiding parameters, and display parameters.
The applet frame end 704 responds to the jump request 703, analyzes the jump request 703 to obtain a floating layer configuration parameter 702, and generates a full-screen floating layer page 705 according to the floating layer page configuration information 702. The applet frame side 704 creates a jump interface 707 according to a preset path.
The applet framework side 704 causes the applet application side 701 to jump from the current page 708 to the full-screen float page 705 using the jump interface 707 corresponding to the full-screen float page 705.
The applet 701 calls the data processing interface 709, uses the full-screen floating page 705 as a page container for bearing the resource 710 to be rendered, and processes the resource 710 to be rendered by using the data processing interface 709 and the full-screen floating page 705, so as to display the resource 710 to be rendered on the full-screen floating page 705. The resource to be rendered 710 includes a bootstrap popup resource.
Fig. 8 schematically shows a comparison diagram of processing effects 800 of page processing according to the page processing method of the embodiment of the disclosure and page processing not according to the page processing method of the embodiment of the disclosure.
The left half of fig. 8 is a schematic diagram of the processing effect of the page processing without the page processing method according to the embodiment of the present disclosure. The right half of fig. 8 is a schematic diagram of a processing effect of the page processing according to the page processing method of the embodiment of the disclosure, that is, the right half of fig. 8 is a schematic diagram of a processing effect of the page processing according to the page processing method shown in fig. 7.
As shown in fig. 8, the left half portion in fig. 8 includes a guide pop-up window 801, a close control 802 for closing the guide pop-up window 801, a close control 803 for closing the current page of the applet, and a bottom Tab 804. The close control 803 and bottom Tab804 used to close the current page of the applet in the left half of fig. 8 are not hidden. The bottom Tab804 is the page element of the current page.
The right half of fig. 8 includes a boot popup 801, a close button 802 for closing the boot popup 801, a close control 803 for closing the current page of the applet, a bottom Tab804, a return control 805 for returning to the current page of the applet, and a full-screen float page 806. Full-screen floating-layer page 806 is overlaid on the current page. The close control 803 and bottom Tab804 used to close the current page of the applet in the right half of fig. 8 are hidden and the return control 805 is displayed.
Comparing the left part and the right part of fig. 8, it can be seen that both the closing control 802 for closing the guidance popup 801 and the closing control 103 for closing the current page of the applet in the left part of fig. 8 can implement the closing function, so that it is easy to cause trouble for the user, which affects the user experience, and also makes the guidance effect of the guidance popup 801 significantly reduced, that is, the user may exit the applet by clicking the closing control 803 for closing the current page of the applet, so that the user cannot view the content displayed by the guidance popup 801 well. In addition, since the guidance pop-up window 801 does not cover the bottom Tab804, it is difficult to implement an immersive pop-up window, which affects the user experience.
Since the right half of full-screen floating page 806 in fig. 8 is overlaid on the current page, and full-screen floating page 806 supports transparency to carry the page background of popup window 801 to be transparent to the current page. The behavior of the return control 805 is consistent with that of the closing control 802 for guiding the closing of the guide popup 801, so that the guide effect of the guide popup 801 is effectively ensured, and the use experience of a user is improved. In addition, since the full-screen floating page 806 covers the bottom Tab804, an immersive popup window can be realized, and the user experience is improved.
Fig. 9 schematically shows a block diagram of a page processing apparatus 900 according to an embodiment of the present disclosure.
As shown in fig. 9, the page processing apparatus 900 may include a receiving module 910, a responding module 920, and a first jumping module 930.
The receiving module 910 is configured to receive a jump request from an applet application, where the jump request includes a floating layer configuration parameter, and the jump request is used to request a jump from a current page to a full-screen floating layer page.
And the response module 920 is configured to respond to the skip request and generate a full-screen floating-layer page according to the floating-layer configuration parameters.
And a first jump module 930, configured to jump the applet application from the current page to the full-screen floating page by using a jump interface corresponding to the full-screen floating page.
According to an embodiment of the present disclosure, the page processing apparatus 900 may further include a first creation module.
The first establishing module is used for establishing a page configuration item according to the page configuration strategy so that the applet application end can set the floating layer configuration parameters by using the page configuration item.
According to the embodiment of the disclosure, the page configuration strategy comprises a strategy for setting the transparency degree of the page background and/or a strategy for setting the page interaction special effect.
According to an embodiment of the present disclosure, the page processing apparatus 900 may further include a second creation module.
And the second creating module is used for creating a jump interface according to a preset path, wherein the preset path represents a path for jumping from the current page to the full-screen floating-layer page.
According to an embodiment of the present disclosure, the page processing apparatus 900 may further include a first determination module, a second determination module, and a third determination module.
And the first determining module is used for determining whether the current page meets the jump condition according to the effective condition strategy.
And the second determination module is used for responding to the jump request under the condition that the current page is determined to meet the jump condition.
And the third determining module is used for rejecting the jump request under the condition that the current page is determined not to meet the jump condition.
According to an embodiment of the present disclosure, the page processing apparatus 900 may further include a fourth determination module, a fifth determination module, and a sixth determination module.
And the fourth determining module is used for determining whether the applet application end meets the calling condition according to the interface calling strategy.
And the fifth determining module is used for responding to the jump request under the condition that the small program application end is determined to meet the calling condition.
And the sixth determining module is used for rejecting the jump request under the condition that the applet application end is determined not to meet the calling condition.
According to an embodiment of the present disclosure, the float configuration parameters include at least one of: the system comprises a page transparent parameter, a page interaction parameter, a hidden parameter and a display parameter, wherein the hidden parameter represents a parameter for hiding a closing control, and the display parameter represents a parameter for displaying a returning control.
According to the embodiment of the disclosure, the page life cycle control strategy of the full-screen floating layer page is the same as the page life cycle control strategy of the current page.
Fig. 10 schematically shows a block diagram of a page processing apparatus 1000 according to another embodiment of the present disclosure.
As shown in fig. 10, the page processing apparatus 1000 may further include a generation module 1010, a transmission module 1020, and a second skip module 1030.
The generating module 1010 is configured to generate a jump request according to the floating layer configuration parameter, where the jump request is used to request a jump from a current page to a full-screen floating layer page.
A sending module 1020, configured to send a jump request to the applet frame end, so that the applet frame end responds to the jump request and generates a full-screen floating layer page according to the floating layer configuration parameters.
And a second skip module 1030, configured to skip from the current page to the full-screen floating page by using a skip interface corresponding to the full-screen floating page.
According to an embodiment of the present disclosure, the page processing apparatus 1000 may include a setting module.
And the setting module is used for setting the floating layer configuration parameters by using the page configuration item, wherein the page configuration item is generated by the applet frame end according to the page configuration strategy.
According to an embodiment of the present disclosure, the page processing apparatus 1000 may include an obtaining module and a processing module.
And the acquisition module is used for acquiring the resource to be rendered.
And the processing module is used for processing the resource to be rendered by utilizing the full-screen floating layer page.
According to an embodiment of the present disclosure, a processing module may include a calling unit and a processing unit.
And the calling unit is used for calling the data processing interface.
And the processing unit is used for processing the resource to be rendered by utilizing the data processing interface so as to display the resource to be rendered on the full-screen floating layer page.
According to an embodiment of the present disclosure, the resource to be rendered includes a pop-window resource.
The present disclosure also provides an electronic device, a readable storage medium, and a computer program product according to embodiments of the present disclosure.
According to an embodiment of the present disclosure, an electronic device includes: at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the method as described above.
According to an embodiment of the present disclosure, a non-transitory computer readable storage medium having stored thereon computer instructions for causing a computer to perform the method as described above.
According to an embodiment of the disclosure, a computer program product comprising a computer program which, when executed by a processor, implements the method as described above.
Fig. 11 schematically shows a block diagram of an electronic device 1100 adapted to implement a page processing method according to an embodiment of the present disclosure. Electronic devices are intended to represent various forms of digital computers, such as laptops, desktops, workstations, personal digital assistants, servers, blade servers, mainframes, and other appropriate computers. The electronic device may also represent various forms of mobile devices, such as personal digital processing, cellular phones, smart phones, wearable devices, and other similar computing devices. The components shown herein, their connections and relationships, and their functions, are meant to be examples only, and are not meant to limit implementations of the disclosure described and/or claimed herein.
As shown in fig. 11, the electronic device 1100 includes a computing unit 1101, which can perform various appropriate actions and processes according to a computer program stored in a Read Only Memory (ROM)1102 or a computer program loaded from a storage unit 1108 into a Random Access Memory (RAM) 1103. In the RAM 1103, various programs and data necessary for the operation of the electronic device 1100 may also be stored. The calculation unit 1101, the ROM1102, and the RAM 1103 are connected to each other by a bus 1104. An input/output (I/O) interface 1105 is also connected to bus 1104.
A number of components in electronic device 1100 connect to I/O interface 1105, including: an input unit 1106 such as a keyboard, a mouse, and the like; an output unit 1107 such as various types of displays, speakers, and the like; a storage unit 1108 such as a magnetic disk, optical disk, or the like; and a communication unit 1109 such as a network card, a modem, a wireless communication transceiver, and the like. The communication unit 1109 allows the electronic device 1100 to exchange information/data with other devices through a computer network such as the internet and/or various telecommunication networks.
The computing unit 1101 can be a variety of general purpose and/or special purpose processing components having processing and computing capabilities. Some examples of the computing unit 1101 include, but are not limited to, a Central Processing Unit (CPU), a Graphics Processing Unit (GPU), various dedicated Artificial Intelligence (AI) computing chips, various computing units running machine learning model algorithms, a Digital Signal Processor (DSP), and any suitable processor, controller, microcontroller, and the like. The calculation unit 1101 performs the respective methods and processes described above, such as a page processing method. For example, in some embodiments, the page processing method may be implemented as a computer software program tangibly embodied in a machine-readable medium, such as storage unit 1108. In some embodiments, part or all of the computer program may be loaded and/or installed onto the electronic device 1100 via the ROM1102 and/or the communication unit 1109. When the computer program is loaded into the RAM 1103 and executed by the computing unit 1101, one or more steps of the page processing method described above may be performed. Alternatively, in other embodiments, the computing unit 1101 may be configured to perform the page processing method by any other suitable means (e.g., by means of firmware).
Various implementations of the systems and techniques described here above may be implemented in digital electronic circuitry, integrated circuitry, Field Programmable Gate Arrays (FPGAs), Application Specific Integrated Circuits (ASICs), Application Specific Standard Products (ASSPs), system on a chip (SOCs), load programmable logic devices (CPLDs), computer hardware, firmware, software, and/or combinations thereof. These various embodiments may include: implemented in one or more computer programs that are executable and/or interpretable on a programmable system including at least one programmable processor, which may be special or general purpose, receiving data and instructions from, and transmitting data and instructions to, a storage system, at least one input device, and at least one output device.
Program code for implementing the methods of the present disclosure may be written in any combination of one or more programming languages. These program codes may be provided to a processor or controller of a general purpose computer, special purpose computer, or other programmable data processing apparatus, such that the program codes, when executed by the processor or controller, cause the functions/operations specified in the flowchart and/or block diagram to be performed. The program code may execute entirely on the machine, partly on the machine, as a stand-alone software package partly on the machine and partly on a remote machine or entirely on the remote machine or server.
In the context of this disclosure, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. A machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
To provide for interaction with a user, the systems and techniques described here can be implemented on a computer having: a display device (e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor) for displaying information to a user; and a keyboard and a pointing device (e.g., a mouse or a trackball) by which a user can provide input to the computer. Other kinds of devices may also be used to provide for interaction with a user; for example, feedback provided to the user can be any form of sensory feedback (e.g., visual feedback, auditory feedback, or tactile feedback); and input from the user may be received in any form, including acoustic, speech, or tactile input.
The systems and techniques described here can be implemented in a computing system that includes a back-end component (e.g., as a data server), or that includes a middleware component (e.g., an application server), or that includes a front-end component (e.g., a user computer having a graphical user interface or a web browser through which a user can interact with an implementation of the systems and techniques described here), or any combination of such back-end, middleware, or front-end components. The components of the system can be interconnected by any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include: local Area Networks (LANs), Wide Area Networks (WANs), and the Internet.
The computer system may include clients and servers. A client and server are generally remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other. The server may be a cloud server, a server of a distributed system, or a server with a combined blockchain.
It should be understood that various forms of the flows shown above may be used, with steps reordered, added, or deleted. For example, the steps described in the present disclosure may be executed in parallel, sequentially, or in different orders, as long as the desired results of the technical solutions disclosed in the present disclosure can be achieved, and the present disclosure is not limited herein.
The above detailed description should not be construed as limiting the scope of the disclosure. It should be understood by those skilled in the art that various modifications, combinations, sub-combinations and substitutions may be made in accordance with design requirements and other factors. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present disclosure should be included in the scope of protection of the present disclosure.

Claims (20)

1. A page processing method includes:
receiving a jump request from an applet application end, wherein the jump request comprises a floating layer configuration parameter, and the jump request is used for requesting jump from a current page to a full-screen floating layer page;
responding to the jump request, and generating the full-screen floating layer page according to the floating layer configuration parameters; and
and jumping the applet application end from the current page to the full-screen floating layer page by using a jump interface corresponding to the full-screen floating layer page.
2. The method of claim 1, further comprising:
and creating a page configuration item according to a page configuration strategy so that the applet application end utilizes the page configuration item to set the floating layer configuration parameters.
3. The method of claim 2, wherein the page configuration policy comprises a policy for setting a degree of transparency of a page background and/or a policy for setting a page interaction effect.
4. The method of any of claims 1-3, further comprising:
and creating the jump interface according to a preset path, wherein the preset path represents a path for jumping from the current page to the full-screen floating-layer page.
5. The method of any of claims 1-4, further comprising:
determining whether the current page meets a skipping condition or not according to an effective condition strategy;
responding to the jump request under the condition that the current page is determined to meet the jump condition; and
and rejecting the jump request under the condition that the current page is determined not to meet the jump condition.
6. The method of any of claims 1-5, further comprising:
determining whether the applet application end meets a calling condition according to an interface calling strategy;
responding to the jump request under the condition that the applet application end is determined to meet the calling condition; and
and rejecting the jump request under the condition that the applet application end is determined not to meet the calling condition.
7. The method of any of claims 1-6, wherein the float configuration parameters include at least one of: the system comprises a page transparent parameter, a page interaction parameter, a hidden parameter and a display parameter, wherein the hidden parameter represents a parameter for hiding a closing control, and the display parameter represents a parameter for displaying a returning control.
8. The method of claims 1-7, wherein the page lifecycle control policy of the full-screen floating page is the same as the page lifecycle control policy of the current page.
9. A page processing method includes:
generating a jump request according to the floating layer configuration parameters, wherein the jump request is used for requesting to jump from a current page to a full-screen floating layer page;
sending the jump request to an applet frame end so that the applet frame end responds to the jump request and generates the full-screen floating layer page according to the floating layer configuration parameters; and
and jumping from the current page to the full-screen floating layer page by utilizing a jumping interface corresponding to the full-screen floating layer page.
10. The method of claim 9, further comprising:
and setting the floating layer configuration parameters by using a page configuration item, wherein the page configuration item is generated by the applet frame end according to a page configuration strategy.
11. The method of claim 9 or 10, further comprising:
acquiring a resource to be rendered; and
and processing the resource to be rendered by utilizing the full-screen floating layer page.
12. The method of claim 11, wherein the processing the resource to be rendered with the full-screen floating-layer page comprises:
calling a data processing interface; and
and processing the resource to be rendered by utilizing the data processing interface so as to display the resource to be rendered on the full-screen floating layer page.
13. The method of any of claims 10-12, wherein the resource to be rendered comprises a pop-window resource.
14. A page processing apparatus comprising:
the system comprises a receiving module, a display module and a display module, wherein the receiving module is used for receiving a jump request from an applet application end, the jump request comprises a floating layer configuration parameter, and the jump request is used for requesting to jump from a current page to a full-screen floating layer page;
the response module is used for responding to the jump request and generating the full-screen floating layer page according to the floating layer configuration parameters; and
and the first skipping module is used for skipping the applet application end from the current page to the full-screen floating-layer page by utilizing a skipping interface corresponding to the full-screen floating-layer page.
15. The apparatus of claim 14, further comprising:
the first establishing module is used for establishing a page configuration item according to a page configuration strategy so that the applet application end utilizes the page configuration item to set the floating layer configuration parameters.
16. The apparatus of claim 15, wherein the page configuration policy comprises a policy for setting a degree of transparency of a page background and/or a policy for setting a page interaction effect.
17. A page processing apparatus comprising:
the generating module is used for generating a jump request according to the floating layer configuration parameters, wherein the jump request is used for requesting to jump from a current page to a full-screen floating layer page;
a sending module, configured to send the jump request to an applet frame end, so that the applet frame end responds to the jump request and generates the full-screen floating-layer page according to the floating-layer configuration parameters; and
and the second skipping module is used for skipping from the current page to the full-screen floating-layer page by using a skipping interface corresponding to the full-screen floating-layer page.
18. An electronic device, comprising:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the method of any one of claims 1 to 8 or any one of claims 9 to 13.
19. A non-transitory computer readable storage medium having stored thereon computer instructions for causing a computer to perform the method of any of claims 1-8 or any of claims 9-13.
20. A computer program product comprising a computer program which, when executed by a processor, implements a method according to any one of claims 1 to 8 or any one of claims 9 to 13.
CN202110694745.2A 2021-06-22 2021-06-22 Page processing method, page processing device, electronic equipment and storage medium Active CN113378087B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110694745.2A CN113378087B (en) 2021-06-22 2021-06-22 Page processing method, page processing device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110694745.2A CN113378087B (en) 2021-06-22 2021-06-22 Page processing method, page processing device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN113378087A true CN113378087A (en) 2021-09-10
CN113378087B CN113378087B (en) 2024-01-09

Family

ID=77578513

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110694745.2A Active CN113378087B (en) 2021-06-22 2021-06-22 Page processing method, page processing device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113378087B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111475246A (en) * 2020-04-10 2020-07-31 腾讯科技(深圳)有限公司 Applet page display method, device, terminal and storage medium
CN111783018A (en) * 2020-07-28 2020-10-16 支付宝(杭州)信息技术有限公司 Page processing method, device and equipment
CN112015485A (en) * 2020-08-14 2020-12-01 北京达佳互联信息技术有限公司 Page display method and device, electronic equipment and storage medium
CN112181510A (en) * 2020-08-18 2021-01-05 微民保险代理有限公司 Applet page data processing method and device, computer equipment and storage medium
WO2021031940A1 (en) * 2019-08-18 2021-02-25 聚好看科技股份有限公司 Screening room service management method, interaction method, display device, and mobile terminal
CN112559086A (en) * 2020-12-25 2021-03-26 北京百度网讯科技有限公司 Applet page rendering method and device, electronic equipment and readable storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021031940A1 (en) * 2019-08-18 2021-02-25 聚好看科技股份有限公司 Screening room service management method, interaction method, display device, and mobile terminal
CN111475246A (en) * 2020-04-10 2020-07-31 腾讯科技(深圳)有限公司 Applet page display method, device, terminal and storage medium
CN111783018A (en) * 2020-07-28 2020-10-16 支付宝(杭州)信息技术有限公司 Page processing method, device and equipment
CN112015485A (en) * 2020-08-14 2020-12-01 北京达佳互联信息技术有限公司 Page display method and device, electronic equipment and storage medium
CN112181510A (en) * 2020-08-18 2021-01-05 微民保险代理有限公司 Applet page data processing method and device, computer equipment and storage medium
CN112559086A (en) * 2020-12-25 2021-03-26 北京百度网讯科技有限公司 Applet page rendering method and device, electronic equipment and readable storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
史春笑;叶伟辉;蔡家集;蔡杰;: "微信小程序停车系统案例分析", 发明与创新(职业教育), no. 11 *

Also Published As

Publication number Publication date
CN113378087B (en) 2024-01-09

Similar Documents

Publication Publication Date Title
CN112861057B (en) Page rendering method, device, equipment and storage medium based on applet
CN108376094B (en) Notification message display method and device, computer equipment and storage medium
US11890540B2 (en) User interface processing method and device
CN111190673B (en) Page display method and device based on operation monitoring and electronic equipment
CN112395027B (en) Widget interface generation method and device, storage medium and electronic equipment
CN115309470B (en) Method, device, equipment and storage medium for loading widget
CN114748873B (en) Interface rendering method, device, equipment and storage medium
CN108563477B (en) Page event response method and device
CN114218890A (en) Page rendering method and device, electronic equipment and storage medium
CN110290058B (en) Method and equipment for presenting session message in application
CN108345683B (en) Webpage display method, device, terminal and storage medium
CN114398023A (en) File generation method and page configuration method and device
CN113094138A (en) Interface display method and device, electronic equipment and storage medium
CN108415746B (en) Application interface display method and device, storage medium and electronic equipment
CN115809056B (en) Component multiplexing implementation method and device, terminal equipment and readable storage medium
CN113378087B (en) Page processing method, page processing device, electronic equipment and storage medium
CN108268298B (en) Desktop icon generation method and device, storage medium and electronic equipment
CN108021366B (en) Interface animation realization method and device, electronic equipment and storage medium
CN114490126A (en) Page processing method and device, electronic equipment and storage medium
US20160077899A1 (en) Handling of inputs in a multi-process application
CN106383705B (en) Method and device for setting mouse display state in application thin client
CN113849164A (en) Data processing method and device, electronic equipment and memory
CN114090118A (en) Method, device and equipment for starting small program and storage medium
CN114415892A (en) Interface control generation method and device, readable medium and electronic equipment
CN114489639A (en) File generation 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