|
@@ -116,11 +116,11 @@ export default {
|
|
|
- this.navigateTo(地址) 导航下一个页面(支持https网格地址或pages本地页面地址)
|
|
|
- this.redirectTo(地址) 切换当前页面到另一个页面(支持https网格地址或pages本地页面地址)
|
|
|
### 消息提示
|
|
|
-- this.showToast(消息文本) 不带图标的消息提示
|
|
|
-- this.showSuccessToast(消息文本) 带成功图标的消息提示
|
|
|
-- this.showFailToast(消息文本) 带失败图标的消息提示
|
|
|
-- this.showLoading() 显示加载中
|
|
|
-- this.hideLoading() 隐藏加载中
|
|
|
+- **this.showToast(消息文本)** 不带图标的消息提示
|
|
|
+- **this.showSuccessToast(消息文本)** 带成功图标的消息提示
|
|
|
+- **this.showFailToast(消息文本)** 带失败图标的消息提示
|
|
|
+- **this.showLoading()** 显示加载中
|
|
|
+- **this.hideLoading()** 隐藏加载中
|
|
|
### 对话框
|
|
|
-- this.showAlertDialog(消息文本) 带1个确认按钮的对话框
|
|
|
-- this.showConfirmDialog(消息文本) 带1个确认按钮和1个取消按钮的对话框
|
|
|
+- **this.showAlertDialog(消息文本)** 带1个确认按钮的对话框
|
|
|
+- **this.showConfirmDialog(消息文本)** 带1个确认按钮和1个取消按钮的对话框
|