feat: 提交首页
This commit is contained in:
@ -112,7 +112,8 @@
|
||||
</u-popup>
|
||||
</view>
|
||||
<view class="subsection-alarm">
|
||||
<u-subsection :list="alarmTypeList" :current="currentType" :animation="true" @change="sectionChange" :active-color="'#009458'">
|
||||
<u-subsection :list="alarmTypeList" :current="currentType" :animation="true" @change="sectionChange"
|
||||
:active-color="'#009458'">
|
||||
</u-subsection>
|
||||
</view>
|
||||
|
||||
@ -227,7 +228,7 @@
|
||||
},
|
||||
language: {
|
||||
immediate: true,
|
||||
deep:true,
|
||||
deep: true,
|
||||
handler(val) {
|
||||
if (this.language === 'zh_CN') {
|
||||
this.alarmTypeList = [{
|
||||
@ -262,8 +263,8 @@
|
||||
},
|
||||
mounted() {},
|
||||
computed: {
|
||||
language(){
|
||||
return this.vuex_language
|
||||
language() {
|
||||
return this.vuex_language
|
||||
},
|
||||
currentStation() {
|
||||
return this.vuex_currentStation;
|
||||
|
||||
Reference in New Issue
Block a user