feat: 提交首页

This commit is contained in:
pengqiao1993
2025-10-29 17:31:26 +08:00
parent 4199ceee48
commit 9258bcc0a9
46 changed files with 15838 additions and 1630 deletions

View File

@ -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;