CN112947830A - Popup window display method and device, computer equipment and storage medium - Google Patents

Popup window display method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN112947830A
CN112947830A CN202110266267.5A CN202110266267A CN112947830A CN 112947830 A CN112947830 A CN 112947830A CN 202110266267 A CN202110266267 A CN 202110266267A CN 112947830 A CN112947830 A CN 112947830A
Authority
CN
China
Prior art keywords
popup
data
display
target
determining
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
CN202110266267.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.)
Beijing Gaotu Yunji Education Technology Co Ltd
Original Assignee
Beijing Gaotu Yunji Education 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 Gaotu Yunji Education Technology Co Ltd filed Critical Beijing Gaotu Yunji Education Technology Co Ltd
Priority to CN202110266267.5A priority Critical patent/CN112947830A/en
Publication of CN112947830A publication Critical patent/CN112947830A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • 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/542Event management; Broadcasting; Multicasting; Notifications

Landscapes

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

Abstract

The present disclosure provides a pop-up window display method, apparatus, computer device and storage medium, the method comprising: responding that a user side meets a popup triggering condition, and sending a plurality of popup data acquisition requests aiming at a target page to corresponding server interfaces; after request results which are respectively corresponding to the plurality of popup data acquisition requests and returned by the server interface are received, determining target popup data based on the display priority of the popup data in the request results meeting the display conditions; and performing popup display on the target page based on the target popup data. Therefore, user experience is improved, and unified management is facilitated.

Description

