Commit 3ef54edea276719b1d0c1cce6bf87f1c4d1bb749

Authored by zhiyangdu
1 parent f1694e77

版本判断安卓

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) {