CN112256377A - Popup window data processing method and device - Google Patents

Popup window data processing method and device Download PDF

Info

Publication number
CN112256377A
CN112256377A CN202011158214.3A CN202011158214A CN112256377A CN 112256377 A CN112256377 A CN 112256377A CN 202011158214 A CN202011158214 A CN 202011158214A CN 112256377 A CN112256377 A CN 112256377A
Authority
CN
China
Prior art keywords
popup
configuration
code
button
setting
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
CN202011158214.3A
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 Dajia Internet Information Technology Co Ltd
Original Assignee
Beijing Dajia Internet Information 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 Dajia Internet Information Technology Co Ltd filed Critical Beijing Dajia Internet Information Technology Co Ltd
Priority to CN202011158214.3A priority Critical patent/CN112256377A/en
Publication of CN112256377A publication Critical patent/CN112256377A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a popup window data processing method and device. The method comprises the following steps: acquiring a configuration code packet of the popup component stored in a code warehouse, and storing the configuration code packet to the local, wherein a plurality of configuration items of the popup are stored in the configuration code packet of the popup component, and the code warehouse is stored remotely; importing a local configuration code package into a current development project in the popup development process; receiving configuration parameters through preset attributes, wherein the configuration parameters are used for assigning values to a plurality of pre-configured popup window configuration items; and setting the style and the click rule of the popup component according to the configuration parameters to complete popup configuration. By the invention, the effect of improving the development efficiency of the popup window is achieved.

Description

