CN111984260A - Front-end APP popup window management method, device and system - Google Patents

Front-end APP popup window management method, device and system Download PDF

Info

Publication number
CN111984260A
CN111984260A CN202010903976.5A CN202010903976A CN111984260A CN 111984260 A CN111984260 A CN 111984260A CN 202010903976 A CN202010903976 A CN 202010903976A CN 111984260 A CN111984260 A CN 111984260A
Authority
CN
China
Prior art keywords
popup
pop
condition
window
network
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.)
Pending
Application number
CN202010903976.5A
Other languages
Chinese (zh)
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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202010903976.5A priority Critical patent/CN111984260A/en
Publication of CN111984260A publication Critical patent/CN111984260A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/543User-generated data transfer, e.g. clipboards, dynamic data exchange [DDE], object linking and embedding [OLE]

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a method, a device and a system for managing front-end APP popup windows, wherein the method comprises the following steps: obtaining each popup associated with a front-end APP, wherein each popup comprises: local pop-up and network pop-up; configuring each popup window, and determining popup conditions of each popup window; determining a popup sequence of each popup window based on the popup condition; detecting whether the state of the front-end APP meets a corresponding target pop-up condition or not according to the pop-up sequence; if so, acquiring a target pop-up window corresponding to the target pop-up condition; and scheduling the target popup window for display. According to the management method, association is not established between the popup logics, the coupling performance is reduced, once the target popup meeting the target popup condition is detected, the target popup is directly scheduled to be displayed, the coupling relation between the popup does not need to be considered, and subsequent expansion is facilitated.

Description

