CN112799765B - Intelligent skip method and equipment based on page coding and storage medium - Google Patents

Intelligent skip method and equipment based on page coding and storage medium Download PDF

Info

Publication number
CN112799765B
CN112799765B CN202110131086.1A CN202110131086A CN112799765B CN 112799765 B CN112799765 B CN 112799765B CN 202110131086 A CN202110131086 A CN 202110131086A CN 112799765 B CN112799765 B CN 112799765B
Authority
CN
China
Prior art keywords
page
navigation
pages
transaction
service
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
CN202110131086.1A
Other languages
Chinese (zh)
Other versions
CN112799765A (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.)
Bank of Communications Co Ltd
Original Assignee
Bank of Communications 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 Bank of Communications Co Ltd filed Critical Bank of Communications Co Ltd
Priority to CN202110131086.1A priority Critical patent/CN112799765B/en
Publication of CN112799765A publication Critical patent/CN112799765A/en
Application granted granted Critical
Publication of CN112799765B publication Critical patent/CN112799765B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/08Payment architectures
    • G06Q20/10Payment architectures specially adapted for electronic funds transfer [EFT] systems; specially adapted for home banking systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/06Asset management; Financial planning or analysis

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Development Economics (AREA)
  • General Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Technology Law (AREA)
  • Game Theory and Decision Science (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Operations Research (AREA)
  • Human Computer Interaction (AREA)
  • Human Resources & Organizations (AREA)
  • General Engineering & Computer Science (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention relates to an intelligent skip method, equipment and storage medium based on page coding, wherein the method comprises the following steps: setting corresponding page codes for different pages, wherein the page codes comprise 7 bits: the 1 st bit code corresponds to a navigation page or a service page identifier; the 2 nd to 3 rd bit codes correspond to the service class; the 4 th bit code corresponds to the service flow program number; the 5 th bit code corresponds to a business process step; the 6 th to 7 th bit codes correspond to the page serial numbers; then, based on a preset page jump rule, combining with page coding, defaulting the next page to return to the previous page, so as to respectively realize: jumping among navigation pages; skipping between pages in the same service; skipping between the navigation page and the business process page; skipping among different business process pages; and skipping between the business process page embedded between the two navigation pages and the two navigation pages. Compared with the prior art, the invention can effectively realize flexible skip among pages in a complex service scene.

Description

Intelligent skip method and equipment based on page coding and storage medium
Technical Field
The invention relates to the technical field of page skipping, in particular to an intelligent skipping method, equipment and a storage medium based on page coding.
Background
The mobile terminal application jump generally implements page jump in two ways, the first is a stack technology (as shown in fig. 1), maintains all current pages in a stack form, and can redirect to a specified page in a stack entering or stack exiting way when a route switching occurs. Although the user access record is effectively recorded in the stack-based jump mode, the jump mode is limited by the characteristic of the stack storage mode of 'first in and last out', the flexibility is poor when the specified page is returned, and the dynamic return to the specified page according to the requirements of the user is increasingly difficult along with the increase of page levels.
The second is an improvement on the basis of the stack technology, by specifying a returned target page, positioning the relative position of the page in the stack, then popping the relevant page, and further dynamically returning to the specified page. That is, when each page is returned, the target page returned by the page is designated and returned to the corresponding page, and this method requires that when each page is returned, according to different service scenarios of historical access, the judgment logic of the returned page is added, and the page can be returned to the corresponding page, for example: when a user carries out large-amount transfer transaction, the user must pass through an advanced authentication and verification page, at the moment, the specified navigation page can be reached only by returning 4 pages forwards after the completion of the page returning method, if the user does not need to carry out the advanced authentication and verification page when carrying out the small-amount transfer transaction, the specified navigation page can be reached only by returning 3 pages forwards after the completion of the page returning method, and under the two conditions, the user needs to make various judgments on the completion page and can return to the specified position. Compared with a stack mode, the method improves the customer experience, but developers need to consider the return logic of each page. With the increase of page levels, the mutual skip among multiple transaction pages is supported in service, and the return in a complex scene is realized by specifying the returned target page one by one, so that the development difficulty is greatly increased, and unnecessary defects are generated.
Disclosure of Invention
The present invention aims to overcome the defects of the prior art and provide an intelligent skip method, an intelligent skip device and an intelligent skip storage medium based on page coding, so as to realize flexible skip between pages in a complex service scene.
The purpose of the invention can be realized by the following technical scheme: an intelligent skip method based on page coding comprises the following steps:
s1, setting corresponding page codes for different pages, wherein the page codes comprise 7 bits: the 1 st bit code corresponds to a navigation page or a service page identifier;
the 2 nd to 3 rd bit codes correspond to the service major classes;
the 4 th bit code corresponds to the service flow program number;
the 5 th bit code corresponds to a business process step;
the 6 th-7 th bit codes correspond to page serial numbers;
s2, based on a preset page jump rule, combining page coding, defaulting a next page to return to a previous page, so as to respectively realize:
jumping between navigation pages;
skipping between pages in the same service;
skipping between the navigation page and the business process page;
skipping among different business process pages;
and skipping between the business process page embedded between the two navigation pages and the two navigation pages.
Further, the values of the page coding in step S1 are specifically:
the 1 st bit code value is N, corresponding to a navigation page, and the 1 st bit code value is T, corresponding to a service page;
the 2 nd-3 rd bit codes take the values of two letters corresponding to the service type names and are used for identifying the service class to which the page belongs;
the 4 th bit code takes values of 0-9 and A-Z, wherein if the page is a navigation page, the 4 th bit code takes values of 0;
the 5 th bit code value is A, B, C, D or 0, wherein if the page is a navigation page, the 5 th bit code value is 0,A, B, C or D, and the 5 th bit code value corresponds to different business process steps;
the 6 th-7 th bit code takes the value of 01-99 and is used for sequencing a plurality of pages in the same service flow step according to the logical relationship.
When the 5 th bit code value is A, filling a relevant page corresponding to information;
when the value is B, corresponding to the authentication check related page;
when the value is C, confirming the relevant page corresponding to the information;
and when the value is D, corresponding to the result related page.
Further, in step S2, the specific process of jumping between navigation pages is: the first navigation page jumps to a second navigation page, and after the jump is completed, the first navigation page and the second navigation page are respectively stacked; and when the second navigation page returns, popping the second navigation page.
Further, in step S2, the specific process of skipping between pages in the same service is: and in the same service class, returning the next page to the previous page by default, and when the relevant page is failed to return, encoding the page in the traversal stack, finding the information filling relevant page closest to the current page, popping up the relevant page, and returning to the information filling relevant page.
Further, in step S2, the specific process of jumping between the navigation page and the service process page is as follows: and jumping between the navigation page and the business process page, returning the next page to the previous page by default, encoding the page in the traversal stack when the result related page is successfully returned, finding the navigation page nearest to the current page, popping the related page, and returning to the navigation page.
Further, in step S2, the specific process of jumping between different service pages is as follows: skipping among a plurality of service pages, returning the next page to the previous page by default, encoding the page in the traversal stack when the relevant page is successfully returned, finding the information filling relevant page nearest to the stack bottom, popping up the relevant page, and returning to the information filling relevant page.
Further, in step S2, the specific process of jumping between the service flow page embedded between the two navigation pages and the two navigation pages is as follows: skipping among the first navigation page, the business process page and the second navigation page, wherein the latter page returns to the former page by default, but when the relevant page enters into the other navigation page successfully through the result, the page in the traversal stack is encoded, the navigation page closest to the stack top is found, the relevant page is popped out, and the navigation page is returned.
A computer device comprises a processor and a memory which are connected in a communication mode, wherein the memory stores a computer readable program, and the processor executes the computer readable program to realize the intelligent skip method based on page coding.
A computer-readable storage medium, on which a computer program is stored, which, when executed by a processor, implements the above-mentioned intelligent skip method based on page coding.
Compared with the prior art, the invention has the following advantages:
1. the method and the device set corresponding page codes aiming at different pages, can directly jump to the target page according to the page codes when opening a new page by utilizing the data information carried by the page codes, can quickly and accurately determine the position of the current user business process according to the page codes when clicking the return button on different pages, follow the designed page jump rule and can intelligently judge the ideal return position of the user. Different pages can realize the complex logic of multi-scene page skipping only by calling a common skipping method, and the page-by-page independent assignment is not needed to return to the target page. The jump between the pages is rapid and smooth, the page coding rule is clearly designed, and the expandability is high. The page coding table is simple to maintain, and page problems are convenient to count and position, so that the smoothness of user operation is effectively improved, and user experience is improved.
2. According to the page jump rule provided by the invention, the next page (namely the current page) is defaulted to return to the previous page, and the page in the traversal stack is coded to find the page nearest to the current page or the page nearest to the stack top in consideration of failure or successful return of the result related page, the related page is popped up, and the page found after traversal stack is directly returned, so that the return logic of various scenes added to the successful page by developers is reduced, and unnecessary defects caused by excessive logic branches are avoided.
Drawings
FIG. 1 is a schematic diagram of a prior art stack;
FIG. 2 is a schematic flow diagram of the process of the present invention;
FIG. 3 is a diagram illustrating a page coding structure in an embodiment;
FIG. 4 is a schematic diagram illustrating jumping between navigation pages in an embodiment;
FIG. 5 is a diagram illustrating jumping between the same transaction pages in the embodiment;
FIG. 6 is a schematic diagram illustrating jumping between a navigation page and a transaction page in an embodiment;
FIG. 7 is a diagram illustrating jumping between pages of different transactions in an embodiment;
FIG. 8 is a diagram illustrating jumping between a transaction result page and a new navigation page in an embodiment.
Detailed Description
The invention is described in detail below with reference to the figures and specific embodiments.
Examples
As shown in fig. 2, an intelligent skip method based on page coding includes the following steps:
s1, setting corresponding page codes for different pages, wherein the page codes comprise 7 bits: the 1 st bit code corresponds to a navigation page or a service page identifier;
the 2 nd to 3 rd bit codes correspond to the service class;
the 4 th bit code corresponds to the service flow program number;
the 5 th bit code corresponds to a business process step;
the 6 th to 7 th bit codes correspond to the page serial numbers;
in the technical scheme of the invention, the page code is a unique code used for identifying the front page; the navigation page is generally a home page of a certain function in the application, and is convenient for guiding a user to browse a page with detailed function content; a business page generally refers to a page in a specific business scenario, for example, a transaction page is a page involved in a specific transaction;
s2, based on a preset page jump rule, combining page coding, defaulting a next page to return to a previous page, so as to respectively realize:
jumping between navigation pages;
skipping between pages in the same service;
skipping between the navigation page and the business process page;
skipping among different business process pages;
and skipping between the business process page embedded between the two navigation pages and the two navigation pages.
In step S1, the values of the page code are specifically:
the 1 st bit code value is N, corresponding to a navigation page, and the 1 st bit code value is T, corresponding to a service page;
the 2 nd-3 rd bit codes take the values of two letters corresponding to the service type names and are used for identifying the service class to which the page belongs;
the 4 th bit code takes values of 0-9 and A-Z, wherein if the page is a navigation page, the 4 th bit code takes values of 0;
the 5 th bit code value is A, B, C, D or 0, wherein if the page is a navigation page, the 5 th bit code value is 0,A, B, C or D, and corresponds to different business process steps:
when the 5 th bit code value is A, filling the relevant page corresponding to the information;
when the value is B, corresponding to the authentication check related page;
when the value is C, corresponding to the information confirmation related page;
when the value is D, corresponding to the result related page;
the 6 th-7 th bit code takes the value of 01-99 and is used for sequencing a plurality of pages in the same service flow step according to the logical relationship.
In step S2, the specific process of jumping between navigation pages is: the first navigation page jumps to a second navigation page, and after the jump is completed, the first navigation page and the second navigation page are respectively stacked; and when the second navigation page returns, popping the second navigation page.
The specific process of the skip between pages in the same service is as follows: and in the same service class, returning the next page to the previous page by default, and when the relevant page is failed to return, encoding the page in the traversal stack, finding the information filling relevant page closest to the current page, popping up the relevant page, and returning to the information filling relevant page.
The specific process of jumping between the navigation page and the business process page is as follows: and jumping between the navigation page and the business process page, returning the next page to the previous page by default, encoding the page in the traversal stack when the result related page is successfully returned, finding the navigation page nearest to the current page, popping the related page, and returning to the navigation page.
The specific process of jumping among different service pages is as follows: skipping among a plurality of service pages, returning the next page to the previous page by default, encoding the page in the traversal stack when the relevant page is successfully returned, finding the information filling relevant page nearest to the stack bottom, popping up the relevant page, and returning to the information filling relevant page.
The specific process of jumping between the business process page embedded between the two navigation pages and the two navigation pages is as follows: skipping among the first navigation page, the business process page and the second navigation page, returning the next page to the previous page by default, and when the related page successfully enters another navigation page through the result, encoding the page in the traversal stack, finding the navigation page nearest to the top of the stack, popping the related page, and returning to the navigation page.
In this embodiment, taking a business transaction scenario of a mobile banking as an example, based on the technical solution provided by the present invention, a set page coding structure is shown in fig. 3, and a specific coding value specification is shown in table 1:
TABLE 1
Figure BDA0002925316490000061
The code of the transaction information is added into the page code, the 1 st bit is used for distinguishing the navigation page and the transaction page, the navigation page is represented by 'N', and the transaction page is represented by 'T'. Digits 2-3 represent the business module, usually named according to English abbreviation of the business module, for example "TR" represents the transfer module and "WM" represents the financing module. The 4 th letter represents the transaction serial number in the service module, and the transactions in the same service module are sequentially arranged. The 5 th letter represents the transaction step, the transaction information filling page is identified as the page of the step A, the authentication tool check is identified as the page of the step B, the information confirmation is identified as the page of the step C, and the transaction result page is identified as the page of the step D according to the transaction characteristics. For example, the 5 th bit "a" in "TTR1a01" indicates an a page, i.e., a transfer information filling page. The fifth bit "D" in "TCA1D01" represents the D-step page. The 6 th to 7 th bits represent the page serial number, and the same transaction step comprises a plurality of pages which are sequentially ordered according to the logical relationship.
In the page coding design rule, the transaction page is divided into four steps of ABCD at most, wherein the step A is a related information filling page, the step B is related to an authentication check page, the step C is a related information confirmation page, and the step D is a related transaction result page. The page A is a transaction initial page, the page D is a transaction final page (result page), and if the transaction process is simple, partial steps can be omitted. If the transaction flow is long, the attributive transaction step can be determined according to the functions of the pages, if the page information filling page has more elements and cannot be displayed by one page, two pages A01 and A02 can be set, wherein the pages 01 and 02 are sequentially ordered according to the page logical relationship.
In the actual application process, jumping between pages, that is, returning the current page to the previous page by default, needs to follow the following 5 specific jumping rules:
(1) And jumping among navigation pages.
As shown in fig. 4, the navigation page 1 jumps to the navigation page 2, and after the jump is completed, the navigation page 1 and the navigation page 2 are respectively stacked. When returning at the navigation page 2, the navigation page 2 is popped.
An example of an applicable scenario is: and skipping from the financing home page to the my financing page. The financing home page and the my financing page are navigation pages and support the jump and return between the two navigation pages.
(2) Skipping among the same transaction pages, and returning a transaction failure page D to the transaction page A.
As shown in fig. 5, in the same transaction, the latter page returns to the former page by default, but when the transaction D fails to return, the page code in the traversal stack is used to find the transaction a page closest to the current page, the relevant page is popped up, and the transaction a page is returned.
And jumping among the same transaction pages, wherein if the transaction comprises A, B, C, D, the four steps correspond to a transaction A page, a transaction B page, a transaction C page and a transaction D page respectively. And (4) entering a transaction B page from the transaction A page, entering a transaction B page into the C page, returning the transaction C page to the transaction B page, and returning the transaction B page to the transaction A page. When the page A is traded, the page B, C is traded, the page D is finally entered, and the stack comprises the page A, the page B, the page C and the page D according to the stacking rule. Clicking and returning in a transaction D page (failure page), traversing the page codes in the stack to find an A page closest to the current page according to the page codes corresponding to the current page in the stack, sequentially popping the transaction D page, the transaction C page and the transaction B page, and finally returning to the transaction A page.
An example of an applicable scenario is: and during transfer transaction, entering transfer information to fill in a page A, checking a page B by an authentication tool, confirming a page C by transfer information, finally entering a transfer failure page, selecting 'try again' on the page, returning to the page A of the transfer transaction, and pre-filling the page with the data of the page A filled in the last transfer information.
(3) And skipping between the navigation page and the transaction page, wherein the transaction success result page skips to the nearest navigation page.
As shown in fig. 6, the navigation page and the transaction page jump, the subsequent page returns to the previous page by default, but when the transaction D succeeds, the page code in the traversal stack is used to find the navigation page nearest to the current page, and the relevant page is popped and returned to the nearest navigation page.
And (4) jumping between the navigation page and the transaction page, wherein if the transaction comprises four steps of A, B, C, D, the four steps correspond to a transaction A page, a transaction B page, a transaction C page and a transaction D page respectively. And entering a transaction A page, a path B page and a path C page from the navigation page 1 as an entrance, and finally entering a transaction result D page, wherein the stack comprises the navigation page 1, the A page, the B page, the C page and the D page according to the stacking rule. Clicking and returning in the page D (successful page), traversing page codes in the stack to find a navigation page closest to the current page, sequentially popping the transaction page D, the transaction page C, the transaction page B and the transaction page A, and returning to the previous navigation page 1.
An example of an applicable scenario is: and during transfer transaction, entering transfer information to fill in a page A, checking a page B by an authentication tool, confirming a page C by transfer information, finally entering a transfer success page, clicking to finish the transfer transaction, returning to a transfer transaction navigation page, and facilitating the user to transfer one account.
(4) And skipping among pages of different transactions, and returning a latter transaction result page to a transaction A page nearest to the stack bottom.
As shown in fig. 7, when the transaction D succeeds, the page code in the traversal stack is used to find the transaction a page closest to the stack bottom, and the page is popped up and returned to the transaction a page.
And jumping among a plurality of transactions (such as transaction one and transaction two), wherein the transaction one A page provides an entrance for jumping to the transaction two A page, the transaction two way trades the B page, the C page and the D page, and the transaction one A page can be returned when the transaction of the D page returns successfully. When the page D is used, the stack comprises a navigation page 1, a transaction page A, a transaction page B, a transaction page C and a transaction page D, when the page D is clicked and returned, the calculated target jumps to the page A of the transaction page I, the transaction page D, the transaction page C, the transaction page B and the transaction page A are sequentially popped, the page A of the transaction page I is entered, and the subsequent process of the transaction is completed.
An example of an applicable scenario is: entering the financing transaction information filling A page, filling the amount of money about to purchase the financing product, finding that the fund in the account is insufficient at the moment, entering the fund transfer transaction A page through the fund transfer transaction A page entrance, transferring the fund to transaction B page, C page and D page through the way, returning to the financing transaction A page after the fund transfer transaction is completed so as to continuously purchase the financing product.
(5) And skipping to a new navigation page for the transaction result page, and skipping to the navigation page nearest to the stack top when returning.
As shown in fig. 8, the navigation page, the transaction page, and the jump between the navigation pages, the following page returns to the previous page by default, but when the page successfully enters another navigation page through transaction D, the page code in the traversal stack is used to find the navigation page nearest to the stack top, the related page is popped up, and the navigation page is returned to.
The transaction is embedded in the jump between the two navigation pages, enters a transaction A page from the entrance of the navigation page 1, approaches the transaction B, C, D page, and enters the navigation page 2 by taking the D page as the entrance. And at the moment, the stack comprises a navigation page 1, a transaction A page, a transaction B page, a transaction C page, a transaction D page and a navigation page 2, clicking the navigation page 2 for returning, traversing page codes in the stack to find the navigation page 1, sequentially popping the navigation page 2, the transaction D page, the transaction C page, the transaction B page and the transaction A page, and returning to the navigation page 1.
An example of an applicable scenario is as follows: and through a financial product detail navigation page inlet, purchasing transaction pages A, B and C by financial, clicking a 'my financial' navigation page after entering a financial product purchase success page D, checking the purchased financial product on the 'my financial' navigation page, and clicking a return to the financial product detail navigation page at the moment.
Based on the technical scheme, the page jump process in the transfer transaction process comprises the following steps:
1. the user transfers money on a mobile phone bank, and normal transfer business logic can be realized by using an intelligent skip method based on page coding according to the transfer business logic.
NTR0001->TTR1A01->TTR1B01->TTR1C01->TTR1D01
Each page is detailed as follows:
NTR0001: "N" denotes a navigation page and "TR" denotes a transfer transaction
TTR1A01: "T" denotes the transaction page, "TR" denotes the transfer transaction, and "1" denotes the first transaction in the transfer category-the card number transfer. "a" indicates a step a in the transfer transaction, i.e., the transfer information filling page, and "01" indicates a page number.
TTR1B01: "T" denotes the transaction page, "TR" denotes the transfer transaction, and "1" denotes the first transaction in the transfer category-the card number transfer. "B" represents the step B in the transfer transaction, namely the transfer transaction authentication check page, and "01" represents the page serial number.
TTR1C01: "T" denotes the transaction page, "TR" denotes the transfer transaction, and "1" denotes the first transaction in the transfer category-the card number transfer. "C" indicates a C step in the transfer transaction, i.e., a transfer information confirmation page, and "01" indicates a page number.
TTR1D01: "T" denotes the transaction page, "TR" denotes the transfer transaction, and "1" denotes the first transaction in the transfer category-the card number transfer. "D" represents the step D in the transfer transaction, namely, the transfer result display page, and "01" represents the page serial number.
According to the design of page coding and jump rules, the stacking sequence is NTR0001, TTR1A01, TTR1B01, TTR1C01 and TTR1D01 in sequence, and jump among pages in the transfer process is realized.
2. And when the page returns in the transaction failure, returning to the target page according to the page code skip rule.
When the user operates the transfer transaction on the mobile phone bank, the user enters a transfer failure page due to some reasons, and clicks the return button at the upper left corner. In consideration of the operation habit of the user, the user fails to initiate a transfer transaction, and tends to return to the transfer information filling page according to the prompt information of the transfer failure so as to operate a transfer again. After the transfer failure page TTR1D01 is clicked and returned, firstly, the page code corresponding to the existing page in the stack is traversed, the transaction A page TTR1A01 closest to the current page is found, then, the TTR1D01, the TTR1C01 and the TTR1B01 in the stack are sequentially popped out, and finally, the transfer information filling page is returned, so that a user can conveniently change information and initiate a transfer process.
Technical implementation examples: skipping among the same transaction pages, and returning a transaction failure page D to the transaction page A. Jumping among the same transaction pages, when trading a page D, traversing page codes in a stack (channelStack), finding a transaction page A closest to a current page (backIndex identifies the index of the transaction page A closest in the stack), and returning to the transaction page A after realizing the pop related page through a popTo function. Due to the implementation of the common return back () method, when the transfer transaction failure page (TTR 1D 01) processes the return logic, the return to the transfer transaction information filling page (TTR 1A 01) can be realized only by calling the common back () method
The code listing 1 below shows the code implementation of the common return method back () component, and the code listing 2 shows the code implementation of the transfer failure page calling the common back () method.
Js. Code List 1core \ bridge \
Figure BDA0002925316490000101
Figure BDA0002925316490000111
The embodiment also discloses computer equipment, which comprises a processor and a memory which are in communication connection, wherein the memory stores a computer readable program, and the processor realizes the intelligent skip method based on the page coding when executing the computer readable program.
The embodiment also discloses a computer readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the intelligent skip method based on page coding is realized.
In summary, the technical scheme takes the design of the page coding rule and the page jump rule applied by the mobile terminal as the main support, improves the page jump mode based on the stack, and encapsulates the page jump mode based on the page coding rule and the page jump rule to form a set of public methods, and the pages related to each service can realize flexible jump among the pages in a complex service scene only by calling the public methods. The method and the device have the advantages that the stack mode effectively records the user access records, the flexibility of stack mode jumping is improved, page jumping logic is optimized, and development efficiency is improved.
And when the new page is opened, jumping to a target page according to the page code. And when the return button is clicked on different pages, determining the position of the transaction according to the page code, and returning to the target page according to the page jump rule. Different pages can realize the complex logic of multi-scene page skipping only by calling a common skipping method, and the page-by-page independent assignment is not needed to return to the target page. The jump between the pages is rapid and smooth, the page coding rule is clearly designed, and the expandability is high. The page coding table is simple to maintain, and is convenient for counting and positioning page problems. Effectively improve the smoothness degree of user operation, and then promote customer experience.
In the traditional page jump process, when each page returns, the target page returned by the page is appointed to return to the corresponding page. For example: the user must pass through the advanced authentication page when carrying out large-amount transfer transaction, at the moment, the completion of the page return method needs to back 4 pages forward to reach the appointed navigation page, if the user does not need to carry out advanced authentication when carrying out small-amount transfer transaction, the completion of the page return method needs to back 3 pages forward to reach the appointed navigation page, and in the two cases, various judgments need to be carried out on the completion page to return to the appointed position. The disadvantages of this solution are: 1. the cost of page development is too high; 2. the judgment logic is too much, and unnecessary defects are easy to occur. According to the page jump method based on the page coding, when a page is returned after a transaction is successful, the page code in the traversal stack is used for finding the navigation page nearest to the stack top, the page is taken out of the stack and the corresponding navigation page is directly returned, developers do not need to consider whether the user enters the transfer success page through large transfer or small transfer but directly position the page to the nearest navigation page, return logics of various scenes added to the success page by the developers are reduced, and unnecessary defects caused by excessive logic branches are avoided.
The invention can realize page jump in complex scenes. In the process of page jump, the position of user operation is judged through the page code carrying transaction information, the ideal return position of the user is intelligently judged, the complexity of user operation is reduced, and the user experience is improved. Has the following advantages:
1. and the inter-page jump is convenient and smooth.
2. And the page development efficiency is improved.
3. The page coding and the skip rule are clear and definite, and the problems can be quickly positioned and counted.
4. The page coding table is simple to maintain and high in expansibility.
At present, the relevance between different transactions of the mobile application is stronger, and the transactions mutually open an entrance, thereby facilitating the operation of a user. The intelligent skipping method based on the page code can accurately return to an ideal page of a user, accords with the operation habit of the user, and greatly improves the experience of the user.
The technical scheme of the invention is successfully applied to the mobile banking system, and the user can feed back the mobile banking experience to be smooth, convenient and quick. By means of the design of page codes and jump rules, developers can quickly locate problems. And modules, functions or pages are added, so that the maintenance is convenient and quick.

Claims (5)

1. An intelligent skip method based on page coding is characterized by comprising the following steps:
s1, setting corresponding page codes for different pages, wherein the page codes comprise 7 bits: the 1 st bit code corresponds to a navigation page or a service page identifier;
the 2 nd to 3 rd bit codes correspond to the service class;
the 4 th bit code corresponds to the service flow program number;
the 5 th bit code corresponds to a business process step;
the 6 th to 7 th bit codes correspond to the page serial numbers;
s2, based on a preset page jump rule, combining page coding, defaulting a next page to return to a previous page, so as to respectively realize:
jumping between navigation pages;
skipping between pages in the same service;
skipping between the navigation page and the business process page;
skipping among different business process pages;
skipping between a business process page embedded between the two navigation pages and the two navigation pages;
in step S2, the specific process of jumping between navigation pages is as follows: the first navigation page jumps to a second navigation page, and after the jump is completed, the first navigation page and the second navigation page are respectively stacked;
when the second navigation page returns, the second navigation page is popped up;
in step S2, the specific process of skipping between pages in the same service is as follows: within the same service class, returning the next page to the previous page by default, but when the relevant page is failed to return, encoding the page in the traversal stack, finding the information filling relevant page closest to the current page, popping up the relevant page, and returning to the information filling relevant page;
in step S2, the specific process of jumping between the navigation page and the service process page is as follows: skipping between the navigation page and the business process page, returning the next page to the previous page by default, encoding the page in the traversal stack when the result related page is successfully returned, finding the navigation page nearest to the current page, popping the related page, and returning to the navigation page;
in step S2, the specific process of jumping between different service pages is as follows: skipping among a plurality of service pages, returning a subsequent page to a previous page by default, coding a page in a traversal stack when a result related page is successfully returned, finding an information filling related page nearest to the stack bottom, popping up the related page, and returning to the information filling related page;
in step S2, the specific process of the service flow page embedded between the two navigation pages and the jump between the two navigation pages is as follows: skipping among the first navigation page, the business process page and the second navigation page, returning the next page to the previous page by default, and when the related page successfully enters another navigation page through the result, encoding the page in the traversal stack, finding the navigation page nearest to the top of the stack, popping the related page, and returning to the navigation page.
2. The intelligent skip method based on page coding according to claim 1, wherein the values of the page coding in step S1 are specifically:
the 1 st bit code value is N, corresponding to a navigation page, and the 1 st bit code value is T, corresponding to a service page;
the 2 nd-3 rd bit codes take the values of two letters corresponding to the service type names and are used for identifying the service class to which the page belongs;
the 4 th bit code takes values of 0-9 and A-Z, wherein if the page is a navigation page, the 4 th bit code takes values of 0;
the 5 th bit code value is A, B, C, D or 0, wherein if the page is a navigation page, the 5 th bit code value is 0,A, B, C or D, and the 5 th bit code value corresponds to different business process steps;
the 6 th-7 th bit code takes the value of 01-99 and is used for sequencing a plurality of pages in the same service flow step according to the logical relationship.
3. The intelligent skip method based on page coding according to claim 2, wherein when the value of the 5 th bit code is a, the relevant page is filled in corresponding to information;
when the value is B, corresponding to the authentication check related page;
when the value is C, confirming the relevant page corresponding to the information;
and when the value is D, corresponding to the result related page.
4. A computer device comprising a communicatively coupled processor and a memory, the memory storing a computer readable program, the processor implementing the intelligent skip method based on page coding according to any one of claims 1 to 3 when executing the computer readable program.
5. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, implements the intelligent skip method based on page coding according to any one of claims 1 to 3.
CN202110131086.1A 2021-01-30 2021-01-30 Intelligent skip method and equipment based on page coding and storage medium Active CN112799765B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110131086.1A CN112799765B (en) 2021-01-30 2021-01-30 Intelligent skip method and equipment based on page coding and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110131086.1A CN112799765B (en) 2021-01-30 2021-01-30 Intelligent skip method and equipment based on page coding and storage medium

Publications (2)

Publication Number Publication Date
CN112799765A CN112799765A (en) 2021-05-14
CN112799765B true CN112799765B (en) 2022-10-11

Family

ID=75813107

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110131086.1A Active CN112799765B (en) 2021-01-30 2021-01-30 Intelligent skip method and equipment based on page coding and storage medium

Country Status (1)

Country Link
CN (1) CN112799765B (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101783903A (en) * 2009-12-25 2010-07-21 北京惠信博思技术有限公司 Method for returning page of digital television
CN106033372A (en) * 2015-03-19 2016-10-19 阿里巴巴集团控股有限公司 Page switching method and apparatus
CN106658124A (en) * 2016-11-10 2017-05-10 海信电子科技(深圳)有限公司 Television page return control method and television
CN106815276A (en) * 2015-11-27 2017-06-09 阿里巴巴集团控股有限公司 Method for page jump and device
WO2017162072A1 (en) * 2016-03-25 2017-09-28 阿里巴巴集团控股有限公司 Method and device for jumping between pages
CN108876594A (en) * 2018-05-30 2018-11-23 重庆小雨点小额贷款有限公司 A kind of repayment method, device, terminal and computer-readable medium
CN110286942A (en) * 2019-07-05 2019-09-27 北京百佑科技有限公司 A kind of data configuration method, user terminal and readable storage medium storing program for executing showing the page
CN110888594A (en) * 2018-09-11 2020-03-17 慧荣科技股份有限公司 Data storage device and check code processing method thereof
CN110968824A (en) * 2018-09-30 2020-04-07 北京国双科技有限公司 Page data processing method and device
CN111143723A (en) * 2019-12-26 2020-05-12 五八同城信息技术有限公司 Page jump method and device, electronic equipment and storage medium
CN111859198A (en) * 2019-04-29 2020-10-30 天津五八到家科技有限公司 Page jump method, page jump system, client device and server device

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101783903A (en) * 2009-12-25 2010-07-21 北京惠信博思技术有限公司 Method for returning page of digital television
CN106033372A (en) * 2015-03-19 2016-10-19 阿里巴巴集团控股有限公司 Page switching method and apparatus
CN106815276A (en) * 2015-11-27 2017-06-09 阿里巴巴集团控股有限公司 Method for page jump and device
WO2017162072A1 (en) * 2016-03-25 2017-09-28 阿里巴巴集团控股有限公司 Method and device for jumping between pages
CN106658124A (en) * 2016-11-10 2017-05-10 海信电子科技(深圳)有限公司 Television page return control method and television
CN108876594A (en) * 2018-05-30 2018-11-23 重庆小雨点小额贷款有限公司 A kind of repayment method, device, terminal and computer-readable medium
CN110888594A (en) * 2018-09-11 2020-03-17 慧荣科技股份有限公司 Data storage device and check code processing method thereof
CN110968824A (en) * 2018-09-30 2020-04-07 北京国双科技有限公司 Page data processing method and device
CN111859198A (en) * 2019-04-29 2020-10-30 天津五八到家科技有限公司 Page jump method, page jump system, client device and server device
CN110286942A (en) * 2019-07-05 2019-09-27 北京百佑科技有限公司 A kind of data configuration method, user terminal and readable storage medium storing program for executing showing the page
CN111143723A (en) * 2019-12-26 2020-05-12 五八同城信息技术有限公司 Page jump method and device, electronic equipment and storage medium

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
《ASP.NET2.0的Web页面导航方式比较与选择》;吴庆涛 等;《电脑知识与技术(学术交流)》;20070731;全文 *
《Exhaustive Exploration of Ajax Web Applications With Selective Jumping》;Halle, S et al;《7th IEEE International Conference on Software Testing, Verification and Validation (ICST)》;20150708;全文 *
《使用程序静态分析技术识别源程序中的用例结构》;李洋洋;《万方》;20130426;全文 *

Also Published As

Publication number Publication date
CN112799765A (en) 2021-05-14

Similar Documents

Publication Publication Date Title
US3581072A (en) Auction market computation system
CN100538659C (en) Effectively allow the out-of-sequence method and apparatus of writing processing in the Nonvolatile memory system
CN109445842A (en) Rule generating method, device, computer equipment and storage medium
CN108734457A (en) A kind of Withdrawing method unified under cash register system
CN107230092A (en) Accounting processing method, device and server
CN114090544A (en) Template generation method, data entry template, data entry method and device
CN105321065A (en) Multi-destination routing of transactions
CN107665462A (en) Method and system for automatically cross-platform executing shareholder voting
CN110111208A (en) Declaration form data processing method, device, computer equipment and storage medium
JPH10508125A (en) Communication smart tool and device using the same
CN111292178B (en) Demand matching method and device, storage medium and electronic equipment
CN108765106A (en) A kind of integrated financial affairs receipt generation method of industry wealth
CN112799765B (en) Intelligent skip method and equipment based on page coding and storage medium
CN108470305A (en) Connected transaction recognition methods, device and storage medium
CN114445079A (en) Document processing method, device, equipment and storage medium
CN111680995B (en) Payment chain construction method and device, computer equipment and readable storage medium
CN107918863A (en) Preposition processing and collocation method, device and equipment based on financial product
CN105094758A (en) Method and device for avoiding transaction rollback
CN110515974A (en) Data pick-up method, apparatus, computer equipment and storage medium
CN106157141A (en) Numerical Methods and device
CN114265633A (en) Application parameter configuration and query method of self-service equipment, equipment and storage medium
CN108765107A (en) A kind of data save method under industry wealth integration
CN111931885B (en) Method and device for processing product logistics information
CN112561518A (en) Information identification method, device and storage medium
CN111427328A (en) Method for reducing household system faults

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