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