CN109857501B - APP page display method and device, storage medium and server - Google Patents

APP page display method and device, storage medium and server Download PDF

Info

Publication number
CN109857501B
CN109857501B CN201910039487.7A CN201910039487A CN109857501B CN 109857501 B CN109857501 B CN 109857501B CN 201910039487 A CN201910039487 A CN 201910039487A CN 109857501 B CN109857501 B CN 109857501B
Authority
CN
China
Prior art keywords
label
target
service data
menu
submenu
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910039487.7A
Other languages
Chinese (zh)
Other versions
CN109857501A (en
Inventor
贺少锋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ping An Life Insurance Company of China Ltd
Original Assignee
Ping An Life Insurance Company of China Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ping An Life Insurance Company of China Ltd filed Critical Ping An Life Insurance Company of China Ltd
Priority to CN201910039487.7A priority Critical patent/CN109857501B/en
Publication of CN109857501A publication Critical patent/CN109857501A/en
Application granted granted Critical
Publication of CN109857501B publication Critical patent/CN109857501B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention relates to the technical field of computers, and provides an APP page display method, device, storage medium and server. Firstly, determining the identity of a user currently logging in an APP (application), and inquiring a mother menu label corresponding to the identity of the user; then, respectively calculating first index scores of all submenu labels subordinate to the parent menu label according to historical operation behavior data of the user identity; then, counting submenu labels of which the first index scores are larger than a first threshold value in each submenu label as target submenu labels, and respectively calculating second index scores of each part of service data corresponding to the target submenu labels according to historical operation behavior data; and finally, counting the service data of which the second index is greater than the second threshold value in each part of service data as target service data, and displaying the page constructed according to the parent menu label, the target sub-menu label and the target service data.

Description

APP page display method and device, storage medium and server
Technical Field
The invention relates to the technical field of computers, in particular to an APP page display method, device, storage medium and server.
Background
In the process of using business APP such as insurance and credit, a user often needs to check various business data, and the common operation mode is as follows: and selecting menus and service data which the user wants to view layer by layer in the APP. However, since the service APP has a large number of menus and service data of different levels, the user needs to spend a long time to find the service data to be viewed, and the operation efficiency is low.
Disclosure of Invention
In view of this, embodiments of the present invention provide a page display method and apparatus for an APP, a storage medium, and a server, which can reduce an operation amount of a user for viewing service data and improve operation efficiency.
In a first aspect of the embodiments of the present invention, a page display method for an APP is provided, including:
when the APP is started, determining the identity of a currently logged-in user;
querying a parent menu label corresponding to the user identity, wherein the parent menu label is a page label contained in a top menu of the APP;
respectively calculating first index scores of sub-menu labels subordinate to the parent menu label according to the historical operation behavior data of the user identity, wherein the first index scores are used for measuring the intention degree of the user for viewing the service data corresponding to the corresponding sub-menu labels;
counting submenu labels with first index scores larger than a first threshold value in each submenu label as target submenu labels;
respectively calculating second index scores of all parts of service data corresponding to the target submenu label according to the historical operation behavior data, wherein the second index scores are used for measuring the intention degree of a user for viewing corresponding service data;
counting the service data of which the second index score is larger than a second threshold value in all the service data as target service data;
and displaying a page constructed according to the parent menu label, the target sub-menu label and the target service data.
In a second aspect of the embodiments of the present invention, there is provided a page display apparatus for APP, including:
the user identity determining module is used for determining the identity of the currently logged-in user when the APP is started;
the menu label query module is used for querying a parent menu label corresponding to the user identity, wherein the parent menu label is a page label contained in a top menu of the APP;
the first index score calculating module is used for respectively calculating first index scores of all submenu labels under the parent menu label according to the historical operation behavior data of the user identity, and the first index scores are used for measuring the intention degree of the user for viewing the service data corresponding to the corresponding submenu labels;
the target submenu label determining module is used for counting submenu labels of which the first index score is larger than a first threshold value in each submenu label as target submenu labels;
the second index score calculating module is used for calculating second index scores of all parts of service data corresponding to the target submenu label according to the historical operation behavior data, and the second index scores are used for measuring the intention degree of a user for viewing corresponding service data;
the target service data determining module is used for counting the service data of which the second index is greater than the second threshold value in each part of the service data as target service data;
and the page display module is used for displaying a page constructed according to the parent menu label, the target sub-menu label and the target service data.
In a third aspect of the embodiments of the present invention, a computer-readable storage medium is provided, where computer-readable instructions are stored, and when executed by a processor, the computer-readable instructions implement the steps of the page displaying method as set forth in the first aspect of the embodiments of the present invention.
In a fourth aspect of the embodiments of the present invention, a server is provided, which includes a memory, a processor, and computer readable instructions stored in the memory and executable on the processor, where the processor executes the computer readable instructions to implement the steps of the page displaying method as set forth in the first aspect of the embodiments of the present invention.
The invention provides a page display method of an APP (application). Firstly, the identity of a user currently logging in the APP is determined, and a mother menu label corresponding to the identity of the user is inquired; then, historical operation behavior data of the user identity is searched, and first index scores of all submenu labels subordinate to the parent menu label are respectively calculated according to the historical operation behavior data; then, counting submenu labels of which the first index scores are larger than a first threshold value in each submenu label as target submenu labels, and respectively calculating second index scores of each part of service data corresponding to the target submenu labels according to historical operation behavior data; and finally, counting the service data of which the second index is greater than the second threshold value in each part of service data as target service data, and displaying the page constructed according to the parent menu label, the target sub-menu label and the target service data. Through the arrangement, after the user logs in the APP, the system can automatically screen each menu label and service data contained in the APP page according to the identity information and the historical operation behavior data of the user, so that the part of the menu label and the service data which the user may want to check is obtained, and finally an interface containing the part of the data is displayed. Therefore, the user does not need to select the service data which the user wants to check layer by layer, the operation amount is greatly reduced, and the operation efficiency is improved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings required to be used in the embodiments or the prior art description will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings may be obtained according to these drawings without inventive labor.
Fig. 1 is a flowchart of a first embodiment of an APP page display method according to an embodiment of the present invention;
fig. 2 is a flowchart of a page display method of an APP according to a second embodiment of the present invention;
fig. 3 is a structural diagram of an embodiment of an APP page display apparatus according to an embodiment of the present invention;
fig. 4 is a schematic diagram of a server according to an embodiment of the present invention.
Detailed Description
The embodiment of the invention provides an APP page display method, device, storage medium and server, which can reduce the operation amount of a user for checking service data and improve the operation efficiency.
In order to make the objects, features and advantages of the present invention more obvious and understandable, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is obvious that the embodiments described below are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, a first embodiment of a page display method of an APP according to an embodiment of the present invention includes:
101. when the APP is started, determining the identity of a currently logged-in user;
when the APP is started, the identity of a currently logged-in user is determined, such as a currently logged-in user name, a user account and the like. The APP is a certain business type APP, has a menu with a plurality of hierarchies, and is mainly used for inquiring and displaying relevant business data.
102. Inquiring a mother menu label corresponding to the user identity;
after the identity of the currently logged-in user is determined, a mother menu label corresponding to the identity of the user is inquired. The parent menu label is a page label contained in a top menu of the APP, namely a label contained in a menu displayed on a main interface of the APP. And the user clicks the parent menu label to display the corresponding menu bar of the next level. In the embodiment of the invention, the corresponding relation between the user identity and the mother menu label is constructed in advance and stored in the database, and then the mother menu label of the APP can be screened according to the currently logged user identity to find out the related mother menu label needing to be displayed.
Further, the correspondence between the user identity and the parent menu label may be generated by:
(1) Acquiring the position of the user identity and the name of a target department to which the user identity belongs;
(2) If the position meets a preset condition, determining other department names associated with the target department name, and determining a parent menu label associated with the target department name and a parent menu label associated with the other department names as parent menu labels corresponding to the user identity;
(3) And if the position does not accord with the preset condition, determining the primary menu label associated with the target department name as the primary menu label corresponding to the user identity.
For example, if the user is a general employee of department a, the parent menu label associated with department a is determined as the corresponding parent menu label. If the user is the leader of department a or a data carrier which needs to collect and pool information of each department, other departments related to department a are determined, and the department is assumed to be department B and department C, so that the parent menu label related to department a, the parent menu label related to department B and the parent menu label related to department C are all used as corresponding parent menu labels.
103. Respectively calculating first index scores of all submenu labels subordinate to the parent menu label according to the historical operation behavior data of the user identity;
after a parent menu label corresponding to the user identity is obtained, according to historical operation behavior data of the user identity, first index scores of sub-menu labels (including sub-menu labels of various levels) belonging to the parent menu label are respectively calculated, wherein the first index scores are used for measuring the intention degree of the user for viewing the service data corresponding to the corresponding sub-menu label, namely, the higher the first index score is, the greater the intention degree of the user for viewing the service data corresponding to the corresponding sub-menu label is. The historical operation behavior data is various operation records of the user identity in the APP in the past, such as clicking a key, pulling down a key or dragging an icon.
Specifically, step 103 may include:
(1) Respectively counting the number of times that each submenu label is clicked and the duration of the clicked submenu label in a preset period according to the historical operation behavior data;
(2) And calculating to obtain a first index score of each submenu label by adopting a weighted summation mode according to the clicked times of each submenu label and the duration time of the clicked submenu label.
For example, counting the number of times that a certain submenu label M is clicked in a month is x, and the duration of the clicked state is t, the first index score of M may be x × w 1 +t*w 2 Is calculated in the manner of (a), w 1 And w 2 Are weight coefficients.
104. Counting submenu labels with first index scores larger than a first threshold value in each submenu label as target submenu labels;
after the first index score of each submenu label is obtained through calculation, the submenu label with the first index score larger than a first threshold value in each submenu label is found out and is used as a target submenu label to be displayed.
105. Respectively calculating second index scores of each part of service data corresponding to the target submenu label according to the historical operation behavior data;
after the target submenu label is determined, second index scores of all parts of business data corresponding to the target submenu label are respectively calculated according to the historical operation behavior data, wherein the second index scores are used for measuring the intention degree of the user for viewing the corresponding business data, namely, the higher the second index score is, the greater the intention degree of the user for viewing the corresponding business data is. Each sub-menu label corresponds to the service data comprising a plurality of parts, and in step 105, a second index score of each part of the service data is calculated respectively, so as to determine the part of the service data to be displayed.
Further, step 105 may include:
(1) Respectively counting the total displayed time of each part of the service data in a preset period according to the historical operation behavior data;
(2) Respectively obtaining the updating time of the business data of each part;
(3) And calculating to obtain a second index score of each part of the service data by combining the displayed total duration and the updating time of each part of the service data.
For any part of the service data, the total duration of the part of the service data being displayed in a certain period (for example, 1 month) may be counted, and then the corresponding second index score may be calculated by combining the update time of the part of the service data. Specifically, the longer the total duration is displayed, the newer the update time is, the higher the corresponding second index score is.
106. Counting the service data of which the second index is greater than a second threshold value in each part of the service data as target service data;
and after calculating to obtain second index scores of all parts of the service data, finding out the service data of which the second index scores are larger than a second threshold value in all parts of the service data, and using the service data as target service data to be displayed.
107. And displaying a page constructed according to the parent menu label, the target sub-menu label and the target service data.
And finally, constructing a page according to the parent menu label, the target sub-menu label and the target service data, and displaying the page in the APP. Through the setting, the user jumps to the customized page after logging in the APP, so that corresponding service data can be quickly checked, the operation amount of the user is reduced, and the operation efficiency is improved.
Further, if the constructed page cannot display all the target service data at the same time, the priority of each target service data may be set according to the size of the second index, and the target service data with a high priority may be displayed preferentially.
The invention provides a page display method of an APP (application). Firstly, the identity of a user currently logging in the APP is determined, and a mother menu label corresponding to the identity of the user is inquired; then, searching historical operation behavior data of the user identity, and respectively calculating first index scores of all submenu labels subordinate to the parent menu label according to the historical operation behavior data; then, counting submenu labels of which the first index scores are larger than a first threshold value in each submenu label as target submenu labels, and respectively calculating second index scores of each part of service data corresponding to the target submenu labels according to historical operation behavior data; and finally, counting the service data of which the second index score is larger than a second threshold value in each part of service data as target service data, and displaying a page constructed according to the parent menu label, the target sub-menu label and the target service data. Through the arrangement, after the user logs in the APP, the system can automatically screen each menu label and service data contained in the APP page according to the identity information and the historical operation behavior data of the user, so that the part of the menu label and the service data which the user may want to check is obtained, and finally an interface containing the part of the data is displayed. Therefore, the user does not need to select the service data which the user wants to check layer by layer, the operation amount is greatly reduced, and the operation efficiency is improved.
Referring to fig. 2, a second embodiment of a page display method of APP according to the embodiment of the present invention includes:
201. when the APP is started, determining the identity of a currently logged-in user;
202. inquiring a mother menu label corresponding to the user identity;
203. respectively calculating first index scores of all submenu labels subordinate to the parent menu label according to the historical operation behavior data of the user identity;
204. counting submenu labels with first index scores larger than a first threshold value in each submenu label as target submenu labels;
205. respectively calculating second index scores of each part of service data corresponding to the target submenu label according to the historical operation behavior data;
206. counting the service data of which the second index is greater than a second threshold value in each part of the service data as target service data;
steps 201-206 are the same as steps 101-106, and reference may be made to the related descriptions of steps 101-106.
207. Selecting a preset page template;
after determining the parent menu tab, the target sub-menu tab and the target business data, a customized page is constructed to show the tabs and data. Firstly, a preset page template is selected, a plurality of different page templates can be stored in a database, and then a corresponding page template is selected according to the current system time or the user identity.
208. Adding the parent menu label, the target sub-menu label and the target service data to the page template in sequence to obtain a customized page;
and after the page template support is selected, adding the parent menu label, the target sub-menu label and the target service data to the page template in sequence to obtain a customized page. When adding the menu label, according to the initial menu hierarchy relation, such as the parent menu label A-the first level submenu label B-the second level submenu label C-the target service data.
209. And displaying the customized page.
After the customized page is obtained, the customized page may be displayed in the APP. Through the setting, the user jumps to the customized page after logging in the APP, so that corresponding service data can be quickly checked, the operation amount of the user is reduced, and the operation efficiency is improved.
The invention provides a page display method of an APP (application). Firstly, the identity of a user currently logging in the APP is determined, and a mother menu label corresponding to the identity of the user is inquired; then, historical operation behavior data of the user identity is searched, and first index scores of all submenu labels subordinate to the parent menu label are respectively calculated according to the historical operation behavior data; then, counting submenu labels of which the first index scores are larger than a first threshold value in each submenu label as target submenu labels, and respectively calculating second index scores of each part of service data corresponding to the target submenu labels according to historical operation behavior data; and finally, counting the service data of which the second index is larger than the second threshold value in each part of service data as target service data, and selecting a preset page template to construct and display a customized page. Through the arrangement, after the user logs in the APP, the system can automatically screen each menu label and service data contained in the APP page according to the identity information and the historical operation behavior data of the user, so that the part of the menu label and the service data which the user possibly wants to view is obtained, and finally an interface containing the part of the data is displayed. Therefore, the user does not need to select the service data which the user wants to check layer by layer, the operation amount is greatly reduced, and the operation efficiency is improved.
It should be understood that, the sequence numbers of the steps in the foregoing embodiments do not imply an execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation to the implementation process of the embodiments of the present invention.
The above mainly describes a page display method of APP, and a page display apparatus of APP will be described in detail below.
Referring to fig. 3, an embodiment of an APP page display apparatus according to an embodiment of the present invention includes:
the user identity determining module 301 is configured to determine a user identity of a current login when the APP is started;
a menu tag query module 302, configured to query a parent menu tag corresponding to the user identity, where the parent menu tag is a page tag included in a top-level menu of the APP;
a first index score calculating module 303, configured to calculate, according to the historical operation behavior data of the user identity, first index scores of sub-menu labels belonging to the parent menu label, where the first index scores are used to measure an intention degree of a user to view service data corresponding to the sub-menu labels;
a target sub-menu label determining module 304, configured to count sub-menu labels, of which first index scores are greater than a first threshold value, in each sub-menu label, as target sub-menu labels;
a second index score calculating module 305, configured to calculate a second index score of each part of the service data corresponding to the target sub-menu label according to the historical operation behavior data, where the second index score is used to measure an intention degree of a user to view corresponding service data;
a target service data determining module 306, configured to count service data with a second index score larger than a second threshold in each part of the service data, where the service data is used as target service data;
and a page display module 307, configured to display a page constructed according to the parent menu label, the target sub-menu label, and the target service data.
Further, the page display device may further include:
the position and department acquisition module is used for acquiring the position of the user identity and the name of a target department to which the user identity belongs;
a first menu label association module, configured to determine, if the job position meets a preset condition, another department name associated with the target department name, and determine, as a parent menu label corresponding to the user identity, both a parent menu label associated with the target department name and a parent menu label associated with the other department name;
and the second menu label association module is used for determining a parent menu label associated with the name of the target department as a parent menu label corresponding to the identity of the user if the position does not accord with the preset condition.
Further, the first index score calculating module may include:
the click parameter counting unit is used for respectively counting the number of times that each submenu label is clicked and the duration time of the clicked submenu label in a preset period according to the historical operation behavior data;
and the first index score calculating unit is used for calculating the first index score of each submenu label by adopting a weighted summation mode according to the clicked times and the clicked duration of each submenu label.
Further, the second index calculation module may include:
the display duration counting unit is used for respectively counting the total duration of the displayed business data of each part in a preset period according to the historical operation behavior data;
an update time obtaining unit, configured to obtain update times of the service data of each part respectively;
and the second index score calculating unit is used for calculating to obtain a second index score of each part of the service data by combining the total displayed duration and the updating time of each part of the service data.
Further, the page display module may include:
the page template selecting unit is used for selecting a preset page template;
the page data adding unit is used for sequentially adding the parent menu label, the target sub-menu label and the target service data to the page template to obtain a customized page;
and the page display unit is used for displaying the customized page.
Embodiments of the present invention further provide a computer-readable storage medium, where computer-readable instructions are stored, and when executed by a processor, the computer-readable instructions implement the steps of the page display method for an APP as shown in any one of fig. 1 or fig. 2.
Embodiments of the present invention further provide a server, which includes a memory, a processor, and computer readable instructions stored in the memory and executable on the processor, where the processor, when executing the computer readable instructions, implements the steps of the page display method of any one of the APPs shown in fig. 1 or fig. 2.
Fig. 4 is a schematic diagram of a server according to an embodiment of the present invention. As shown in fig. 4, the server 4 of this embodiment includes: a processor 40, a memory 41, and computer readable instructions 42 stored in the memory 41 and executable on the processor 40. The processor 40, when executing the computer readable instructions 42, implements the steps in the various APP page display method embodiments described above, such as the steps 101-106 shown in fig. 1. Alternatively, the processor 40, when executing the computer readable instructions 42, implements the functions of the modules/units in the device embodiments described above, such as the functions of the modules 301 to 306 shown in fig. 3.
Illustratively, the computer readable instructions 42 may be partitioned into one or more modules/units that are stored in the memory 41 and executed by the processor 40 to implement the present invention. The one or more modules/units may be a series of computer-readable instruction segments capable of performing certain functions, which are used to describe the execution of the computer-readable instructions 42 in the server 4.
The server 4 may be a computing device such as a desktop computer, a notebook, a palm computer, and a cloud server. The server 4 may include, but is not limited to, a processor 40, a memory 41. Those skilled in the art will appreciate that fig. 4 is merely an example of a server 4 and does not constitute a limitation of server 4 and may include more or fewer components than shown, or some components in combination, or different components, e.g., server 4 may also include input output devices, network access devices, buses, etc.
The Processor 40 may be a CentraL Processing Unit (CPU), other general purpose Processor, a DigitaL SignaL Processor (DSP), an AppLication Specific Integrated Circuit (ASIC), an off-the-shelf ProgrammabLe Gate Array (FPGA) or other ProgrammabLe logic device, discrete Gate or transistor logic device, discrete hardware component, etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The memory 41 may be an internal storage unit of the server 4, such as a hard disk or a memory of the server 4. The memory 41 may also be an external storage device of the server 4, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure DigitaL (SD) Card, a FLash memory Card (FLash Card), or the like, provided on the server 4. Further, the memory 41 may also include both an internal storage unit of the server 4 and an external storage device. The memory 41 is used to store the computer readable instructions and other programs and data required by the server. The memory 41 may also be used to temporarily store data that has been output or is to be output.
It can be clearly understood by those skilled in the art that, for convenience and simplicity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In addition, functional units in the embodiments of the present invention 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 integrated unit may be implemented in the form of hardware, or may also be implemented in the form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes 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 invention. And the aforementioned storage medium includes: a U-disk, a portable hard disk, a Read-OnLy Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (8)

1. A page display method of an APP is characterized by comprising the following steps:
when the APP is started, determining the identity of a currently logged-in user;
inquiring a parent menu label corresponding to the user identity, wherein the parent menu label is a page label contained in a top menu of the APP;
respectively calculating first index scores of sub-menu labels subordinate to the parent menu label according to the historical operation behavior data of the user identity, wherein the first index scores are used for measuring the intention degree of the user for viewing the service data corresponding to the corresponding sub-menu labels;
counting submenu labels with first index scores larger than a first threshold value in each submenu label as target submenu labels;
respectively calculating second index scores of all parts of service data corresponding to the target submenu label according to the historical operation behavior data, wherein the second index scores are used for measuring the intention degree of a user for viewing corresponding service data;
counting the service data of which the second index score is larger than a second threshold value in all the service data as target service data;
displaying a page constructed according to the parent menu label, the target sub-menu label and the target service data;
wherein the correspondence between the user identity and the parent menu label is generated by:
acquiring the position of the user identity and the name of a target department to which the user identity belongs;
if the position meets a preset condition, determining other department names associated with the target department name, and determining a parent menu label associated with the target department name and a parent menu label associated with the other department names as parent menu labels corresponding to the user identity;
and if the position does not accord with the preset condition, determining the primary menu label associated with the target department name as the primary menu label corresponding to the user identity.
2. The page display method according to claim 1, wherein the calculating, according to the historical operation behavior data of the user identity, the first index score of each submenu tab under the parent menu tab comprises:
respectively counting the number of times that each submenu label is clicked and the duration time of the submenu label in the clicked state in a preset period according to the historical operation behavior data;
and calculating to obtain a first index score of each submenu label by adopting a weighted summation mode according to the clicked times of each submenu label and the duration time of the clicked submenu label.
3. The page display method according to claim 1, wherein the calculating the second index score of each part of the service data corresponding to the target sub-menu label according to the historical operation behavior data comprises:
respectively counting the total displayed time of each part of the service data in a preset period according to the historical operation behavior data;
respectively obtaining the updating time of the business data of each part;
and calculating to obtain a second index score of each part of the service data by combining the displayed total duration and the updating time of each part of the service data.
4. The page display method according to any one of claims 1 to 3, wherein said displaying the page constructed according to the parent menu tab, the target sub-menu tab and the target business data comprises:
selecting a preset page template;
adding the parent menu label, the target sub-menu label and the target service data to the page template in sequence to obtain a customized page;
and displaying the customized page.
5. The utility model provides a page display device of APP which characterized in that includes:
the user identity determining module is used for determining the identity of the currently logged-in user when the APP is started;
the menu tag query module is used for querying a parent menu tag corresponding to the user identity, and the parent menu tag is a page tag contained in a top menu of the APP;
the first index score calculating module is used for respectively calculating first index scores of all sub-menu labels under the parent menu label according to the historical operation behavior data of the user identity, and the first index scores are used for measuring the intention degree of the user for viewing the service data corresponding to the corresponding sub-menu labels;
the target submenu label determining module is used for counting submenu labels with first index scores larger than a first threshold value in each submenu label as target submenu labels;
the second index score calculating module is used for calculating second index scores of all parts of service data corresponding to the target submenu label according to the historical operation behavior data, and the second index scores are used for measuring the intention degree of a user for viewing corresponding service data;
the target service data determining module is used for counting the service data of which the second index is greater than the second threshold value in each part of the service data as target service data;
the page display module is used for displaying a page constructed according to the parent menu label, the target sub-menu label and the target service data;
the position and department acquisition module is used for acquiring the position of the user identity and the name of a target department to which the user identity belongs;
the first menu label association module is used for determining other department names associated with the target department name if the position meets a preset condition, and determining a parent menu label associated with the target department name and a parent menu label associated with the other department names as parent menu labels corresponding to the user identity;
and the second menu label association module is used for determining a parent menu label associated with the target department name as the parent menu label corresponding to the user identity if the position does not meet the preset condition.
6. A computer readable storage medium storing computer readable instructions, which when executed by a processor implement the steps of the page presentation method of an APP as claimed in any one of claims 1 to 4.
7. A server comprising a memory, a processor, and computer readable instructions stored in the memory and executable on the processor, wherein the processor when executing the computer readable instructions performs the steps of:
when the APP is started, determining the identity of a currently logged-in user;
inquiring a parent menu label corresponding to the user identity, wherein the parent menu label is a page label contained in a top menu of the APP;
respectively calculating first index scores of sub-menu labels subordinate to the parent menu label according to the historical operation behavior data of the user identity, wherein the first index scores are used for measuring the intention degree of the user for viewing the service data corresponding to the corresponding sub-menu labels;
counting submenu labels with first index scores larger than a first threshold value in each submenu label as target submenu labels;
respectively calculating second index scores of all parts of service data corresponding to the target submenu label according to the historical operation behavior data, wherein the second index scores are used for measuring the intention degree of a user for viewing corresponding service data;
counting the service data of which the second index is greater than a second threshold value in each part of the service data as target service data;
displaying a page constructed according to the parent menu label, the target sub-menu label and the target service data;
wherein the correspondence between the user identity and the parent menu label is generated by:
acquiring the position of the user identity and the name of a target department to which the user identity belongs;
if the position meets a preset condition, determining other department names associated with the target department name, and determining a parent menu label associated with the target department name and a parent menu label associated with the other department names as parent menu labels corresponding to the user identity;
and if the position does not accord with the preset condition, determining the primary menu label associated with the target department name as the primary menu label corresponding to the user identity.
8. The server according to claim 7, wherein the presenting the page constructed according to the parent menu tab, the target child menu tab and the target business data comprises:
selecting a preset page template;
adding the parent menu label, the target sub-menu label and the target service data to the page template in sequence to obtain a customized page;
and displaying the customized page.
CN201910039487.7A 2019-01-16 2019-01-16 APP page display method and device, storage medium and server Active CN109857501B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910039487.7A CN109857501B (en) 2019-01-16 2019-01-16 APP page display method and device, storage medium and server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910039487.7A CN109857501B (en) 2019-01-16 2019-01-16 APP page display method and device, storage medium and server

Publications (2)

Publication Number Publication Date
CN109857501A CN109857501A (en) 2019-06-07
CN109857501B true CN109857501B (en) 2023-02-03

Family

ID=66894847

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910039487.7A Active CN109857501B (en) 2019-01-16 2019-01-16 APP page display method and device, storage medium and server

Country Status (1)

Country Link
CN (1) CN109857501B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110555781A (en) * 2019-08-30 2019-12-10 苏州熙烁数字科技有限公司 working method of multi-angle associated digital service community based on target form

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1281194A (en) * 2000-08-23 2001-01-24 大唐电信科技股份有限公司微电子分公司 Implementation method for downloading dynamic e-commerce menu on the basis of mobile telephone with short message service

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6195667B1 (en) * 1998-10-16 2001-02-27 Softbook Press, Inc. On-line menu updating for an electronic book
CN106682144B (en) * 2016-12-20 2018-07-13 深圳壹账通智能科技有限公司 page display method and device

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1281194A (en) * 2000-08-23 2001-01-24 大唐电信科技股份有限公司微电子分公司 Implementation method for downloading dynamic e-commerce menu on the basis of mobile telephone with short message service

Also Published As

Publication number Publication date
CN109857501A (en) 2019-06-07

Similar Documents

Publication Publication Date Title
CN108415921B (en) Supplier recommendation method and device and computer-readable storage medium
US8745040B2 (en) Service context
US20170192872A1 (en) Interactive detection of system anomalies
US9773010B1 (en) Information-driven file system navigation
EP2273448A1 (en) Apparatus and method for supporting cause analysis
US20150066933A1 (en) Computer-implemented methods and systems for generating visual representations of complex and voluminous marketing and sales and other data
EP2706494A1 (en) Energy efficient display of control events of an industrial automation system
US10636086B2 (en) XBRL comparative reporting
US20180039610A1 (en) Suggestions for digital forms
US9727663B2 (en) Data store query prediction
US8707262B2 (en) Code scoring
US10831511B2 (en) Customized application programming interface presentation
US11694092B2 (en) Reward-based recommendations of actions using machine-learning on telemetry data
CN109857501B (en) APP page display method and device, storage medium and server
US10671932B1 (en) Software application selection models integration
US9104573B1 (en) Providing relevant diagnostic information using ontology rules
CN110352405B (en) Computer-readable medium, computing system, method, and electronic device
US20200244748A1 (en) Analysis and Visualization of Session Paths
US10972353B1 (en) Identifying change windows for performing maintenance on a service
CN113741953A (en) Form processing method and device, electronic equipment and computer storage medium
US10515330B2 (en) Real time visibility of process lifecycle
US8952898B1 (en) Method and system for displaying a quicktip
CN111191999A (en) Product research and development management method and device, computer equipment and storage medium
JP2018073191A (en) Project management item evaluation system and project management item evaluation method
US11069018B2 (en) Systems, methods and machine readable programs for value chain analytics

Legal Events

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