Front-end APP popup window management method, device and system
Technical Field
The invention relates to the technical field of internet, in particular to a front-end APP popup window management method, device and system.
Background
With the rapid development of the internet, smart phones and 5G technologies, more and more offline service scenes are migrated to be handled online, and a use threshold is introduced while convenience is brought to users, so that various popup applications based on front-end APPs are developed, and the popup can be used for guidance, marketing promotion, information prompt, real-name authentication and the like of various functions.
For the management of popup, in the prior art, each popup logic is associated, and a next popup is initialized after a previous popup is executed, so that the next popup is executed.
Disclosure of Invention
In view of the above, the present invention provides a method, an apparatus, and a system for managing front-end APP popup windows, so as to solve the problems that each popup window logic in the prior art is associated, a previous popup window is initialized after execution is completed, and then the next popup window is executed, and the coupling is high, which is not beneficial to subsequent expansion, and the specific scheme is as follows:
a front-end APP popup window management method comprises the following steps:
obtaining each popup associated with a front-end APP, wherein each popup comprises: local pop-up and network pop-up;
configuring each popup window, and determining popup conditions of each popup window;
determining a popup sequence of each popup window based on the popup condition;
detecting whether the state of the front-end APP meets a corresponding target pop-up condition or not according to the pop-up sequence;
if so, acquiring a target pop-up window corresponding to the target pop-up condition;
and scheduling the target popup window for display.
The foregoing method, optionally, configures each popup window, including:
determining the type of each popup window;
if the type is a local popup, enabling the corresponding local popup to inherit the popup base class, or;
and if the type is the network popup, acquiring the corresponding popup resource, displaying the popup resource based on a local public popup container to obtain the corresponding network popup, and enabling the network popup to inherit the popup base class.
The foregoing method, optionally, determines the pop-up condition of each pop-up window, including:
acquiring local configuration information inherited by a local popup in each popup in the popup base class, and determining a local popup condition based on the local configuration information and the local popup;
acquiring network configuration information inherited by the network popup in the popup base class in each popup, and determining a network popup condition based on the network configuration information and the network popup;
and determining the popup condition based on the local popup condition and the network popup condition.
The foregoing method, optionally, determining the pop-up sequence of each pop-up window based on the pop-up condition, includes:
acquiring pop-up priorities of the pop-up windows in the pop-up conditions;
and determining the pop-up sequence of each pop-up window based on the pop-up priority.
The above method, optionally, further includes:
and if not, marking the target popup window popup failure corresponding to the target popup condition.
A front end APP popup management device, comprising:
a first obtaining module, configured to obtain each popup associated with a front-end APP, where each popup includes: local pop-up and network pop-up;
the condition determining module is used for configuring each popup window and determining the popup condition of each popup window;
the sequence determining module is used for determining the pop-up sequence of each pop-up window based on the pop-up condition;
the judging module is used for detecting whether the state of the front-end APP meets the corresponding target pop-up condition or not according to the pop-up sequence;
the second acquisition module is used for acquiring a target popup window corresponding to the target popup condition if the target popup window is met;
and the scheduling module is used for scheduling the target popup window for display.
The above apparatus, optionally, the condition determining module includes:
the type determining unit is used for determining the type of each popup window;
the first inheritance unit is used for enabling the corresponding local popup to inherit the popup base class or else if the type is the local popup;
and the second inheritance unit is used for acquiring the corresponding popup resource if the type is the network popup, displaying the popup resource based on a local public popup container to obtain the corresponding network popup, and enabling the network popup to inherit the popup base class.
The above apparatus, optionally, the condition determining module includes:
a first obtaining unit, configured to obtain local configuration information inherited by a local popup in the popup base class, and determine a local popup condition based on the local configuration information and the local popup;
a second obtaining unit, configured to obtain network configuration information inherited by the network popup in the popup base class in each popup, and determine a network popup condition based on the network configuration information and the network popup;
and the condition determining unit is used for determining the popup condition based on the local popup condition and the network popup condition.
The above apparatus, optionally, the order determining module includes:
a priority acquiring unit, configured to acquire pop-up priorities of the popup windows in the pop-up condition;
and the sequence determining unit is used for determining the popup sequence of each popup window based on the popup priority.
A front-end APP popup management system, comprising: a popup logic processing module, a popup configuration module and a popup scheduling module, wherein,
the popup logic processing module is configured to acquire each popup associated with a front-end APP, where each popup includes: configuring each popup window to determine popup conditions of each popup window;
the popup window configuration module is configured to determine a popup sequence of each popup window based on the popup condition, detect whether the state of the front-end APP satisfies a corresponding target popup condition according to the popup sequence, and if so, obtain a target popup window corresponding to the target popup condition;
and the popup scheduling module is used for scheduling the target popup for display.
Compared with the prior art, the invention has the following advantages:
the invention discloses a method, a device and a system for managing front-end APP popup windows, wherein the method comprises the following steps: obtaining each popup associated with a front-end APP, wherein each popup comprises: local pop-up and network pop-up; configuring each popup window, and determining popup conditions of each popup window; determining a popup sequence of each popup window based on the popup condition; detecting whether the state of the front-end APP meets a corresponding target pop-up condition or not according to the pop-up sequence; if so, acquiring a target pop-up window corresponding to the target pop-up condition; and scheduling the target popup window for display. According to the management method, association is not established between the popup logics, the coupling performance is reduced, once the target popup meeting the target popup condition is detected, the target popup is directly scheduled to be displayed, the coupling relation between the popup does not need to be considered, and subsequent expansion is facilitated.
Of course, it is not necessary for any product in which the invention is practiced to achieve all of the above-described advantages at the same time.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a flowchart of a front-end APP popup management method disclosed in an embodiment of the present application;
fig. 2 is a block diagram of a front-end APP popup management system disclosed in the embodiment of the present application;
FIG. 3 is a schematic diagram of a pop-up window logic processing module according to an embodiment of the disclosure;
fig. 4 is a schematic diagram of a pop-up window configuration module according to an embodiment of the disclosure;
FIG. 5 is a schematic diagram of a pop-up window scheduling module disclosed in an embodiment of the present application;
fig. 6 is a block diagram of a front-end APP popup management apparatus provided in the present application.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. 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 invention. Thus, the present invention 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.
The invention discloses a method, a device and a system for managing front-end APP popup windows, which are applied to and used for rapidly developing the technologies of internet, smart phones and 5G in the prior art in the process of managing the front-end APP popup windows. Various offline service scenes are migrated to be handled online, so that convenience is brought to users, and meanwhile, a use threshold is introduced. The off-line business handling is usually provided with the guidance of business personnel, and the on-line business handling user must operate the on-line business handling user by himself, so that in order to properly reduce the use threshold of the on-line business handling, the front-end app can be used for guiding the popup window application on the layer. Further, the marketing campaign promotion mode changes, and the respective front-end apps utilize the own app as a dedicated platform to promote various marketing campaigns, and promotion of these campaigns in apps is various, such as: page launch pops are one of the most common promotional approaches in many apps. Except the following steps: app shutdown announcement prompt class popup, supervision involved, real name authentication class popup, and the like. The invention solves the main technical problems that how to uniformly manage, configure and distribute pop-up windows with rich front-end apps and a large number of pop-up windows, so that the configuration of the pop-up windows is clearer and more flexible to display, and the subsequent expansion is more convenient. In the prior art, each popup logic is associated, a previous popup is initialized after execution is completed, and then the next popup is executed, so that the coupling is high, for example, if a popup needs to be inserted between the previous popup and the previous popup, the previous popup needs to be modified, and subsequent expansion is not facilitated
Therefore, the present invention provides a front-end APP management method, which is used to solve the above problem, and an execution flow of the management method is shown in fig. 1, and includes the steps of:
s101, obtaining each popup window associated with a front-end APP, wherein each popup window comprises: local pop-up and network pop-up;
in the embodiment of the present invention, when the front-end APP is created, each popup window that may pop up in the APP is set, preferably, an association relationship is established in advance for the front-end APP and each popup window associated therewith based on an identifier, where the identifier may be a number, a letter, or another preferred identifier.
Each popup includes local popup and network popup, local popup is fixed and unchangeable, network popup is variable, and can change because of the difference of time or activity, network popup can be different based on the difference of popup resource, acquire with each popup that front end APP has relevance can acquire based on the sign, for example, select in the popup storehouse with the same popup of front end APP sign as with the popup that front end APP is relevant, preferably, can have a plurality of different signs to a certain popup.
S102, configuring each popup window, and determining popup conditions of each popup window;
in the embodiment of the present invention, after each popup is selected, each popup needs to be configured, and the configuration process is as follows: firstly, determining the type of each popup, wherein the type can be a local popup and a network popup, and if the type is the local popup, enabling the corresponding local popup to inherit a popup base class, wherein the popup base class is used for configuring public basic information of the popup, and the popup base class comprises: whether login is needed, a page can be popped up, whether a flow can be blocked, whether a network is requested and the like can be configured by the local popup based on a specific use scene, which local configuration information is collectively included in the popup base class, and the basic information of the popup of the local popup can be locally realized according to the local popup service logic, such as popup times, popup modes, popup time, popup special service logic and the like. In the embodiment of the present invention, the type of the configuration information is not limited. And if the type is the network popup, acquiring the corresponding popup resource, displaying the popup resource based on a local public popup container to obtain the corresponding network popup, and enabling the network popup to inherit the popup base class. The network popup can configure which network configuration information is collectively included in the popup base class based on a specific use scene, the network popup can be dynamically configured through a network, a network is requested after the front-end app is started, the network configuration information of the network popup is acquired, and the network configuration information includes a network popup sequence, a popup style, a popup jump page, a popup page, popup times and the like. And after the network configuration information is acquired, carrying and displaying through the local public pop-up window container. The local public popup container is used for processing network popup logic and is associated with information required to be displayed by the network popup. When configuring network popups, the format of the related information must be compatible with the common popups container so that the common popups container can identify and process the network popups related logic.
Further, local configuration information inherited by the local popup in each popup in the popup base is obtained, a local popup condition is determined based on the local configuration information and the local popup, preferably, an initial popup condition is set for the local popup in advance based on experience or specific conditions, the initial popup condition is finely adjusted based on the local configuration information, and a local popup condition is obtained, for example, if the number of popup times of the local configuration information is 3, the number of popup times is recorded by the local popup condition, and when the number of popup times reaches 3, the popup is not required to be popped up, and the local configuration information may have various combination forms, so that the process of determining the local popup condition is not specifically limited in the embodiment of the present invention.
And acquiring network configuration information inherited by the network popup in the popup base class aiming at the network popup, and determining a network popup condition based on the network configuration information and the network popup, wherein the configuration process of the network popup condition is the same as that of the local popup condition, and is not repeated herein.
Further, the local popup window popup condition and the network popup window popup condition are integrated to determine the popup window condition, and the specific determination process is as follows: setting priorities for the local popup conditions and the network popup conditions, for example, setting priorities for popup in the popup conditions according to popup time or execution logic of the front-end APP.
S103, determining the pop-up sequence of each pop-up window based on the pop-up condition;
in the embodiment of the present invention, the pop-up priority of each popup in the pop-up condition is obtained, and the pop-up sequence of each popup is determined based on the pop-up priority.
Preferably, the pop-up sequence may also be configured by a service person through a management terminal, including a sequence, a number of times, and the like.
S104, detecting whether the state of the front-end APP meets a corresponding target pop-up condition or not according to the pop-up sequence;
in the embodiment of the invention, whether the state of the front-end APP meets the corresponding target pop-up condition is detected in sequence according to the pop-up sequence.
S105, if the target pop-up condition is met, acquiring a target pop-up window corresponding to the target pop-up condition;
in the embodiment of the present invention, if the state of the front-end APP satisfies the corresponding target pop-up condition, a target popup corresponding to the target pop-up condition is obtained based on the identifier, and if the state of the front-end APP does not satisfy the corresponding target pop-up condition, a target popup pop-up failure corresponding to the target pop-up condition is marked, and when the target popup blocks other popup processes (when the popup does not satisfy the condition, subsequent popup is not popped up, which is called as blocking other popup), the popup is not continued.
And S106, scheduling the target popup window for display.
In the embodiment of the invention, the target popup is scheduled to be displayed in the front-end APP, and after the display is finished, the information of the finish of the display of the target popup is fed back.
The invention discloses a front-end APP popup window management method, which comprises the following steps: obtaining each popup associated with a front-end APP, wherein each popup comprises: local pop-up and network pop-up; configuring each popup window, and determining popup conditions of each popup window; determining a popup sequence of each popup window based on the popup condition; detecting whether the state of the front-end APP meets a corresponding target pop-up condition or not according to the pop-up sequence; if so, acquiring a target pop-up window corresponding to the target pop-up condition; and scheduling the target popup window for display. According to the management method, association is not established between the popup logics, the coupling performance is reduced, once the target popup meeting the target popup condition is detected, the target popup is directly scheduled to be displayed, the coupling relation between the popup does not need to be considered, and subsequent expansion is facilitated.
In the embodiment of the present invention, based on the foregoing front-end APP management method, the present invention further provides a front-end APP management system, where a structural block diagram of the management system is shown in fig. 2, and the management system includes: a pop window logic processing module 201, a pop window configuration module 202, and a pop window scheduling module 203, wherein,
the popup logic processing module 201 is configured to acquire each popup associated with a front-end APP, where each popup includes: configuring each popup window to determine popup conditions of each popup window;
in the embodiment of the present invention, a schematic processing process diagram of the popup logic processing module 201 is shown in fig. 3, where each popup processes a specific popup service logic at the layer. And configuring the common basic information of the popup window through the popup window base class.
And the local popup (local popup A, local popup B and the like) inherits the popup base class to acquire basic configuration information of the popup. And then, according to the popup service logic, locally realizing the basic information of the popup, such as popup times, popup styles, popup special service logic and the like.
The network popup (network popup A, network popup B, etc.) can be dynamically configured through a network, and the network is requested after the front-end app is started to acquire network popup information, including a network popup sequence, a popup pattern, a popup jump page, a popup page, popup times, etc. After the network popup information is acquired, carrying and displaying through the local public popup container.
And the local public popup container is used for processing the network popup logic and is associated with the information required to be displayed by the network popup. When configuring network popups, the format of the related information must be compatible with the common popups container so that the common popups container can identify and process the network popups related logic.
The popup configuration module 202 is configured to determine a popup sequence of each popup based on the popup condition, detect whether the state of the front-end APP satisfies a corresponding target popup condition according to the popup sequence, and if so, obtain a target popup corresponding to the target popup condition;
in the embodiment of the present invention, a schematic processing procedure of the popup configuration module 202 is shown in fig. 4, and network popup configuration may be configured by a service person through a management terminal, including sequence, frequency, and the like. And initializing popup management classes, wherein the classes are used for the subsequent popup interaction and popup management. The popup management class may also be referred to as a "central controller," and the initialization class is a preliminary connection established with each popup. Initializing pop-up windows: and configuring the pop-up window capable of popping up the current page, wherein the local public pop-up window container is configured according to whether the network pop-up window exists or not.
Configuring a pop-up window sequence: the part comprises two parts, namely, firstly, determining the sequence of the network popup and the local popup, and acquiring the sequence by the network. And secondly, respectively configuring the local popup and the network popup, namely the popup sequence. The configuration process is ordered in the "central controller". And the central controller controls the execution of the popup windows in sequence.
The pop window scheduling module 203 is configured to schedule the target pop window for display.
In the embodiment of the present invention, a schematic processing procedure of the popup scheduling module 203 is shown in fig. 5, where in a popup configuration layer, a "central controller" has acquired a popup that a page can be popped up, and a preliminary connection is established with each popup. Take local pop-up first as an example. I.e. a1 → a2
For example: the central controller initiates execution because the local popup takes precedence and therefore the logic in the local popup that is ranked first in the popup executes first, and the logic all executes a popup through the rear popup a, informing the central controller that the pointer points to the next popup. And executing the popup window B. Link a1 → b1 → b1 → b2 … …
For example: the central controller initiates execution because the local pop has priority and therefore executes the logic in the local pop first ranked at the first pop a, and the logic fails to pass and unblocks subsequent pops, again notifying the central controller that the pointer points to the next pop. And executing the popup window B. And link: a1 → b1 → b1 → b2 → b2 … …
For example: the central controller initiates execution because the local pop takes precedence and therefore first executes the logic in the local pop that is ranked at the first pop a, and the logic fails to pass and blocks subsequent pops. The central controller indicator is unchanged and subsequent pop-window execution is blocked. And link: a1 → b1 → b1
For example: after the local popup is executed (flow 1), link a2 is executed. And link: a1 → b1 → b1 → b2 → b2 → a2 → a2 → c1 → c1 → c2 → c 2.
The network popup is managed in the same way as the local popup. By analogy, the execution process of single local popup, single network popup, and simultaneous existence of the local popup and the network popup can be obtained.
In this embodiment of the present invention, in the front-end APP popup management system, the popup logic processing module includes: and the self style of each popup window, the service logic and the popup condition configuration. The logic of the popup is mainly processed, and the logic comprises popup basic public parameter configuration, if the popup needs to be logged in, a popup display page, whether the popup blocks other popup processes (when the popup does not meet the condition, subsequent popup does not pop up, and the popup is called to block other popup), whether the popup condition needs to request a network, and the like. The popup configuration module configures popup sequences and popup pages, namely popup configuration layers. The configuration of the popup window can be configured locally or by service personnel through a management terminal, and the front end acquires the configuration in a network request mode. The module can solve the problems of flexibility and expansibility of popup window configuration by combining with a popup window logic processing module. And the popup scheduling module is responsible for executing scheduling among the popup windows. The module layer can reduce the coupling between the popup windows and improve the expansibility of popup window management. Based on the management system, the popup module of the whole front-end app is uniformly managed to form a set of complete popup configuration and management scheme, and the scheme can be not limited to a specific app and can be independently used as a module to be applied to various apps with popup management requirements.
Based on the foregoing front-end APP popup management method, in an embodiment of the present invention, a front-end APP popup management apparatus is further provided, a structural block diagram of the management apparatus is shown in fig. 6, and the method includes:
a first obtaining module 301, a condition determining module 302, an order determining module 303, a judging module 304, a second obtaining module 305 and a scheduling module 306.
Wherein the content of the first and second substances,
the first obtaining module 301 is configured to obtain each popup window associated with a front-end APP, where each popup window includes: local pop-up and network pop-up;
the condition determining module 302 is configured to configure each popup window, and determine a popup condition of each popup window;
the sequence determining module 303 is configured to determine a pop-up sequence of each popup window based on the pop-up condition;
the determining module 304 is configured to detect whether the state of the front-end APP meets a corresponding target pop-up condition according to the pop-up sequence;
the second obtaining module 305 is configured to, if the target pop-up condition is met, obtain a target pop-up window corresponding to the target pop-up condition;
the scheduling module 306 is configured to schedule the target popup for display.
The invention discloses a front-end APP popup window management device, which comprises: obtaining each popup associated with a front-end APP, wherein each popup comprises: local pop-up and network pop-up; configuring each popup window, and determining popup conditions of each popup window; determining a popup sequence of each popup window based on the popup condition; detecting whether the state of the front-end APP meets a corresponding target pop-up condition or not according to the pop-up sequence; if so, acquiring a target pop-up window corresponding to the target pop-up condition; and scheduling the target popup window for display. According to the management device, association is not established between the popup windows, the coupling performance is reduced, once the target popup window meeting the target popup condition is detected, the target popup window is directly scheduled to be displayed, the coupling relation between the popup windows does not need to be considered, and subsequent expansion is facilitated.
In this embodiment of the present invention, the condition determining module 302 includes:
a type determination unit 307, a first inheritance unit 308 and a second inheritance unit 309.
Wherein the content of the first and second substances,
the type determining unit 307 is configured to determine the type of each popup;
the first inheriting unit 308 is configured to, if the type is a local popup, enable the corresponding local popup to inherit the popup base class, or;
the second inheriting unit 309 is configured to, if the type is a network popup, obtain a corresponding popup resource, display the popup resource based on a local public popup container, obtain a corresponding network popup, and enable the network popup to inherit the popup base class.
In this embodiment of the present invention, the condition determining module 302 includes:
a first acquisition unit 310, a second acquisition unit 311, and a condition determination unit 312.
Wherein the content of the first and second substances,
the first obtaining unit 310 is configured to obtain local configuration information inherited by a local popup in the popup base class in each popup, and determine a local popup condition based on the local configuration information and the local popup;
the second obtaining unit 311 is configured to obtain network configuration information inherited by the network popup in the popup base class in each popup, and determine a network popup condition based on the network configuration information and the network popup;
the condition determining unit 312 is configured to determine the pop condition based on the local pop condition and the network pop condition.
In this embodiment of the present invention, the order determining module 303 includes:
a priority acquisition unit 313 and an order determination unit 314.
Wherein the content of the first and second substances,
the priority acquiring unit 313 is configured to acquire pop-up priorities of the popup windows in the pop-up condition;
the order determining unit 314 is configured to determine a pop order of the popup windows based on the pop priority.
It should be noted that, in the present specification, the embodiments are all described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments may be referred to each other. For the device-like embodiment, since it is basically similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
For convenience of description, the above devices are described as being divided into various units by function, and are described separately. Of course, the functions of the units may be implemented in the same software and/or hardware or in a plurality of software and/or hardware when implementing the invention.
From the above description of the embodiments, it is clear to those skilled in the art that the present invention can be implemented by software plus necessary general hardware platform. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which may be stored in a storage medium, such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method according to the embodiments or some parts of the embodiments.
The method, the device and the electronic device for evaluating an image report provided by the present invention are described in detail above, and a specific example is applied in the description to explain the principle and the implementation of the present invention, and the description of the above embodiment is only used to help understanding the method and the core idea of the present invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (10)

