Authored by 郭成尧

Merge branch 'feature/refundApply' into release/5.5

@@ -167,7 +167,8 @@ @@ -167,7 +167,8 @@
167 </style> 167 </style>
168 <script> 168 <script>
169 const $ = require('yoho-jquery'); 169 const $ = require('yoho-jquery');
170 - const tip = require('../../../js/plugin/tip'); 170 +
  171 + // const tip = require('../../../js/plugin/tip');
171 172
172 require('home/address/address-index.page.css'); 173 require('home/address/address-index.page.css');
173 174
@@ -375,7 +376,7 @@ @@ -375,7 +376,7 @@
375 switch (type) { 376 switch (type) {
376 case 'province': 377 case 'province':
377 if (!this.supportChangeProvince) { 378 if (!this.supportChangeProvince) {
378 - tip.show('不允许修改省地址!'); 379 + // tip.show('不允许修改省地址!');
379 return false; 380 return false;
380 } 381 }
381 if (this.provinces.length < 1) { 382 if (this.provinces.length < 1) {