Popup window data processing method and device
Technical Field
The invention relates to the field of computers, in particular to a popup window data processing method and device.
Background
In the front-end daily development, the requirement for making popup windows is often met, the specific application scenes are different, the content of each popup window and the button functions are possibly different, although a title, a section of characters and two buttons are generally adopted, the button functions are different due to the design style and the number of the buttons at each time, so that developers need to re-develop according to the requirement every time, and development labor is wasted.
Aiming at the problem that the labor is wasted in pop-up window development in the related technology, an effective solution is not provided at present.
Disclosure of Invention
The invention mainly aims to provide a popup data processing method and a popup data processing device, which aim to solve the problem that manpower is wasted in popup development.
In order to achieve the above object, according to an aspect of the present invention, there is provided a popup data processing method including: the method comprises the steps of obtaining a configuration code packet of a popup component stored in a code warehouse and storing the configuration code packet to the local, wherein a plurality of configuration items of the popup are stored in the configuration code packet of the popup component, and the code warehouse is stored remotely; importing the local configuration code package into the current development project in the popup development process; receiving configuration parameters through preset attributes, wherein the configuration parameters are used for assigning values to a plurality of pre-configured popup window configuration items; and setting the style and the click rule of the popup component according to the configuration parameters to complete popup configuration.
Further, before obtaining the configuration code package of the popup component stored in the code repository, the method further comprises: determining a configuration item of the popup; setting a custom variable for each configuration item; coding the configuration items of the popup window and the user-defined variable and then packaging to obtain the configuration code packet; uploading the configuration code package to the code repository.
Further, before importing the local configuration code package into the current development project in the popup development process, the method further includes: the component object provided by vue registers the item to be configured.
Further, setting the style and the click rule of the popup component according to the configuration parameters to complete popup configuration comprises: respectively setting the width and the height of the pop-up window through the style attribute provided by the css; setting the title of the popup through vue bidirectional data binding function; the content displayed on the popup is set by the content field in the config.
Further, setting the style and the click rule of the popup component according to the configuration parameters to complete popup configuration further comprises: judging the number of the display buttons in the popup through the button number field in the config; and determining the position and the width of the button according to the number.
Further, setting the style and the click rule of the popup component according to the configuration parameters to complete popup configuration comprises: acquiring a type value of each button of the popup; when the type value of the button is close, triggering to close the popup function when the button is clicked; when the type value of the button is copy, calling a copy function to copy the popup content when the button is clicked; and when the type value of the button is custom, registering the user-defined event by clicking the button.
Further, obtaining a configuration code package for a popup component stored in a code repository comprises: acquiring npm a configuration code package of the popup component stored in the code repository, wherein receiving configuration parameters through the preset attribute comprises: and receiving configuration parameters input in the popup development process through the tips attribute.
In order to achieve the above object, according to another aspect of the present invention, there is also provided a pop-up window data processing apparatus including: the system comprises an acquisition unit, a remote unit and a storage unit, wherein the acquisition unit is used for acquiring a configuration code packet of a popup component stored in a code warehouse and storing the configuration code packet to the local, the configuration code packet of the popup component stores a plurality of configuration items of a popup, and the code warehouse stores the configuration items remotely; the import unit is used for importing the local configuration code package into the current development project in the popup development process; the device comprises a receiving unit, a processing unit and a processing unit, wherein the receiving unit is used for receiving configuration parameters through preset attributes, and the configuration parameters are used for assigning values to a plurality of pre-configured popup window configuration items; and the setting unit is used for setting the style and the click rule of the popup component according to the configuration parameters so as to complete popup configuration.
In order to achieve the above object, according to another aspect of the present invention, there is also provided a computer-readable storage medium including: the computer-readable storage medium includes a stored program, wherein the popup data processing method of the present invention is performed when the program is executed by a processor.
In order to achieve the above object, according to another aspect of the present invention, there is also provided a processor for executing a program, wherein the program executes to execute the popup data processing method according to the present invention.
The configuration code packet of the popup component stored in the code warehouse is acquired and stored locally, wherein a plurality of configuration items of the popup are stored in the configuration code packet of the popup component, and the code warehouse is stored remotely; importing a local configuration code package into a current development project in the popup development process; receiving configuration parameters through preset attributes, wherein the configuration parameters are used for assigning values to a plurality of pre-configured popup window configuration items; the style and the click rule of the popup component are set according to the configuration parameters so as to complete popup configuration, the problem of manpower waste in popup development is solved, and the effect of improving popup development efficiency is achieved.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this application, illustrate embodiments of the invention and, together with the description, serve to explain the invention and not to limit the invention. In the drawings:
FIG. 1 is a flow diagram of a method of pop-up window data processing according to an embodiment of the invention;
fig. 2 is a schematic diagram of a pop-up window data processing apparatus according to an embodiment of the present invention.
Detailed Description
It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present invention will be described in detail below with reference to the embodiments with reference to the attached drawings.
In order to make the technical solutions better understood by those skilled in the art, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only partial embodiments of the present application, but not all 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 application.
It should be noted that the terms "first," "second," and the like in the description and claims of this application and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It should be understood that the data so used may be interchanged under appropriate circumstances such that embodiments of the application described herein may be used. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
The embodiment of the invention provides a popup window data processing method.
Fig. 1 is a flowchart of a popup data processing method according to an embodiment of the present invention, as shown in fig. 1, the method including the steps of:
step S102: acquiring a configuration code packet of the popup component stored in a code warehouse, and storing the configuration code packet to the local, wherein a plurality of configuration items of the popup are stored in the configuration code packet of the popup component, and the code warehouse is stored remotely;
step S104: importing a local configuration code package into a current development project in the popup development process;
step S106: receiving configuration parameters through preset attributes, wherein the configuration parameters are used for assigning values to a plurality of pre-configured popup window configuration items;
step S108: and setting the style and the click rule of the popup component according to the configuration parameters to complete popup configuration.
The configuration code packet of the popup component stored in the code warehouse is acquired and stored locally, wherein a plurality of configuration items of the popup are stored in the configuration code packet of the popup component, and the code warehouse is stored remotely; importing a local configuration code package into a current development project in the popup development process; receiving configuration parameters through preset attributes, wherein the configuration parameters are used for assigning values to a plurality of pre-configured popup window configuration items; the style and the click rule of the popup component are set according to the configuration parameters so as to complete popup configuration, the problem of manpower waste in popup development is solved, and the effect of improving popup development efficiency is achieved.
The technical scheme of the embodiment of the invention can be applied to web pages, including computer web pages and mobile phone web pages, the code warehouse can be an npm code warehouse, the npm code warehouse stores the configuration code package of the popup component, each time a new popup is developed, the configuration code package can be pulled from the code warehouse, and some configuration items of the popup are written in the code package in advance, so that the number of codes rewritten by developers can be reduced, only the configured configuration items need to be assigned, for example, the length and the width of the popup are assigned, and the repeated workload is reduced.
Optionally, before acquiring the configuration code package of the popup component stored in the code repository, determining a configuration item of the popup; setting a custom variable for each configuration item; coding the configuration items and the user-defined variables of the popup window and then packaging to obtain a configuration code packet; the configuration code package is uploaded to a code repository.
There may be a plurality of configuration items of the pop-up window, and each item may be set with a custom variable, for example, the width of the pop-up window is set to a, and then the pop-up window may be made to show a required width value by assigning a value to a.
Optionally, before importing the local configuration code package into the current development project in the popup development process, the component object provided by vue is used to register the item to be configured.
In addition to the component objects through vue, as technology evolves, other development tools and languages may be used to import local configuration code packages into the current development project.
Optionally, setting the style and the click rule of the popup component according to the configuration parameters to complete the popup configuration includes: respectively setting the width and the height of the pop-up window through the style attribute provided by the css; setting the title of the popup through vue bidirectional data binding function; the content displayed on the popup is set by the content field in the config.
Optionally, setting the style and the click rule of the popup component according to the configuration parameters to complete the popup configuration further includes: judging the number of the display buttons in the popup through the button number field in the config; and determining the button position and the button width according to the number.
Can be according to the number definite button position and width of button, take cell-phone webpage popup as an example, because popup size is less usually, confirm button width according to the number, can be the width that makes all buttons adds up and equals popup width, click to reduce the maloperation for the convenience of customers, popup's button can not be too little, can lead to popup area great sheltering from the page like this, therefore the button top grid size of the popup of design, can the biggest convenience of customers operation reduce again sheltering from to the screen.
Optionally, setting the style and the click rule of the popup component according to the configuration parameters to complete the popup configuration includes: acquiring a type value of each button of the popup; when the type value of the button is close, triggering to close the popup function when the button is clicked; when the type value of the button is copy, calling a copy function to copy the popup content when the button is clicked; and when the type value of the button is custom, registering the user-defined event by clicking the button.
The function setting of the button can be made according to the type value of the button.
Optionally, the obtaining the configuration code package of the popup component stored in the code repository includes: acquiring npm a configuration code package of the popup component stored in the code repository, wherein receiving configuration parameters through the preset attribute comprises: and receiving configuration parameters input in the popup development process through the tips attribute.
After the configuration of the popup is completed, the popup can be previewed and displayed in a previewing mode, so that a developer can know whether the popup is a desired design or not in time, and can further modify the popup if not.
The embodiment also provides a specific implementation mode.
This embodiment has designed a general popup subassembly, has integrateed the required function of most popup, and the developer can be in the development process, through simple configuration, realizes the popup function fast, has reduced development cost, increases development efficiency.
Developer configurable items include:
1. height of pop-up window
2. Width of pop-up window
3. Title
4. Pop-up window pattern
5. Number of buttons (1/2)
6. Left button function (close; copy-copy; custom-custom)
7. Right button function (close; copy-copy; custom-custom)
8. Left button click behavior custom function (only if the left button function is custom will take effect)
9. Right button click behavior custom function (only if the right button function is custom will take effect)
10. Background of pop-up window
Development principle: in essence, the principle is that a developer refers the popup component of the embodiment into a code, sets the configuration items as above, transmits the configuration items to the inside of the component, and sets the style and the click rule of the popup through the parameters transmitted by the developer in the component, thereby realizing the user-defined popup and achieving the purpose of saving the development efficiency.
First, the component object provided by vue is registered, and the component is referred by the component < component name > </component name >, the configuration item is set by data in the page, and the configuration item is transferred to the inside of the component by setting a custom variable on the component: the name of the component, conf ═ conf' >; inside the component (popup component), parameters configured by the engineer are received by setting the tips property: props [ 'conf': Object } ]; setting the width and height of the popup respectively by using the style attribute provided by the css through the height and width attribute (width) in the conf object; setting the title file of the popup through vue bidirectional data binding function: < div > { { config.title } } </div >; setting the content on the popup through the content field in the config according to the title principle;
setting a button: judging the number of the display buttons through the button number field in the config, when the button number is 1, the button element is only one, the button width is 100%, the button element is positioned at the bottom of the popup window, and when the button number is 2, the button element is two and each button element occupies 50%; the button position can be arranged at other positions on the pop-up frame besides the bottom of the pop-up frame.
The functions of the buttons can be distinguished through type values transmitted by the left button and the right button, when the type is close, the button is clicked to trigger the closing of the popup function, if the type is copy, the copy function is called to copy popup contents, and when the type is custom, the button is clicked to register user-defined events, so that user-defined function names can be set when the components are quoted, development labor can be saved through the scheme, and development efficiency is improved.
It should be noted that the steps illustrated in the flowcharts of the figures may be performed in a computer system such as a set of computer-executable instructions and that, although a logical order is illustrated in the flowcharts, in some cases, the steps illustrated or described may be performed in an order different than presented herein.
The embodiment of the invention provides a popup data processing device which can be used for executing a popup data processing method in the embodiment of the invention.
Fig. 2 is a schematic diagram of a pop-up window data processing apparatus according to an embodiment of the present invention, as shown in fig. 2, the apparatus including:
an obtaining unit 10, configured to obtain a configuration code package of a popup component stored in a code repository, and store the configuration code package to a local location, where the configuration code package of the popup component stores a plurality of configuration items of a popup, and the code repository stores a remote location;
the import unit 20 is configured to import the local configuration code package into the current development project in the popup development process;
the receiving unit 30 is configured to receive configuration parameters through preset attributes, where the configuration parameters are used to assign values to a plurality of pre-configured popup windows;
and the setting unit 40 is used for setting the style and the click rule of the popup component according to the configuration parameters so as to complete popup configuration.
The embodiment adopts an obtaining unit 10, configured to obtain a configuration code packet of a popup component stored in a code repository, and store the configuration code packet to a local location, where a plurality of configuration items of the popup are stored in the configuration code packet of the popup component, and the code repository is stored remotely; the import unit 20 is configured to import the local configuration code package into the current development project in the popup development process; the receiving unit 30 is configured to receive configuration parameters through preset attributes, where the configuration parameters are used to assign values to a plurality of pre-configured popup windows; and the setting unit 40 is used for setting the style and the click rule of the popup component according to the configuration parameters so as to complete popup configuration. Therefore, the problem of manpower waste in popup window development is solved, and the effect of improving popup window development efficiency is achieved.
The popup window data processing device comprises a processor and a memory, wherein the acquisition unit, the importing unit, the receiving unit and the like are stored in the memory as program units, and the processor executes the program units stored in the memory to realize corresponding functions.
The processor comprises a kernel, and the kernel calls the corresponding program unit from the memory. The kernel can be set to be one or more, and the popup development efficiency is improved by adjusting the kernel parameters.
The memory may include volatile memory in a computer readable medium, Random Access Memory (RAM) and/or nonvolatile memory such as Read Only Memory (ROM) or flash memory (flash RAM), and the memory includes at least one memory chip.
An embodiment of the present invention provides a storage medium, on which a program is stored, and the program implements the popup data processing method when executed by a processor.
The embodiment of the invention provides a processor, which is used for running a program, wherein the popup window data processing method is executed when the program runs.
The embodiment of the invention provides equipment, which comprises at least one processor, at least one memory and a bus, wherein the memory and the bus are connected with the processor; the processor and the memory complete mutual communication through a bus; the processor is used for calling the program instructions in the memory so as to execute the popup data processing method. The device herein may be a server, a PC, a PAD, a mobile phone, etc.
The present application further provides a computer program product adapted to perform a program for initializing the following method steps when executed on a data processing device: acquiring a configuration code packet of the popup component stored in a code warehouse, and storing the configuration code packet to the local, wherein a plurality of configuration items of the popup are stored in the configuration code packet of the popup component, and the code warehouse is stored remotely; importing a local configuration code package into a current development project in the popup development process; receiving configuration parameters through preset attributes, wherein the configuration parameters are used for assigning values to a plurality of pre-configured popup window configuration items; and setting the style and the click rule of the popup component according to the configuration parameters to complete popup configuration.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). The memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that 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 the process, method, article, or apparatus that comprises the element.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The above are merely examples of the present application and are not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (10)

