正在显示
2 个修改的文件
包含
6 行增加
和
0 行删除
@@ -76,6 +76,7 @@ Page({ | @@ -76,6 +76,7 @@ Page({ | ||
76 | if (selectIndex[index].disable_change) { | 76 | if (selectIndex[index].disable_change) { |
77 | wx.showToast({ | 77 | wx.showToast({ |
78 | title: '该选项不可修改', | 78 | title: '该选项不可修改', |
79 | + icon: "none" | ||
79 | }) | 80 | }) |
80 | return; | 81 | return; |
81 | } | 82 | } |
@@ -90,6 +91,7 @@ Page({ | @@ -90,6 +91,7 @@ Page({ | ||
90 | if (selectIndex[selectIndex.length - 1].disable_change) { | 91 | if (selectIndex[selectIndex.length - 1].disable_change) { |
91 | wx.showToast({ | 92 | wx.showToast({ |
92 | title: '该选项不可修改', | 93 | title: '该选项不可修改', |
94 | + icon: "none" | ||
93 | }) | 95 | }) |
94 | return; | 96 | return; |
95 | } | 97 | } |
@@ -108,6 +110,7 @@ Page({ | @@ -108,6 +110,7 @@ Page({ | ||
108 | if (selectIndex[selectIndex.length - 1].disable_change) { | 110 | if (selectIndex[selectIndex.length - 1].disable_change) { |
109 | wx.showToast({ | 111 | wx.showToast({ |
110 | title: '该选项不可修改', | 112 | title: '该选项不可修改', |
113 | + icon: "none" | ||
111 | }) | 114 | }) |
112 | return; | 115 | return; |
113 | } | 116 | } |
@@ -133,6 +136,7 @@ Page({ | @@ -133,6 +136,7 @@ Page({ | ||
133 | } else { | 136 | } else { |
134 | wx.showToast({ | 137 | wx.showToast({ |
135 | title: '请选择住房类型', | 138 | title: '请选择住房类型', |
139 | + icon:"none" | ||
136 | }) | 140 | }) |
137 | return; | 141 | return; |
138 | } | 142 | } |
@@ -147,6 +151,7 @@ Page({ | @@ -147,6 +151,7 @@ Page({ | ||
147 | if (stuatusarray.length < 1) { | 151 | if (stuatusarray.length < 1) { |
148 | wx.showToast({ | 152 | wx.showToast({ |
149 | title: '请选择专项附加扣除', | 153 | title: '请选择专项附加扣除', |
154 | + icon: "none" | ||
150 | }) | 155 | }) |
151 | return; | 156 | return; |
152 | } | 157 | } |
@@ -82,6 +82,7 @@ Page({ | @@ -82,6 +82,7 @@ Page({ | ||
82 | if (this.data.inputValue == "" || this.data.inputValue.replace(/(^\s*)|(\s*$)/g, "") == "") { | 82 | if (this.data.inputValue == "" || this.data.inputValue.replace(/(^\s*)|(\s*$)/g, "") == "") { |
83 | wx.showToast({ | 83 | wx.showToast({ |
84 | title: '请输入内容', | 84 | title: '请输入内容', |
85 | + icon: "none", | ||
85 | }) | 86 | }) |
86 | return | 87 | return |
87 | } | 88 | } |
请
注册
或
登录
后发表评论