init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -136,7 +136,7 @@ | ... | @@ -136,7 +136,7 @@ |
| 136 | 136 | ||
| 137 | function cancel() { | 137 | function cancel() { |
| 138 | layer.confirm('确定取消?', { | 138 | layer.confirm('确定取消?', { |
| 139 | btn: ['确认通过','取消'], | 139 | btn: ['是','否'], |
| 140 | title: '确认', | 140 | title: '确认', |
| 141 | icon: 3 | 141 | icon: 3 |
| 142 | }, function(){ | 142 | }, function(){ | ... | ... |
-
Please register or sign in to post a comment