提交 f962c13bba9a721ff377a73fd5a605e74f41d672

作者 wangyu
1 个父辈 82570701

对部分吐司优化

... ... @@ -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 }
... ...
... ... @@ -82,6 +82,7 @@ Page({
82 82 if (this.data.inputValue == "" || this.data.inputValue.replace(/(^\s*)|(\s*$)/g, "") == "") {
83 83 wx.showToast({
84 84 title: '请输入内容',
  85 + icon: "none",
85 86 })
86 87 return
87 88 }
... ...
注册登录 后发表评论