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