1. A front-end APP popup window management method is characterized by comprising the following steps:
obtaining each popup associated with a front-end APP, wherein each popup comprises: local pop-up and network pop-up;
configuring each popup window, and determining popup conditions of each popup window;
determining a popup sequence of each popup window based on the popup condition;
detecting whether the state of the front-end APP meets a corresponding target pop-up condition or not according to the pop-up sequence;
if so, acquiring a target pop-up window corresponding to the target pop-up condition;
and scheduling the target popup window for display.
2. The method of claim 1, wherein configuring the respective pop-windows comprises:
determining the type of each popup window;
if the type is a local popup, enabling the corresponding local popup to inherit the popup base class, or;
and if the type is the network popup, acquiring the corresponding popup resource, displaying the popup resource based on a local public popup container to obtain the corresponding network popup, and enabling the network popup to inherit the popup base class.
3. The method of claim 2, wherein determining the pop-up condition for each pop-up window comprises:
acquiring local configuration information inherited by a local popup in each popup in the popup base class, and determining a local popup condition based on the local configuration information and the local popup;
acquiring network configuration information inherited by the network popup in the popup base class in each popup, and determining a network popup condition based on the network configuration information and the network popup;
and determining the popup condition based on the local popup condition and the network popup condition.
4. The method of claim 1, wherein determining the pop-up order of the respective popups based on the pop-up condition comprises:
acquiring pop-up priorities of the pop-up windows in the pop-up conditions;
and determining the pop-up sequence of each pop-up window based on the pop-up priority.
5. The method of claim 1, further comprising:
and if not, marking the target popup window popup failure corresponding to the target popup condition.
6. The utility model provides a front end APP popup management device which characterized in that includes:
a first obtaining module, configured to obtain each popup associated with a front-end APP, where each popup includes: local pop-up and network pop-up;
the condition determining module is used for configuring each popup window and determining the popup condition of each popup window;
the sequence determining module is used for determining the pop-up sequence of each pop-up window based on the pop-up condition;
the judging module is used for detecting whether the state of the front-end APP meets the corresponding target pop-up condition or not according to the pop-up sequence;
the second acquisition module is used for acquiring a target popup window corresponding to the target popup condition if the target popup window is met;
and the scheduling module is used for scheduling the target popup window for display.
7. The apparatus of claim 6, wherein the condition determining module comprises:
the type determining unit is used for determining the type of each popup window;
the first inheritance unit is used for enabling the corresponding local popup to inherit the popup base class or else if the type is the local popup;
and the second inheritance unit is used for acquiring the corresponding popup resource if the type is the network popup, displaying the popup resource based on a local public popup container to obtain the corresponding network popup, and enabling the network popup to inherit the popup base class.
8. The apparatus of claim 7, wherein the condition determining module comprises:
a first obtaining unit, configured to obtain local configuration information inherited by a local popup in the popup base class, and determine a local popup condition based on the local configuration information and the local popup;
a second obtaining unit, configured to obtain network configuration information inherited by the network popup in the popup base class in each popup, and determine a network popup condition based on the network configuration information and the network popup;
and the condition determining unit is used for determining the popup condition based on the local popup condition and the network popup condition.
9. The apparatus of claim 6, wherein the order determination module comprises:
a priority acquiring unit, configured to acquire pop-up priorities of the popup windows in the pop-up condition;
and the sequence determining unit is used for determining the popup sequence of each popup window based on the popup priority.
10. The utility model provides a front end APP popup management system which characterized in that includes: a popup logic processing module, a popup configuration module and a popup scheduling module, wherein,
the popup logic processing module is configured to acquire each popup associated with a front-end APP, where each popup includes: configuring each popup window to determine popup conditions of each popup window;
the popup window configuration module is configured to determine a popup sequence of each popup window based on the popup condition, detect whether the state of the front-end APP satisfies a corresponding target popup condition according to the popup sequence, and if so, obtain a target popup window corresponding to the target popup condition;
and the popup scheduling module is used for scheduling the target popup for display.
CN202010903976.5A 2020-09-01 2020-09-01 Front-end APP popup window management method, device and system Pending CN111984260A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010903976.5A CN111984260A (en) 2020-09-01 2020-09-01 Front-end APP popup window management method, device and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010903976.5A CN111984260A (en) 2020-09-01 2020-09-01 Front-end APP popup window management method, device and system

