This commit is contained in:
bin
2025-12-23 13:40:26 +08:00
parent 4ae11e31f4
commit e7f9d9c367
16 changed files with 604 additions and 36 deletions

View File

@@ -80,7 +80,7 @@
</view>
<view class="btns">
<button class="wxlogin" @click="loginTest">内测登录</button>
<view class="wxaddress">青岛市公共就业和人才服务中心</view>
<view class="wxaddress">石河子市公共就业和人才服务中心</view>
</view>
</template>
<template v-slot:tab1>
@@ -344,7 +344,7 @@ function changeArea() {
data: [oneDictData('area')],
success: (_, [value]) => {
fromValue.area = value.value;
state.areaText = '青岛市-' + value.label;
state.areaText = '石河子市-' + value.label;
},
});
}