Popup window display method and device, computer equipment and storage medium
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to a pop-up window display method and apparatus, a computer device, and a storage medium.
Background
With the continuous development of internet technology and mobile terminal technology, the functions that can be realized by application programs are gradually increasing, and in the daily use process of application programs, in order to transmit information to users in time, a pop-up window mode is often used.
In the related art, under the condition that one interface corresponds to a plurality of popup windows, data acquisition requests are sent to server interfaces corresponding to the popup windows respectively, popup window display is carried out according to data returned by the server interfaces, when the plurality of interfaces successfully return data, the plurality of popup windows are displayed simultaneously in a short time, so that a user can open the interface and then simultaneously pop up the plurality of popup windows, the return time of the popup window data corresponding to the plurality of popup windows is different, the popup window corresponding to the popup window data returned first is displayed at the lowest side, the popup window corresponding to the popup window data returned last can cover the popup window displayed before, and therefore the user cannot timely view all popup window information, the user can easily miss important popup window information, and the popup window display effect is poor.
Disclosure of Invention
The embodiment of the disclosure at least provides a popup window display method, a popup window display device, computer equipment and a storage medium.
In a first aspect, an embodiment of the present disclosure provides a pop-up window display method, including:
responding that a user side meets a popup triggering condition, and sending a plurality of popup data acquisition requests aiming at a target page to corresponding server interfaces;
after request results which are respectively corresponding to the plurality of popup data acquisition requests and returned by the server interface are received, determining target popup data based on the display priority of the popup data in the request results meeting the display conditions;
and performing popup display on the target page based on the target popup data.
In a possible embodiment, sending a plurality of pop-up window data acquisition requests to corresponding server interfaces in response to a client satisfying a pop-up window trigger condition includes:
and responding that the user side meets the popup triggering condition, and simultaneously sending the plurality of popup data acquisition requests to the corresponding server interfaces.
In a possible embodiment, the method further comprises determining a request result satisfying the presentation condition according to the following method:
after receiving all request results returned by the server interface, determining the request results meeting the display conditions; or,
and after any request result returned by the server interface is received, determining that the request result meets the display condition.
In a possible embodiment, the presentation conditions comprise at least one of the following conditions:
the display times within the preset time length do not exceed the preset times; sensitive information is not included in popup data in a request result; the data volume of the popup window data in the request result does not exceed the preset data volume.
In a possible embodiment, the method further comprises determining the presentation priority of the popup data according to the following method:
acquiring a display priority which is preset for a popup corresponding to the popup data; or,
determining a target popup type corresponding to the popup data, and acquiring a display priority corresponding to the target popup type; or,
determining a display priority corresponding to the popup data based on the data volume of the popup data; or,
and determining the display priority corresponding to the popup data based on the sequence of receiving the popup data.
In a possible implementation manner, after receiving request results corresponding to the plurality of pop-up window data obtaining requests respectively returned by the server interface, the determining target pop-up window data based on the display priority of the pop-up window data in the request results meeting the display condition includes:
after receiving request results which are respectively corresponding to the plurality of popup data acquisition requests and returned by the server interface, determining a target request result with a successful data request in the request results;
determining a target request result meeting the display condition;
and determining the target popup data based on the display priority of the popup data in the target request result meeting the display condition.
In a second aspect, an embodiment of the present disclosure provides a pop-up window display method, including:
receiving a plurality of popup data acquisition requests sent by a user side;
determining request results corresponding to the plurality of popup window data acquisition requests;
determining target popup data based on the display priority of the popup data in the request result meeting the display condition;
and returning the target popup data to the user side so that the user side performs popup display based on the target popup data.
In a third aspect, an embodiment of the present disclosure further provides a pop-up window display device, including:
the sending module is used for responding that the user side meets a popup triggering condition and sending a plurality of popup data acquisition requests aiming at a target page to corresponding server interfaces;
the determining module is used for determining target popup data based on the display priority of the popup data in the request results meeting the display conditions after receiving the request results which are returned by the server interface and respectively correspond to the plurality of popup data acquisition requests;
and the display module is used for performing popup display on the target page based on the target popup data.
In a possible implementation manner, when responding that the client satisfies the popup trigger condition and sending the plurality of popup data acquisition requests to the corresponding server interfaces, the sending module is configured to:
and responding that the user side meets the popup triggering condition, and simultaneously sending the plurality of popup data acquisition requests to the corresponding server interfaces.
In a possible implementation manner, the determining module is further configured to determine a request result satisfying the display condition according to the following method:
after receiving all request results returned by the server interface, determining the request results meeting the display conditions; or,
and after any request result returned by the server interface is received, determining that the request result meets the display condition.
In a possible embodiment, the presentation conditions comprise at least one of the following conditions:
the display times within the preset time length do not exceed the preset times; sensitive information is not included in popup data in a request result; the data volume of the popup window data in the request result does not exceed the preset data volume.
In a possible implementation manner, the determining module is further configured to determine the presentation priority of the popup window according to the following method:
acquiring a display priority which is preset for a popup corresponding to the popup data; or,
determining a target popup type corresponding to the popup data, and acquiring a display priority corresponding to the target popup type; or,
determining a display priority corresponding to the popup data based on the data volume of the popup data; or,
and determining the display priority corresponding to the popup data based on the sequence of receiving the popup data.
In a possible implementation manner, after receiving request results corresponding to the plurality of pop-up window data obtaining requests respectively returned by the server interface, the determining module, when determining target pop-up window data based on a display priority of the pop-up window data in the request results meeting the display condition, is configured to:
after receiving request results which are respectively corresponding to the plurality of popup data acquisition requests and returned by the server interface, determining a target request result with a successful data request in the request results;
determining a target request result meeting the display condition;
and determining the target popup data based on the display priority of the popup data in the target request result meeting the display condition.
In a fourth aspect, an embodiment of the present disclosure further provides a pop-up window display device, including:
the receiving module is used for receiving a plurality of popup data acquisition requests sent by a user side;
the first determining module is used for determining the request results corresponding to the plurality of popup window data acquisition requests;
the second determining module is used for determining target popup data based on the display priority of the popup data in the request result meeting the display condition;
and the return module is used for returning the target popup data to the user side so that the user side performs popup display based on the target popup data.
In a fifth aspect, an embodiment of the present disclosure further provides a computer device, including: a processor, a memory and a bus, the memory storing machine-readable instructions executable by the processor, the processor and the memory communicating via the bus when a computer device is running, the machine-readable instructions when executed by the processor performing the steps of the first aspect described above, or any possible implementation of the first aspect; alternatively, the above second aspect is performed.
In a sixth aspect, this disclosed embodiment further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and the computer program is executed by a processor to perform the steps in the first aspect or any one of the possible implementation manners of the first aspect; alternatively, the above second aspect is performed.
According to the popup display method, the apparatus, the computer device and the storage medium provided by the embodiment of the present disclosure, after receiving a plurality of request results returned by a server interface, target popup data can be determined based on a display priority of the popup data in the request results satisfying a display condition; and performing popup display on a target page based on the target popup data. Therefore, the popup required to be displayed on the target page can be uniformly managed through the display priority of the popup data, and when the popup is displayed based on the display priority of the popup data, the popup data with higher priority can be displayed on the uppermost layer of the page, so that the important popup information can be displayed preferentially, and the display effect of the popup information can be improved.
In order to make the aforementioned objects, features and advantages of the present disclosure more comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present disclosure, the drawings required for use in the embodiments will be briefly described below, and the drawings herein incorporated in and forming a part of the specification illustrate embodiments consistent with the present disclosure and, together with the description, serve to explain the technical solutions of the present disclosure. It is appreciated that the following drawings depict only certain embodiments of the disclosure and are therefore not to be considered limiting of its scope, for those skilled in the art will be able to derive additional related drawings therefrom without the benefit of the inventive faculty.
FIG. 1 is a schematic diagram illustrating an implementation process of a pop-up window display method in the prior art;
fig. 2 shows a flowchart of a pop-up window displaying method provided by an embodiment of the present disclosure;
fig. 3 is a flowchart illustrating a specific method for determining target popup data in the popup display method provided in the embodiment of the present disclosure;
FIG. 4 is a flow chart illustrating another pop-up window display method provided by the embodiments of the present disclosure;
fig. 5 is a logic diagram of the execution of the pop-up window display method on the server side according to the embodiment of the present disclosure;
fig. 6 is a schematic view illustrating a pop-up window display device according to an embodiment of the disclosure;
FIG. 7 is a schematic view of another pop-up window display provided by embodiments of the present disclosure;
FIG. 8 is a schematic structural diagram of a computer device 800 provided by an embodiment of the present disclosure;
fig. 9 shows a schematic structural diagram of a computer device 900 provided by an embodiment of the present disclosure.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present disclosure more clear, the technical solutions of the embodiments of the present disclosure will be described clearly and completely with reference to the drawings in the embodiments of the present disclosure, and it is obvious that the described embodiments are only a part of the embodiments of the present disclosure, not all of the embodiments. The components of the embodiments of the present disclosure, generally described and illustrated in the figures herein, can be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the present disclosure, presented in the figures, is not intended to limit the scope of the claimed disclosure, but is merely representative of selected embodiments of the disclosure. All other embodiments, which can be derived by a person skilled in the art from the embodiments of the disclosure without making creative efforts, shall fall within the protection scope of the disclosure.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures.
The term "and/or" herein merely describes an associative relationship, meaning that three relationships may exist, e.g., a and/or B, may mean: a exists alone, A and B exist simultaneously, and B exists alone. In addition, the term "at least one" herein means any one of a plurality or any combination of at least two of a plurality, for example, including at least one of A, B, C, and may mean including any one or more elements selected from the group consisting of A, B and C.
Fig. 1 is a schematic diagram illustrating an implementation process of a pop-up window display method in the prior art. In fig. 1, when a user side includes a pop-up window data acquisition request in a current page, the user side sends the request to a corresponding server interface, the server interface performs data processing after responding to the request, the pop-up window data obtained after data processing can be sent to the user side under a normal condition, and the user side judges whether the obtained pop-up window data needs to be displayed or not, and then displays the pop-up window data which needs to be displayed, if the pop-up window data which needs to be displayed at this time is multiple, correspondingly, multiple pop-up windows can simultaneously appear in the current page of the user side. In this process, if the popup data returned by the server interface is not managed, the popup data is displayed in a different order due to different sequence of popup data return time, as shown in fig. 1 in detail, different lines corresponding to "return" lower sides have different lengths, which represent different time for receiving the popup data returned by the server interface. Thus, a popup may occur which is of a higher importance to the user, and since the corresponding popup data is returned first and presented first, the popup data returned after being short time is made to cover it. Thus, the user is prone to miss important prompt messages, resulting in poor user experience.
Based on the research, the present disclosure provides a popup display method, apparatus, computer device, and storage medium, which may determine target popup data based on a display priority of popup data in a request result satisfying a display condition after receiving a plurality of request results returned by a server interface; and performing popup display on a target page based on the target popup data. Therefore, the popup required to be displayed on the target page can be uniformly managed through the display priority of the popup data, and when the popup is displayed based on the display priority of the popup data, the popup data with higher priority can be displayed on the uppermost layer of the page, so that the important popup information can be displayed preferentially, and the display effect of the popup information can be improved.
The above-mentioned drawbacks are the results of the inventor after practical and careful study, and therefore, the discovery process of the above-mentioned problems and the solutions proposed by the present disclosure to the above-mentioned problems should be the contribution of the inventor in the process of the present disclosure.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures.
To facilitate understanding of the present embodiment, first, an execution subject of the pop-up window display method disclosed in the embodiments of the present disclosure is described in detail, where the execution subject of the pop-up window display method provided in the embodiments of the present disclosure is generally a computer device with certain computing capability, and the computer device includes, for example: a terminal device, which may be a User Equipment (UE), a mobile device, a User terminal, a cellular phone, a cordless phone, a Personal Digital Assistant (PDA), a handheld device, a computing device, a vehicle mounted device, a wearable device, or a server or other processing device. In some possible implementations, the pop-up window presentation method may be implemented by a processor calling computer readable instructions stored in a memory.
Referring to fig. 2, a flowchart of a pop-up window display method provided in an embodiment of the present disclosure is shown, where the pop-up window display method is applied to a computer device with certain processing capability, where the computer device is generally a display device with a display function, such as a tablet computer, a smart phone, a smart television, a smart watch, and the like. The method comprises steps S201 to S203, wherein:
s201: and responding that the user side meets the popup triggering condition, and sending a plurality of popup data acquisition requests aiming at the target page to the corresponding server interface.
S202: and after receiving request results which are returned by the server interface and respectively correspond to the plurality of popup data acquisition requests, determining target popup data based on the display priority of the popup data in the request results meeting the display conditions.
S203: and performing popup display on the target page based on the target popup data.
In the embodiment of the disclosure, the electronic device equipped with the client may send a plurality of pop-up window data acquisition requests to be displayed on the target page to the server interface, and after receiving a request result returned by the server interface, may determine the target pop-up window data according to the display priority, and then display the determined target pop-up window data through the pop-up window. When a plurality of popup windows in the target interface meet popup window triggering conditions, the popup window with the highest priority can be popped up, the phenomenon that too many popup windows are popped up simultaneously to influence user experience is avoided, the number of the popped-up popup windows can be freely adjusted, and the popping-up sequence can be controlled. Thereby enabling uniform management to be facilitated.
Each step and the corresponding implementation method in the embodiments of the present disclosure will be described in detail below.
For S201, the target page may be a page corresponding to a plurality of pop-up window data acquisition requests, the pop-up window trigger condition may be that a target application is triggered to start, the target page may be a page displayed after the target application is triggered to start, and the triggering includes single-click, double-click, long-press, re-press, and the like for an icon corresponding to the application.
Or, the popup trigger condition may also be that a target button in a target page is triggered; or detecting that a preset trigger operation (such as circle drawing, S drawing, double-finger clicking, voice operation and the like) is executed in the target page.
In a possible implementation manner, when the user side meets the popup trigger condition and sends the plurality of popup data acquisition requests to the corresponding server interfaces, the user side can be responded to meet the popup trigger condition and send the plurality of popup data acquisition requests to the corresponding server interfaces.
Specifically, because the generation time of different pop-up window data acquisition requests may be different, after each pop-up window data acquisition request for a target page is generated, the generated pop-up window data acquisition request may be added to a preset task queue, the number of requests that can be accommodated by the task queue is the number of all pop-up window data acquisition requests included in the current page (that is, the number of pop-up windows that can be displayed in a superimposed manner on the current page), and then when the task queue is detected to be full, that is, the pop-up window data acquisition requests for all pop-up windows of the target page are generated, a corresponding sending function may be called in a loop for manner, and the pop-up window data acquisition requests in the task queue may be sent to a corresponding server interface in a unified manner.
By uniformly sending the popup data acquisition requests to the corresponding server interfaces, the request results returned by the server interfaces can be ensured to be received in a centralized manner, and the waiting time for the user side to receive the request results is saved; on the other hand, the server can perform centralized processing on the popup data acquisition requests, and the processing efficiency and the utilization rate of the server are improved.
In a specific implementation, after sending a plurality of pop-up data acquisition requests for a target page to corresponding server interfaces according to S201, target pop-up data may be determined according to S202.
S202: and after receiving request results which are returned by the server interface and respectively correspond to the plurality of popup data acquisition requests, determining target popup data based on the display priority of the popup data in the request results meeting the display conditions.
Here, the request result includes popup data or exception information. The popup data comprises popup display content and/or a jump link, and the abnormal information comprises an interface return value of null or network request failure.
Specifically, the popup display content may be specific content such as characters, pictures, and videos displayed in the popup; the jump link can be a link corresponding to a jump address, and is used for jumping from a current page (referred to as a target page) to a page corresponding to the jump address after being triggered; the fact that the interface return value is NULL indicates that the server judges that the popup window corresponding to the interface does not need to be displayed at this time, for example, NULL can be returned to indicate that the return value is NULL at this time; the network request failure can be caused by the server interface receiving a large number of requests at the same time, and at the moment, the server interface receives a large number of requests at the same time, so that overload can occur to the server, and popup data cannot be normally returned; or, the network request failure may also be caused by network connection interruption, for example, the network data of the user side is closed or fluctuates, so that the pop-up data acquisition request cannot be normally sent at this time.
In one possible implementation, whether the request result satisfies the preset display condition may be determined from the following three determination conditions:
and under the condition 1, the display times within the preset time length do not exceed the preset times.
For example, the preset number of times within the preset duration may be set to be once a week, and when it is determined that the popup window data in the request result has not been displayed at the current user terminal within the last week, it may be determined that the request result satisfies the preset display condition.
And 2, sensitive information is not included in the popup window data in the request result.
Here, the sensitive information refers to personal privacy information or business secret authorized by the user.
For example, the identity information of the user and commonly used sensitive words, including dirty words/words with abuse meaning, words/words in improper language, etc., may be set as the sensitive information of the user terminal, and when it is detected that the pop-up data in the request result does not include the sensitive information corresponding to the current user terminal, it may be determined that the request result satisfies the preset presentation condition.
And 3, the data volume of the popup window data in the request result does not exceed the preset data volume.
Here, the data amount may be the size of the storage space occupied by the popup data, such as 50KB, 1MB, or the like; alternatively, the number of words/number of segments corresponding to the specific presentation format of the pop-up window data may be set, for example, the number of words of a character is 20, the number of pictures is 2, and the number of segments of audio/video is 1.
For example, taking the popup display content of the popup data in the request result as a character, the corresponding data amount may be set to 20, that is, when it is detected that the popup display content of the popup data does not exceed 20 characters, it is determined that the request result meets a preset display condition.
It should be noted that, when determining whether the request result satisfies the preset condition, any one or more of the above conditions may be used. For example, it is necessary to simultaneously satisfy the condition 1 and the condition 3, the condition 2 and the condition 3, and only the condition 3, etc., and different schemes may also be adopted in different application scenarios, which is not limited in the embodiment of the present disclosure.
In one possible embodiment, when determining the request result satisfying the presentation condition, the method may be according to any one of the following methods:
method 1, after receiving all request results returned by the server interface, determining the request results meeting the display conditions.
Specifically, a counter may be provided, and when a request result returned by the server interface is received, the number of the counter is +1, and when the number of the counter reaches a preset value N (N is the number of tasks that can be accommodated by the task queue), it may be determined that all of the transmitted popup data acquisition requests have all received a response of the corresponding server interface, that is, it is determined that all of the server interfaces have returned the request result, and then, from the returned request results, it is determined that the request result that satisfies the display condition.
And 2, after any request result returned by the server interface is received, determining that the request result meets the display condition.
The server interface return may be returned by multiple interfaces of the server, or may be returned by one interface after multiple server interfaces are integrated.
In specific implementation, when determining the request result of the display condition by using which method, the setting may be performed according to different service scenarios of the application, which is not limited in the embodiments of the present disclosure.
In a possible implementation manner, after it is determined that the popup window data in the request result satisfies the presentation condition, when determining the presentation priority of the popup window data, any one of the following manners may be used:
and in the mode 1, obtaining the display priority which is preset for the popup corresponding to the popup data.
Here, the obtained presentation priority may be configured in advance and stored locally at the user end, or may be a newly set presentation priority obtained by requesting the server in real time, where the presentation priority may be high (high, H), medium (middle, M), and low (low, L), or may be represented by a number, for example, 1 to 9, and a smaller number represents a higher presentation priority.
And 2, determining a target popup type corresponding to the popup data, and acquiring a display priority corresponding to the target popup type.
Here, the target popup type corresponding to the popup data may be dialog/Alert, control panel type Action Sheets, small-prompt Toast, quick-prompt snapbar, or the like, and the presentation priorities corresponding to different target popup types are different, for example, the presentation priority of the dialog may be set to be the highest, and the presentation priority of the small-prompt popup type may be set to be the lowest.
And 3, determining the display priority corresponding to the popup data based on the data volume of the popup data.
In specific implementation, the popup data with a large data volume of the popup data can be set to have a high priority, so that preferential display is performed, and thus, a user can see more information in the popup within limited time and a display page.
For example, the presentation priority of the pop-up window data of 1MB or more may be set high, or the presentation priority of the pop-up window data of 15 or more letters may be set high.
And 4, determining the display priority corresponding to the popup data based on the sequence of receiving the popup data.
Here, the presentation priority of the popup data received first may be set to be high, and the presentation priority of the popup data received later may be set to be lower; or, the presentation priority of the popup received first may be set to be low, and the presentation priority of the popup received later may be set to be higher, and the specific setting mode may be formulated and set according to the requirements of the actual service.
In one possible implementation, when determining the target popup data, as shown in fig. 3, the following steps may be performed:
s301: and after receiving request results which are respectively corresponding to the plurality of popup data acquisition requests and returned by the server interface, determining a target request result with a successful data request in the request results.
Here, the target request result of the successful data request in the request results is the request result of the successfully returned popup data.
S302: and determining a target request result meeting the display condition.
Specifically, the manner for determining whether the target request satisfies the display condition refers to the above related description, and is not described herein again.
S303: and determining the target popup data based on the display priority of the popup data in the target request result meeting the display condition.
Here, a popup priority queue may be preset, and popup data in the target request result that meets the display condition and a corresponding display priority may be added to the popup priority queue; and then arranging the display priorities of the popup data in the popup priority queue, and then determining one or more popup data with the highest display priority as the target popup data.
Illustratively, when determining target pop-up window data according to a preset target pop-up window data determination method, taking the display priority as a numerical order of 1-9, and taking the case that the lower the number is, the higher the display priority is, the pop-up window data 1 with the display priority of 5, the pop-up window data 2 with the display priority of 4, the pop-up window data 3 with the display priority of 3, and the pop-up window data 4 with the display priority of 2 are in the pop-up window priority queue, and the pop-up window data 4 with the highest display priority may be determined to be the target pop-up window data, or the pop-up window data 4 with the higher display priority and the pop-up window data 3 may be determined to be the target pop-up window data.
Further, when a plurality of pieces of target popup data are determined, the display order of the plurality of pieces of target popup data may be determined by determining the display positions of the popup windows corresponding to the plurality of pieces of target popup data, which may be divided into the following two cases:
in case 1, the display positions of the popups corresponding to the plurality of target popup data are all overlapped.
In this case, that is, the display positions of the pop-ups corresponding to the pop-up data are the same, and at this time, since all the pop-ups are overlapped, the display order of the pop-ups needs to be chosen or rejected, the pop-ups can be sequentially displayed according to the display priority from high to low, and the duration of the display interval may be a preset duration, for example, 2 s.
In case 2, the display positions of the popups corresponding to the plurality of target popup data are not overlapped.
In this case, that is, the display positions of the popups corresponding to the popup data are different, a maximum value of simultaneous display of a current page may be set at this time, and when the number of the target popup data does not exceed the maximum value of the simultaneous display, a plurality of popups corresponding to the target popup data are simultaneously displayed on the current page, that is, the display sequence of the popups corresponding to the target popup data is simultaneously displayed at this time; when the number of the target pop-up window data exceeds the maximum value of the simultaneous display, the pop-up windows corresponding to the target pop-up window data can be displayed in batches according to the display priority, for example, the number of the target pop-up window data is 5, the maximum value of the simultaneous display is 3, then 3 corresponding to the highest display priority in the 5 target pop-up window data of the first batch are displayed preferentially, and after a preset interval, the pop-up windows corresponding to the remaining 2 target pop-up window data of the second batch are displayed.
In a specific implementation, after the target popup data is determined according to S202, the popup display may be performed on the target page according to S203.
S203: and performing popup display on the target page based on the target popup data.
Here, the target popup data may be parsed by a parser of the user side, and the parsed content is added to a popup rendering instruction, and the user side performs popup display at a preset position of the page according to the popup rendering instruction.
Further, after the popup display is performed, the data in the popup priority queue, the task queue and the counter may be cleared, so as to facilitate the next invocation during the popup display.
In a possible implementation manner, the execution process may be written into the base class in a manner of executing codes, so that the subsequent page development can be directly invoked without repeated development.
The following describes a pop-up window display method provided by the embodiment of the disclosure with reference to fig. 4 and 5 by taking an execution subject as a server as an example.
Referring to fig. 4, which is a flowchart of a pop-up window displaying method provided in the embodiment of the present disclosure, the method includes steps S401 to S404, where:
s401: and receiving a plurality of popup data acquisition requests sent by a user side.
S402: and determining a request result corresponding to the plurality of popup window data acquisition requests.
S403: and determining target popup data based on the display priority of the popup data in the request result meeting the display condition.
S404: and returning the target popup data to the user side so that the user side performs popup display based on the target popup data.
Specifically, an execution logic diagram of the popup display method provided by the embodiment of the present disclosure at the server end may be as shown in fig. 5, and includes:
s501: and determining a request result corresponding to the popup data acquisition request.
S502: and judging whether the request result is that the popup window data is successfully returned.
If the determination result in S502 is yes, the step S503 is executed;
if the determination result in S502 is negative, the step S504 is executed.
If the result of the determination in S502 is negative, it indicates that the popup data is not successfully returned, but identifier data indicating a failure is returned to indicate the counter +1, which is not described in detail herein.
S503: and judging whether the pop-up window data meets the display condition.
If the determination result in S503 is yes, the step S505 is executed;
if the determination result of S503 is no, the step S504 is executed.
S504: a counter + 1.
S505: and adding the current popup data to the popup priority queue.
S506: and judging whether the counter is equal to a preset value N or not.
If the determination result of S506 is yes, the step S508 is executed;
if the determination result of S506 is negative, the step S507 is executed.
S507: and waiting for the judgment results of other request results.
S508: and sending the target popup data to the user side for popup display based on the popup priority queue.
Here, the specific method for determining the target popup data based on the popup priority queue is detailed above and will not be described herein again.
Therefore, as the processing process of the popup data acquisition request is completed by the server, the number of the server interfaces finally provided for the client can be integrated into one, namely the client sends a plurality of requests to one server interface, the target popup data to be displayed is sent to the client after the server executes the whole processing process, and the client can directly display the target popup data without additional judgment and processing processes. In the process, as the processing processes are all completed by the server, the server can perform centralized processing on the request, thereby improving the utilization rate of computing resources; on the other hand, a large amount of data corresponding to the user side is stored in the server, so that the time for data interaction between the ports can be saved in the processing process, the processing speed can be increased to a certain extent, and the processing efficiency is improved.
It will be understood by those skilled in the art that in the method of the present invention, the order of writing the steps does not imply a strict order of execution and any limitations on the implementation, and the specific order of execution of the steps should be determined by their function and possible inherent logic.
Based on the same inventive concept, the embodiment of the present disclosure further provides a pop-up window display device corresponding to the pop-up window display method, and as the principle of solving the problem of the device in the embodiment of the present disclosure is similar to that of the pop-up window display method in the embodiment of the present disclosure, the implementation of the device may refer to the implementation of the method, and repeated details are not described again.
Referring to fig. 6, a schematic view of a pop-up window display device provided in an embodiment of the present disclosure is shown, where the pop-up window display device includes: a sending module 601, a determining module 602 and a displaying module 603; wherein,
a sending module 601, configured to send, in response to that a user side meets a popup trigger condition, a plurality of popup data acquisition requests for a target page to corresponding server interfaces;
a determining module 602, configured to determine, after receiving request results corresponding to the multiple pop-up window data acquisition requests and returned by the server interface, target pop-up window data based on a display priority of the pop-up window data in the request results meeting the display condition;
a displaying module 603, configured to perform popup display on the target page based on the target popup data.
In a possible implementation manner, when responding that the user side satisfies the popup trigger condition and sending the plurality of popup data acquisition requests to the corresponding server interfaces, the sending module 601 is configured to:
and responding that the user side meets the popup triggering condition, and simultaneously sending the plurality of popup data acquisition requests to the corresponding server interfaces.
In a possible implementation manner, the determining module 602 is further configured to determine a request result satisfying the display condition according to the following method:
after receiving all request results returned by the server interface, determining the request results meeting the display conditions; or,
and after any request result returned by the server interface is received, determining that the request result meets the display condition.
In a possible embodiment, the presentation conditions comprise at least one of the following conditions:
the display times within the preset time length do not exceed the preset times; sensitive information is not included in popup data in a request result; the data volume of the popup window data in the request result does not exceed the preset data volume.
In a possible implementation manner, the determining module 602 is further configured to determine the presentation priority of the pop-up window data according to the following method:
acquiring a display priority which is preset for a popup corresponding to the popup data; or,
determining a target popup type corresponding to the popup data, and acquiring a display priority corresponding to the target popup type; or,
determining a display priority corresponding to the popup data based on the data volume of the popup data; or,
and determining the display priority corresponding to the popup data based on the sequence of receiving the popup data.
In a possible implementation manner, the determining module 602, when determining, after receiving request results returned by a plurality of server interfaces, target popup data based on a display priority of popup data in the request results that satisfy a display condition, is configured to:
after receiving request results which are respectively corresponding to the plurality of popup data acquisition requests and returned by the server interface, determining a target request result with a successful data request in the request results;
determining a target request result meeting the display condition;
and determining the target popup data based on the display priority of the popup data in the target request result meeting the display condition.
After receiving a plurality of request results returned by a server interface, the popup display device provided by the embodiment of the disclosure can determine target popup data based on the display priority of the popup data in the request results meeting the display conditions; and performing popup display on a target page based on the target popup data. Therefore, the popup required to be displayed on the target page can be uniformly managed through the display priority of the popup data, and when the popup is displayed based on the display priority of the popup data, the popup data with higher priority can be displayed on the uppermost layer of the page, so that the important popup information can be displayed preferentially, and the display effect of the popup information can be improved.
The description of the processing flow of each module in the device and the interaction flow between the modules may refer to the related description in the above method embodiments, and will not be described in detail here.
Referring to fig. 7, a schematic view of a pop-up window display device provided in an embodiment of the present disclosure is shown, where the pop-up window display device includes: a receiving module 701, a first determining module 702, a second determining module 703 and a returning module 704; wherein,
a receiving module 701, configured to receive multiple pop-up window data acquisition requests sent by a user side;
a first determining module 702, configured to determine request results corresponding to the multiple pop-up window data obtaining requests;
a second determining module 703, configured to determine target popup data based on a display priority of the popup data in the request result that meets the display condition;
a returning module 704, configured to return the target popup data to the user side, so that the user side performs popup display based on the target popup data.
Based on the same technical concept, the embodiment of the disclosure also provides computer equipment. Referring to fig. 8, a schematic structural diagram of a computer device 800 provided in the embodiment of the present disclosure includes a processor 801, a memory 802, and a bus 803. The memory 802 is used for storing execution instructions and includes a memory 8021 and an external memory 8022; the memory 8021 is also referred to as an internal memory, and is used for temporarily storing operation data in the processor 801 and data exchanged with an external storage 8022 such as a hard disk, the processor 801 exchanges data with the external storage 8022 through the memory 8021, and when the computer apparatus 800 operates, the processor 801 communicates with the storage 802 through the bus 803, so that the processor 801 executes the following instructions:
responding that a user side meets a popup triggering condition, and sending a plurality of popup data acquisition requests aiming at a target page to corresponding server interfaces;
after request results which are respectively corresponding to the plurality of popup data acquisition requests and returned by the server interface are received, determining target popup data based on the display priority of the popup data in the request results meeting the display conditions;
and performing popup display on the target page based on the target popup data.
In a possible implementation manner, in the instructions of the processor 801, in response to that the user side satisfies the popup trigger condition, the sending a plurality of popup data acquisition requests to corresponding server interfaces includes:
and responding that the user side meets the popup triggering condition, and simultaneously sending the plurality of popup data acquisition requests to the corresponding server interfaces.
In one possible implementation, in the instructions of the processor 801, the method further includes determining a request result satisfying the presentation condition according to the following method:
after receiving all request results returned by the server interface, determining the request results meeting the display conditions; or,
and after any request result returned by the server interface is received, determining that the request result meets the display condition.
In a possible implementation, in the instructions of the processor 801, the presentation condition includes at least one of the following conditions:
the display times within the preset time length do not exceed the preset times; sensitive information is not included in popup data in a request result; the data volume of the popup window data in the request result does not exceed the preset data volume.
In one possible embodiment, the instructions of the processor 801 further include determining the presentation priority of the pop-up window data according to the following method:
acquiring a display priority which is preset for a popup corresponding to the popup data; or,
determining a target popup type corresponding to the popup data, and acquiring a display priority corresponding to the target popup type; or,
determining a display priority corresponding to the popup data based on the data volume of the popup data; or,
and determining the display priority corresponding to the popup data based on the sequence of receiving the popup data.
In a possible implementation manner, in the instructions of the processor 801, after receiving request results corresponding to the plurality of pop-up window data obtaining requests respectively returned by the server interface, the determining, based on the display priority of the pop-up window data in the request results meeting the display condition, the target pop-up window data includes:
after receiving request results which are respectively corresponding to the plurality of popup data acquisition requests and returned by the server interface, determining a target request result with a successful data request in the request results;
determining a target request result meeting the display condition;
and determining the target popup data based on the display priority of the popup data in the target request result meeting the display condition.
Based on the same technical concept, the embodiment of the disclosure also provides computer equipment. Referring to fig. 9, a schematic structural diagram of a computer device 900 provided in the embodiment of the present disclosure includes a processor 901, a memory 902, and a bus 903. The memory 902 is used for storing execution instructions, and includes a memory 9021 and an external memory 9022; the memory 9021 is also referred to as an internal memory, and is configured to temporarily store operation data in the processor 901 and data exchanged with an external memory 9022 such as a hard disk, the processor 901 exchanges data with the external memory 9022 through the memory 9021, and when the computer device 900 is operated, the processor 901 communicates with the memory 902 through the bus 903, so that the processor 901 executes the following instructions:
receiving a plurality of popup data acquisition requests sent by a user side;
determining request results corresponding to the plurality of popup window data acquisition requests;
determining target popup data based on the display priority of the popup data in the request result meeting the display condition;
and returning the target popup data to the user side so that the user side performs popup display based on the target popup data.
The embodiment of the present disclosure further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the steps of the pop-up window displaying method in the above method embodiment are executed. The storage medium may be a volatile or non-volatile computer-readable storage medium.
The embodiments of the present disclosure also provide a computer program product, where the computer program product carries a program code, and instructions included in the program code may be used to execute the steps of the pop-up window display method in the foregoing method embodiments, which may be referred to specifically in the foregoing method embodiments, and are not described herein again.
The computer program product may be implemented by hardware, software or a combination thereof. In an alternative embodiment, the computer program product is embodied in a computer storage medium, and in another alternative embodiment, the computer program product is embodied in a Software product, such as a Software Development Kit (SDK), or the like.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the system and the apparatus described above may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again. In the several embodiments provided in the present disclosure, it should be understood that the disclosed system, apparatus, and method may be implemented in other ways. The above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only one logical division, and there may be other divisions when actually implemented, and for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection of devices or units through some communication interfaces, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present disclosure may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a non-volatile computer-readable storage medium executable by a processor. Based on such understanding, the technical solution of the present disclosure may be embodied in the form of a software product, which is stored in a storage medium and includes several instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present disclosure. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
Finally, it should be noted that: the above-mentioned embodiments are merely specific embodiments of the present disclosure, which are used for illustrating the technical solutions of the present disclosure and not for limiting the same, and the scope of the present disclosure is not limited thereto, and although the present disclosure is described in detail with reference to the foregoing embodiments, those skilled in the art should understand that: any person skilled in the art can modify or easily conceive of the technical solutions described in the foregoing embodiments or equivalent technical features thereof within the technical scope of the present disclosure; such modifications, changes or substitutions do not depart from the spirit and scope of the embodiments of the present disclosure, and should be construed as being included therein. Therefore, the protection scope of the present disclosure shall be subject to the protection scope of the claims.

