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