Commit 3ef54edea276719b1d0c1cce6bf87f1c4d1bb749

Authored by zhiyangdu
1 parent f1694e77

版本判断安卓

src/pages/pointsMall/pointsMall.vue
... ... @@ -321,7 +321,7 @@ export default {
321 321 if (this.ver != "") {
322 322 var ver = this.ver ? this.ver.replace(/\.*/g, "") : "";
323 323 }
324   - var isVer = 1909;
  324 + var isVer = 1910;
325 325 if (ver > isVer) {
326 326 // (判断app内是否有该方法)
327 327 if (window.obj && window.obj.jumpCustomerService) {
... ...