1. A popup data processing method, comprising:
the method comprises the steps of obtaining a configuration code packet of a popup component stored in a code warehouse and storing the configuration code packet to the local, wherein a plurality of configuration items of the popup are stored in the configuration code packet of the popup component, and the code warehouse is stored remotely;
importing the local configuration code package into the current development project in the popup development process;
receiving configuration parameters through preset attributes, wherein the configuration parameters are used for assigning values to a plurality of pre-configured popup window configuration items;
and setting the style and the click rule of the popup component according to the configuration parameters to complete popup configuration.
2. The method of claim 1, wherein prior to obtaining the configuration code package for the popup component stored in the code repository, the method further comprises:
determining a configuration item of the popup;
setting a custom variable for each configuration item;
coding the configuration items of the popup window and the user-defined variable and then packaging to obtain the configuration code packet;
uploading the configuration code package to the code repository.
3. The method of claim 1, wherein prior to importing the local configuration code package into a current development project during a popup development process, the method further comprises:
the component object provided by vue registers the item to be configured.
4. The method of claim 1, wherein setting the style and click rules of the popup component according to the configuration parameters to complete the popup configuration comprises:
respectively setting the width and the height of the pop-up window through the style attribute provided by the css;
setting the title of the popup through vue bidirectional data binding function;
the content displayed on the popup is set by the content field in the config.
5. The method of claim 4, wherein setting the style and click rules of the popup component according to the configuration parameters to complete the popup configuration further comprises:
judging the number of the display buttons in the popup through the button number field in the config;
and determining the position and the width of the button according to the number.
6. The method of claim 5, wherein setting the style and click rules of the popup component according to the configuration parameters to complete the popup configuration comprises:
acquiring a type value of each button of the popup;
when the type value of the button is close, triggering to close the popup function when the button is clicked;
when the type value of the button is copy, calling a copy function to copy the popup content when the button is clicked;
and when the type value of the button is custom, registering the user-defined event by clicking the button.
7. The method of claim 1,
acquiring a configuration code package of a popup component stored in a code repository comprises: the configuration code package for the pop-up window component stored in the code repository is obtained npm,
receiving the configuration parameters through the preset attributes includes: and receiving configuration parameters input in the popup development process through the tips attribute.
8. A pop-up window data processing apparatus, comprising:
the system comprises an acquisition unit, a remote unit and a storage unit, wherein the acquisition unit is used for acquiring a configuration code packet of a popup component stored in a code warehouse and storing the configuration code packet to the local, the configuration code packet of the popup component stores a plurality of configuration items of a popup, and the code warehouse stores the configuration items remotely;
the import unit is used for importing the local configuration code package into the current development project in the popup development process;
the device comprises a receiving unit, a processing unit and a processing unit, wherein the receiving unit is used for receiving configuration parameters through preset attributes, and the configuration parameters are used for assigning values to a plurality of pre-configured popup window configuration items;
and the setting unit is used for setting the style and the click rule of the popup component according to the configuration parameters so as to complete popup configuration.
9. A computer-readable storage medium, characterized in that the computer-readable storage medium includes a stored program, wherein the popup data processing method of any one of claims 1 to 7 is executed when the program is executed by a processor.
10. A processor, configured to execute a program, wherein the program executes to perform the popup data processing method according to any of claims 1 to 7.
CN202011158214.3A 2020-10-26 2020-10-26 Popup window data processing method and device Pending CN112256377A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011158214.3A CN112256377A (en) 2020-10-26 2020-10-26 Popup window data processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011158214.3A CN112256377A (en) 2020-10-26 2020-10-26 Popup window data processing method and device

