Commit 3ef54edea276719b1d0c1cce6bf87f1c4d1bb749
1 parent
f1694e77
版本判断安卓
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/pointsMall/pointsMall.vue
| @@ -321,7 +321,7 @@ export default { | @@ -321,7 +321,7 @@ export default { | ||
| 321 | if (this.ver != "") { | 321 | if (this.ver != "") { |
| 322 | var ver = this.ver ? this.ver.replace(/\.*/g, "") : ""; | 322 | var ver = this.ver ? this.ver.replace(/\.*/g, "") : ""; |
| 323 | } | 323 | } |
| 324 | - var isVer = 1909; | 324 | + var isVer = 1910; |
| 325 | if (ver > isVer) { | 325 | if (ver > isVer) { |
| 326 | // (判断app内是否有该方法) | 326 | // (判断app内是否有该方法) |
| 327 | if (window.obj && window.obj.jumpCustomerService) { | 327 | if (window.obj && window.obj.jumpCustomerService) { |