hotfix(mine/region): 暂时不可更改收益区域
This commit is contained in:
parent
a35ba61785
commit
29ffe52ab9
|
@ -13,13 +13,7 @@
|
|||
selectedData.provinceData.provinceName
|
||||
}}</text>
|
||||
</view>
|
||||
<view
|
||||
v-if="
|
||||
unSelected.includes('province') ||
|
||||
(selectedData && selectedData.provinceData)
|
||||
"
|
||||
class="region-action"
|
||||
>
|
||||
<view v-if="unSelected.includes('province')" class="region-action">
|
||||
<button class="select-btn" @click="selectProvinceRegion">
|
||||
选择省级收益区域
|
||||
</button>
|
||||
|
@ -42,13 +36,7 @@
|
|||
selectedData.cityData.cityName
|
||||
}}</text>
|
||||
</view>
|
||||
<view
|
||||
v-if="
|
||||
unSelected.includes('city') ||
|
||||
(selectedData && selectedData.cityData)
|
||||
"
|
||||
class="region-action"
|
||||
>
|
||||
<view v-if="unSelected.includes('city')" class="region-action">
|
||||
<button class="select-btn" @click="selectCityRegion">
|
||||
选择市级收益区域
|
||||
</button>
|
||||
|
@ -75,13 +63,7 @@
|
|||
selectedData.countyData.countyName
|
||||
}}</text>
|
||||
</view>
|
||||
<view
|
||||
v-if="
|
||||
unSelected.includes('county') ||
|
||||
(selectedData && selectedData.countyData)
|
||||
"
|
||||
class="region-action"
|
||||
>
|
||||
<view v-if="unSelected.includes('county')" class="region-action">
|
||||
<button class="select-btn" @click="selectCountyRegion">
|
||||
选择区县收益区域
|
||||
</button>
|
||||
|
|
Loading…
Reference in New Issue