A brief discussion on VUE uni-app's commonly used APIs

A brief discussion on VUE uni-app's commonly used APIs

1. Routing and page jump

uni.navigateTo(OBJECT)

Keep the current page and jump to a page in the application. Use uni.navigateBack to return to the original page. uni.redirectTo(OBJECT)

Close the current page and jump to a page in the app. uni.reLaunch(OBJECT)

Close all pages and open a page in the app. uni.switchTab(OBJECT)

Jump to the tabBar page and close all other non-tabBar pages. uni.navigateBack(OBJECT)

Close the current page and return to the previous page or multiple pages. You can use getCurrentPages() to get the current page stack and decide how many levels to return.

2. Interface

Interactive Feedback

a. uni.showToast(OBJECT)

Displays a message prompt box.

Summarize

This article ends here. I hope it can be helpful to you. I also hope you can pay more attention to more content on 123WORDPRESS.COM!

You may also be interested in:
  • A brief discussion on VUE uni-app conditional coding and page layout
  • A brief discussion on VUE uni-app custom components
  • A brief introduction to VUE uni-app basic components
  • A brief discussion on VUE uni-app template syntax
  • A brief discussion on the VUE uni-app development environment
  • A brief introduction to VUE uni-app core knowledge
  • A brief discussion on the VUE uni-app life cycle

<<:  VMware15/16 Detailed steps to unlock VMware and install MacOS

>>:  HTML Table Tag Tutorial (47): Nested Tables

Recommend

React internationalization react-intl usage

How to achieve internationalization in React? The...

Detailed explanation of MYSQL stored procedure comments

Table of contents 1. Instructions for use 2. Prep...

Detailed explanation of efficient MySQL paging

Preface Usually, a "paging" strategy is...

JavaScript to achieve mouse tailing effect

Mouse effects require the use of setTimeout to ge...

Tutorial on installing MySQL 5.6 using RPM in CentOS

All previous projects were deployed in the Window...

Tutorial on installing php5, uninstalling php, and installing php7 on centos

First, install PHP5 very simple yum install php T...

CentOS 6-7 yum installation method of PHP (recommended)

1. Check the currently installed PHP packages yum...

Summary of Common Problems with Mysql Indexes

Q1: What indexes does the database have? What are...

Solve the problem of IDEA configuring tomcat startup error

The following two errors were encountered when co...

js to implement file upload style details

Table of contents 1. Overview 2. Parameters for c...

Steps of an excellent registration process

For a website, it is the most basic function. So l...