|
@@ -4,10 +4,10 @@
|
|
|
<div class="title">
|
|
|
土地供应
|
|
|
<div class="buttons">
|
|
|
- <div class="stateOwnedButton tdgyButton" @click="switchStateOwnedButton">
|
|
|
+ <div class="stateOwnedButton tdgyButton">
|
|
|
国有建设用地
|
|
|
</div>
|
|
|
- <div class="stateOwnedButton tdgyButton" @click="switchStateOwnedButton">
|
|
|
+ <div class="stateOwnedButton tdgyButton">
|
|
|
集体经营性土地
|
|
|
</div>
|
|
|
</div>
|
|
@@ -123,7 +123,7 @@ export default {
|
|
|
components: {},
|
|
|
data() {
|
|
|
return {
|
|
|
- stateOwnedOrcollective: false
|
|
|
+ stateOwnedOrcollective: true
|
|
|
};
|
|
|
},
|
|
|
//监听属性 类似于data概念
|