Claims (11)

1. A pop-up window display method is characterized by comprising the following steps:
responding that a user side meets a popup triggering condition, and sending a plurality of popup data acquisition requests aiming at a target page to corresponding server interfaces;
after request results which are respectively corresponding to the plurality of popup data acquisition requests and returned by the server interface are received, determining target popup data based on the display priority of the popup data in the request results meeting the display conditions;
and performing popup display on the target page based on the target popup data.
2. The method of claim 1, wherein sending a plurality of pop-up data acquisition requests to corresponding server interfaces in response to a client satisfying a pop-up trigger condition comprises:
and responding that the user side meets the popup triggering condition, and simultaneously sending the plurality of popup data acquisition requests to the corresponding server interfaces.
3. The method of claim 1, further comprising determining a request result satisfying a presentation condition according to the following method:
after receiving all request results returned by the server interface, determining the request results meeting the display conditions; or,
and after any request result returned by the server interface is received, determining that the request result meets the display condition.
4. The method according to claim 1 or 3, wherein the presentation conditions comprise at least one of the following conditions:
the display times within the preset time length do not exceed the preset times; the popup window data in the request result does not include sensitive information; the data volume of the popup window data in the request result does not exceed the preset data volume.
5. The method of claim 1, further comprising determining presentation priority for popup data according to:
acquiring a display priority which is preset for a popup corresponding to the popup data; or,
determining a target popup type corresponding to the popup data, and acquiring a display priority corresponding to the target popup type; or,
determining a display priority corresponding to the popup data based on the data volume of the popup data; or,
and determining the display priority corresponding to the popup data based on the sequence of receiving the popup data.
6. The method according to claim 1, wherein the determining, after receiving request results corresponding to the plurality of pop-up window data obtaining requests respectively returned by the server interface, target pop-up window data based on the display priority of the pop-up window data in the request results satisfying the display condition includes:
after receiving request results which are respectively corresponding to the plurality of popup data acquisition requests and returned by the server interface, determining a target request result with a successful data request in the request results;
determining a target request result meeting the display condition;
and determining the target popup data based on the display priority of the popup data in the target request result meeting the display condition.
7. A pop-up window display method is characterized by comprising the following steps:
receiving a plurality of popup data acquisition requests sent by a user side;
determining request results corresponding to the plurality of popup window data acquisition requests;
determining target popup data based on the display priority of the popup data in the request result meeting the display condition;
and returning the target popup data to the user side so that the user side performs popup display based on the target popup data.
8. A pop-up window display device, comprising:
the sending module is used for responding that the user side meets a popup triggering condition and sending a plurality of popup data acquisition requests aiming at a target page to corresponding server interfaces;
the determining module is used for determining target popup data based on the display priority of the popup data in the request results meeting the display conditions after receiving the request results which are returned by the server interface and respectively correspond to the plurality of popup data acquisition requests;
and the display module is used for performing popup display on the target page based on the target popup data.
9. A pop-up window display device, comprising:
the receiving module is used for receiving a plurality of popup data acquisition requests sent by a user side;
the first determining module is used for determining the request results corresponding to the plurality of popup window data acquisition requests;
the second determining module is used for determining target popup data based on the display priority of the popup data in the request result meeting the display condition;
and the return module is used for returning the target popup data to the user side so that the user side performs popup display based on the target popup data.
10. A computer device, comprising: a processor, a memory and a bus, the memory storing machine-readable instructions executable by the processor, the processor and the memory communicating via the bus when a computer device is running, the machine-readable instructions when executed by the processor performing the steps of the pop-up window displaying method of any one of claims 1 to 6, or 7.
11. A computer-readable storage medium, having stored thereon a computer program for performing, when executed by a processor, the steps of the pop-up window display method of any one of claims 1 to 6 or 7.
CN202110266267.5A 2021-03-11 2021-03-11 Popup window display method and device, computer equipment and storage medium Pending CN112947830A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110266267.5A CN112947830A (en) 2021-03-11 2021-03-11 Popup window display method and device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110266267.5A CN112947830A (en) 2021-03-11 2021-03-11 Popup window display method and device, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112947830A true CN112947830A (en) 2021-06-11

