Commit 18282e29d1f0547e137886fdfb1d76f1021927d8

Authored by 王强
1 parent 883b44c4

购好物,安卓端version版本号确定了,修正一下~

src/pages/mall2/mall2.vue
... ... @@ -153,7 +153,7 @@
153 153 let version = this.$route.query.version;
154 154  
155 155 // 根据平台,判断是否符合版本,显示搜索和其它导航菜单
156   - if ((this.isiPhone.value && this.$parent.compareVersion(version, '1.9.6')) || (this.isAndroid.value && this.$parent.compareVersion(version, '1.8.3.1'))) {
  156 + if ((this.isiPhone.value && this.$parent.compareVersion(version, '1.9.6')) || (this.isAndroid.value && this.$parent.compareVersion(version, '1.8.5.3'))) {
157 157  
158 158 // 设置显示导航模块
159 159 this.$set(this, 'showNavs', true);
... ...
src/pages/optimization2/optimization2.vue
... ... @@ -576,7 +576,7 @@
576 576 let version = this.$route.query.version;
577 577  
578 578 // 根据平台,判断是否符合版本,显示搜索和其它导航菜单
579   - if ((this.isiPhone.value && this.$parent.compareVersion(version, '1.9.6')) || (this.isAndroid.value && this.$parent.compareVersion(version, '1.8.3.1'))) {
  579 + if ((this.isiPhone.value && this.$parent.compareVersion(version, '1.9.6')) || (this.isAndroid.value && this.$parent.compareVersion(version, '1.8.5.3'))) {
580 580  
581 581 // 设置显示搜索和其它导航菜单模块
582 582 this.$set(this, 'showSearch', true);
... ...