Showing
1 changed file
with
6 additions
and
1 deletions
@@ -152,7 +152,12 @@ function supplyInvoice(info, cb) { | @@ -152,7 +152,12 @@ function supplyInvoice(info, cb) { | ||
152 | } | 152 | } |
153 | }; | 153 | }; |
154 | } else { | 154 | } else { |
155 | - _btn = {name: '我知道了'}; | 155 | + _btn = { |
156 | + name: '我知道了', | ||
157 | + cb: function() { | ||
158 | + history.go(0); | ||
159 | + } | ||
160 | + }; | ||
156 | } | 161 | } |
157 | 162 | ||
158 | _dg = new Dialog({ | 163 | _dg = new Dialog({ |
-
Please register or login to post a comment