Family

ID=76229354

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110266267.5A Pending CN112947830A (en) 2021-03-11 2021-03-11 Popup window display method and device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112947830A (en)

Cited By (10)

* 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
CN113703885A (en) * 2021-07-12 2021-11-26 福建野小兽健康科技有限公司 Popup display method and device
CN113721811A (en) * 2021-11-03 2021-11-30 北京每日菜场科技有限公司 Popup window sending method, popup window sending device, electronic equipment and computer readable medium
CN113900760A (en) * 2021-10-26 2022-01-07 广州博冠信息科技有限公司 Popup window display method and device
CN113986009A (en) * 2021-10-27 2022-01-28 北京有竹居网络技术有限公司 Display state control method and device, computer equipment and storage medium
CN114428656A (en) * 2021-12-17 2022-05-03 北京达佳互联信息技术有限公司 Popup display method and device
CN114489402A (en) * 2022-01-19 2022-05-13 上海哔哩哔哩科技有限公司 Popup window management method and device
CN114564262A (en) * 2022-02-18 2022-05-31 北京达佳互联信息技术有限公司 Control method, device, equipment and medium for popup window
CN114935987A (en) * 2022-04-21 2022-08-23 北京达佳互联信息技术有限公司 Popup window putting method and device, electronic equipment and storage medium
CN115033134A (en) * 2022-06-02 2022-09-09 中国第一汽车股份有限公司 Window display control method and device for vehicle, vehicle and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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
CN111597008A (en) * 2020-05-22 2020-08-28 广州酷狗计算机科技有限公司 Popup management method, popup management device, terminal and storage medium
CN111736933A (en) * 2020-05-07 2020-10-02 北京城市网邻信息技术有限公司 Popup window display method and device and readable storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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
CN111736933A (en) * 2020-05-07 2020-10-02 北京城市网邻信息技术有限公司 Popup window display method and device and readable storage medium
CN111597008A (en) * 2020-05-22 2020-08-28 广州酷狗计算机科技有限公司 Popup management method, popup management device, terminal and storage medium

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113703885A (en) * 2021-07-12 2021-11-26 福建野小兽健康科技有限公司 Popup display method and device
CN113535313A (en) * 2021-08-02 2021-10-22 北京读我科技有限公司 Popup window display method and device
CN113900760A (en) * 2021-10-26 2022-01-07 广州博冠信息科技有限公司 Popup window display method and device
CN113900760B (en) * 2021-10-26 2024-05-28 广州博冠信息科技有限公司 Popup window display method and device
CN113986009A (en) * 2021-10-27 2022-01-28 北京有竹居网络技术有限公司 Display state control method and device, computer equipment and storage medium
CN113721811A (en) * 2021-11-03 2021-11-30 北京每日菜场科技有限公司 Popup window sending method, popup window sending device, electronic equipment and computer readable medium
CN114428656B (en) * 2021-12-17 2024-03-12 北京达佳互联信息技术有限公司 Popup window display method and device
CN114428656A (en) * 2021-12-17 2022-05-03 北京达佳互联信息技术有限公司 Popup display method and device
CN114489402A (en) * 2022-01-19 2022-05-13 上海哔哩哔哩科技有限公司 Popup window management method and device
CN114564262B (en) * 2022-02-18 2024-03-19 北京达佳互联信息技术有限公司 Control method, device, equipment and medium for popup window
CN114564262A (en) * 2022-02-18 2022-05-31 北京达佳互联信息技术有限公司 Control method, device, equipment and medium for popup window
CN114935987A (en) * 2022-04-21 2022-08-23 北京达佳互联信息技术有限公司 Popup window putting method and device, electronic equipment and storage medium
CN115033134A (en) * 2022-06-02 2022-09-09 中国第一汽车股份有限公司 Window display control method and device for vehicle, vehicle and storage medium

