This commit is contained in:
shijingjing
2022-03-28 17:05:40 +08:00
parent 5aba44c192
commit aefaa0160d
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
</div> </div>
<div class="search-box"> <div class="search-box">
<div class="area-select"> <div class="area-select">
<AiAreaPicker v-model="areaId" :areaId="user.areaId" :name.sync="areaName" @select="areaSelect"> <AiAreaPicker v-model="areaId" :areaId="user.areaId" :name.sync="areaName" @select="areaSelect" select-root>
<div style="display: flex;"> <div style="display: flex;">
<u-icon name="map-fill" size="18px" color="#FFF" style="width:18px;display:inline-block;margin-top: 18px"></u-icon> <u-icon name="map-fill" size="18px" color="#FFF" style="width:18px;display:inline-block;margin-top: 18px"></u-icon>
<span v-if="areaName" style="color:#FFF;fontSize: 14px;" class="areaName">{{ areaName }}</span> <span v-if="areaName" style="color:#FFF;fontSize: 14px;" class="areaName">{{ areaName }}</span>

View File

@@ -122,7 +122,7 @@
</div> </div>
</div> </div>
</div> </div>
4
<div style="height: 56px"></div> <div style="height: 56px"></div>
<div class="btn" @click="toResult" v-if="(checkType == 1 || checkType == 2) && tabIndex==0 "> <div class="btn" @click="toResult" v-if="(checkType == 1 || checkType == 2) && tabIndex==0 ">
@@ -176,7 +176,7 @@ export default {
getCheckType() { getCheckType() {
this.$http.post('/app/appgirdmemberinfo/checkLogOnUser',null,{ this.$http.post('/app/appgirdmemberinfo/checkLogOnUser',null,{
params: { params: {
corpId: this.user.id girdId: this.user.id
} }
}).then((res) => { }).then((res) => {
if(res.code == 0) { if(res.code == 0) {