Publications (1)

Publication Number Publication Date
CN112256377A true CN112256377A (en) 2021-01-22

Family

ID=74262404

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011158214.3A Pending CN112256377A (en) 2020-10-26 2020-10-26 Popup window data processing method and device

Country Status (1)

Country Link
CN (1) CN112256377A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114428656A (en) * 2021-12-17 2022-05-03 北京达佳互联信息技术有限公司 Popup display method and device
CN116126446A (en) * 2023-02-06 2023-05-16 安芯网盾(北京)科技有限公司 Global universal popup window method and system based on Ant Design Vue3

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106201488A (en) * 2016-06-30 2016-12-07 国云科技股份有限公司 A kind of reusable step window implementation method
CN107807821A (en) * 2017-10-26 2018-03-16 福建中金在线信息科技有限公司 The implementation method and terminal of animation pop-up
CN109445786A (en) * 2018-10-19 2019-03-08 成都安恒信息技术有限公司 A method of the general pop-up page is realized based on JavaScript
CN110347384A (en) * 2019-07-17 2019-10-18 广东科徕尼智能科技有限公司 A method of Suresh Kumar pop-up is realized based on Object_C language classification
CN111736936A (en) * 2020-06-15 2020-10-02 北京奇艺世纪科技有限公司 Popup window display method, popup window display device, terminal and readable storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106201488A (en) * 2016-06-30 2016-12-07 国云科技股份有限公司 A kind of reusable step window implementation method
CN107807821A (en) * 2017-10-26 2018-03-16 福建中金在线信息科技有限公司 The implementation method and terminal of animation pop-up
CN109445786A (en) * 2018-10-19 2019-03-08 成都安恒信息技术有限公司 A method of the general pop-up page is realized based on JavaScript
CN110347384A (en) * 2019-07-17 2019-10-18 广东科徕尼智能科技有限公司 A method of Suresh Kumar pop-up is realized based on Object_C language classification
CN111736936A (en) * 2020-06-15 2020-10-02 北京奇艺世纪科技有限公司 Popup window display method, popup window display device, terminal and readable storage medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114428656A (en) * 2021-12-17 2022-05-03 北京达佳互联信息技术有限公司 Popup display method and device
CN114428656B (en) * 2021-12-17 2024-03-12 北京达佳互联信息技术有限公司 Popup window display method and device
CN116126446A (en) * 2023-02-06 2023-05-16 安芯网盾(北京)科技有限公司 Global universal popup window method and system based on Ant Design Vue3