Similar Documents

Publication Publication Date Title
CN112947830A (en) Popup window display method and device, computer equipment and storage medium
JP7450649B2 (en) Message processing method and device
CN109598434A (en) Abnormity early warning method, apparatus, computer installation and storage medium
JP2011523737A5 (en)
CN111124668B (en) Memory release method, memory release device, storage medium and terminal
WO2013097650A1 (en) Method, system and terminal equipment for starting of application programs
CN109802881A (en) A kind of orientation prompting processing method and processing device of group chat message
CN110392155B (en) Notification message display and processing method, device and equipment
CN110362257B (en) Data processing method, display method and client
CN106980442B (en) Icon management method and electronic equipment
US11209951B2 (en) Method and apparatus for displaying application program, terminal device, and storage medium
CN106227483B (en) Display control method and mobile terminal
CN112464095B (en) Message pushing method, device, terminal and storage medium
CN107704613A (en) A kind of approaches to IM, terminal and computer-readable recording medium
CN113923175A (en) Communication session management method and device
WO2020187085A1 (en) Message input and display method and apparatus, electronic device and readable storage medium
CN115967691A (en) Message processing method, message processing device, electronic equipment, storage medium and program product
CN109542878B (en) List creation method and device
CN109756348B (en) Batch calling method and device
CN112929254A (en) Message processing method and device and electronic equipment
CN113342755A (en) Display control method and device
CN112015309B (en) Display switching method and device and mobile terminal
CN103941953A (en) Information processing method and device
CN113098859B (en) Webpage page rollback method, device, terminal and storage medium
CN106789568A (en) A kind of communication information acquisition methods and device

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