Publications (1)

Publication Number Publication Date
CN111984260A true CN111984260A (en) 2020-11-24

Family

ID=73447245

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010903976.5A Pending CN111984260A (en) 2020-09-01 2020-09-01 Front-end APP popup window management method, device and system

Country Status (1)

Country Link
CN (1) CN111984260A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113535313A (en) * 2021-08-02 2021-10-22 北京读我科技有限公司 Popup window display method and device
CN115097971A (en) * 2022-08-24 2022-09-23 中国中金财富证券有限公司 Display control method of popup frame and related device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106648641A (en) * 2016-12-09 2017-05-10 武汉斗鱼网络科技有限公司 Automatic management method and system for multi-level pop-up boxes on iOS system device
CN107463440A (en) * 2017-09-14 2017-12-12 北京奇艺世纪科技有限公司 A kind of pop-up methods of exhibiting and device
CN109358935A (en) * 2018-09-29 2019-02-19 北京金山安全软件有限公司 Control method and device for popup window display, terminal equipment and storage medium
CN111008059A (en) * 2019-12-09 2020-04-14 北京奇艺世纪科技有限公司 Control method and device for popup window display, terminal and storage medium
CN111580899A (en) * 2020-03-31 2020-08-25 深圳市麦谷科技有限公司 Message popup window system based on hierarchical structure and electronic equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106648641A (en) * 2016-12-09 2017-05-10 武汉斗鱼网络科技有限公司 Automatic management method and system for multi-level pop-up boxes on iOS system device
CN107463440A (en) * 2017-09-14 2017-12-12 北京奇艺世纪科技有限公司 A kind of pop-up methods of exhibiting and device
CN109358935A (en) * 2018-09-29 2019-02-19 北京金山安全软件有限公司 Control method and device for popup window display, terminal equipment and storage medium
CN111008059A (en) * 2019-12-09 2020-04-14 北京奇艺世纪科技有限公司 Control method and device for popup window display, terminal and storage medium
CN111580899A (en) * 2020-03-31 2020-08-25 深圳市麦谷科技有限公司 Message popup window system based on hierarchical structure and electronic equipment

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113535313A (en) * 2021-08-02 2021-10-22 北京读我科技有限公司 Popup window display method and device
CN115097971A (en) * 2022-08-24 2022-09-23 中国中金财富证券有限公司 Display control method of popup frame and related device

