zhangdan 4 years ago
parent
commit
806ca383f1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/uni-popup/uni-popup-dialog.vue

+ 2 - 2
components/uni-popup/uni-popup-dialog.vue

@@ -56,7 +56,7 @@
 			 */
 			 */
 			type: {
 			type: {
 				type: String,
 				type: String,
-				default: 'error'
+				default: 'warning'
 			},
 			},
 			/**
 			/**
 			 * 对话框模式 base/input
 			 * 对话框模式 base/input
@@ -89,7 +89,7 @@
 		},
 		},
 		data() {
 		data() {
 			return {
 			return {
-				dialogType: 'info',
+				dialogType: 'warning',
 				focus: false,
 				focus: false,
 				val: ""
 				val: ""
 			}
 			}