Similar Documents

Publication Publication Date Title
CN110297759B (en) Method, device, equipment and storage medium for manufacturing test page script
CN106610774B (en) Webpage table editing method and device
CN106354483B (en) Data processing method and device and electronic equipment
CN112256377A (en) Popup window data processing method and device
CN112068911B (en) Electronic form generation method, device, system, equipment and medium
CN110716718A (en) Page generation method, device, equipment and storage medium
CN110941428A (en) Website creation method and device
CN112558940A (en) Website page development method, device, equipment and storage medium based on table
CN115309516A (en) Application life cycle detection method and device and computer equipment
CN114297700B (en) Dynamic and static combined mobile application privacy protocol extraction method and related equipment
CN106610845B (en) Information management method, device, server and system
CN108874379B (en) Page processing method and device
CN111399836B (en) Method and device for modifying page attribute
CN112068828A (en) Title control generation method, device, system, equipment and medium
CN113900725A (en) Interface configuration method and device, computer equipment and storage medium
CN112560403A (en) Text processing method and device and electronic equipment
CN114461960B (en) Page generation method, page display method and page display device
CN113485746B (en) Method and device for generating application program interface document
CN109684156A (en) Monitoring method, device, terminal and storage medium based on mixed mode applications
CN115509668A (en) Method, device and equipment for constructing front-end page analytic framework and storage medium
CN110955813A (en) Data crawling method and device
CN110764762A (en) Page forming method and device, computer readable storage medium and terminal
CN112579068A (en) Code generation method, device, storage medium and equipment
CN107506299B (en) Code analysis method and terminal equipment
CN112068910B (en) Method, device and system for generating accessory control with downloading function

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