Similar Documents

Publication Publication Date Title
US10956424B2 (en) Application recommending method and system, and server
EP3966681B1 (en) Automated application updates during operating system upgrades
CN104268019A (en) Software operating method and device and terminal
CN106919427B (en) Setting method, setting device and electronic equipment
US20140108440A1 (en) Configuration of Life Cycle Management for Configuration Files for an Application
US20170004013A1 (en) Method and device for managing application
WO2017096065A1 (en) Running applications using pre-generated components
CN108762611B (en) Application icon management method and device and readable storage medium
CN104866526B (en) Intelligent terminal and method for recommending application program
CN111984260A (en) Front-end APP popup window management method, device and system
US10009213B2 (en) System and method for isolation of multi-tenant platform customization using child processes
US10489135B2 (en) Electronic device and method for improving installation speed of theme package
US20130007428A1 (en) System and method for customized configuration of information handling systems
CN112486491A (en) Page generation method and device, computer equipment and storage medium
CN108197994A (en) Advertisement placement method, system, terminal and computer readable storage medium
CN110427213B (en) Method, device, equipment and storage medium for realizing intelligent configuration software
CN104572137B (en) A kind of implementation method and device of NM client Acceleration of starting
CN111459629A (en) Azkaban-based project operation method and device and terminal equipment
CN105354090A (en) Management method and device of virtual equipment
CN105975306A (en) Application program starting management method and application program starting management apparatus for electronic device
CN117130697B (en) Method and device for fixing application on taskbar
CN112862544A (en) Object information acquisition method and device and storage medium
CN108520063A (en) Processing method, device and the terminal device of event log
CN109960572B (en) Equipment resource management method and device and intelligent terminal
CN113495787A (en) Resource allocation method, device, storage medium and electronic equipment

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