Commit cad074fd142ded22e0927373afb70262a26ee6a8

Authored by DESKTOP-QHAFKU5\iceling
1 parent 294b4506

提交成功跳转定时加长

pages/user/my_service/tment_eval.js
... ... @@ -179,14 +179,14 @@ Page({
179 179 }, // 设置请求的 header
180 180 success: function(res) {
181 181 if (res.data.code == 0) {
182   - th.setData({
183   - sub_evaluate: 1
184   - })
185 182 setTimeout(function() {
  183 + th.setData({
  184 + sub_evaluate: 1
  185 + })
186 186 wx.redirectTo({
187 187 url: "/pages/user/my_service/tment_order_list"
188 188 });
189   - }, 1500);
  189 + }, 2000);
190 190 } else {
191 191 getApp().my_warnning(res.data.msg, 0, th);
192 192 }
... ...