瀏覽代碼

提示样式

zhengkaixin 3 年之前
父節點
當前提交
a6b089ed82
共有 1 個文件被更改,包括 7 次插入2 次删除
  1. 7 2
      pagesFinance/user/withdraw.vue

+ 7 - 2
pagesFinance/user/withdraw.vue

@@ -155,6 +155,8 @@
 			},
 			selectStation(){},
 			submit(){
+				
+			 
 				//this.value=this.info.amount
 				if(!this.stationObj.id){
 						uni.showToast({
@@ -186,8 +188,11 @@
 						})
 					
 				}).catch(error => {
-					uni.showToast({
-						title: error
+					
+					uni.showModal({
+						title:"提示",
+						content:"error",
+						showCancel:false
 					})
 				})
 			},