|
@@ -47,7 +47,9 @@ optHammer.on('tap', function(e) { |
|
@@ -47,7 +47,9 @@ optHammer.on('tap', function(e) { |
47
|
if (res.message) {
|
47
|
if (res.message) {
|
48
|
tip.show(res.message);
|
48
|
tip.show(res.message);
|
49
|
}
|
49
|
}
|
50
|
- window.location.href = '/home/orders';
|
50
|
+ setTimeout(function() {
|
|
|
51
|
+ window.location.href = '/home/orders';
|
|
|
52
|
+ }, 2000);
|
51
|
}).fail(function() {
|
53
|
}).fail(function() {
|
52
|
tip.show('网络错误');
|
54
|
tip.show('网络错误');
|
53
|
});
|
55
|
});
|
|
@@ -76,7 +78,9 @@ optHammer.on('tap', function(e) { |
|
@@ -76,7 +78,9 @@ optHammer.on('tap', function(e) { |
76
|
if (res.message) {
|
78
|
if (res.message) {
|
77
|
tip.show(res.message);
|
79
|
tip.show(res.message);
|
78
|
}
|
80
|
}
|
79
|
- window.location.href = '/home/orders';
|
81
|
+ setTimeout(function() {
|
|
|
82
|
+ window.location.href = '/home/orders';
|
|
|
83
|
+ }, 2000);
|
80
|
}).fail(function() {
|
84
|
}).fail(function() {
|
81
|
tip.show('网络错误');
|
85
|
tip.show('网络错误');
|
82
|
});
|
86
|
});
|