bug
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
<div class="title">
|
<div class="title">
|
||||||
<img :src="$cdn + 'xincheng/icon.png'" alt="">
|
<img :src="$cdn + 'xincheng/icon.png'" alt="">
|
||||||
<p>{{ item.businessName }}</p>
|
<p>{{ item.businessName }}</p>
|
||||||
<span>店员 ({{ item.detailList ? item.detailList.length : 0 }}) </span>
|
<span>店员 ({{ item.userCount }}) </span>
|
||||||
</div>
|
</div>
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<img :src="$cdn + 'xincheng/dh.png'" alt="">
|
<img :src="$cdn + 'xincheng/dh.png'" alt="">
|
||||||
@@ -27,10 +27,11 @@
|
|||||||
<img :src="$cdn + 'xincheng/dz@2x.png'" alt="">
|
<img :src="$cdn + 'xincheng/dz@2x.png'" alt="">
|
||||||
<div>{{ item.businessAddress }}</div>
|
<div>{{ item.businessAddress }}</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div class="info" style="margin-bottom: 0;">
|
<div class="info" style="margin-bottom: 0;">
|
||||||
<img :src="$cdn + 'xincheng/wgz@2x.png'" alt="">
|
<img :src="$cdn + 'xincheng/wgz@2x.png'" alt="">
|
||||||
<div>李毅-网格长</div>
|
<div v-if="item.girdUserName">{{ item.girdUserName }}-{{ item.girdUserType }}</div>
|
||||||
</div> -->
|
<div v-else>未绑定网格员</div>
|
||||||
|
</div>
|
||||||
</u-swipe-action>
|
</u-swipe-action>
|
||||||
<AiEmpty v-if="!list.length"></AiEmpty>
|
<AiEmpty v-if="!list.length"></AiEmpty>
|
||||||
</div>
|
</div>
|
||||||
@@ -82,7 +83,7 @@
|
|||||||
getList () {
|
getList () {
|
||||||
if (this.current > this.pages && this.current !== 1) return
|
if (this.current > this.pages && this.current !== 1) return
|
||||||
|
|
||||||
this.$http.post('/app/appcompany/list', null, {
|
this.$http.post('/app/appcompany/getPageWithGird', null, {
|
||||||
params: {
|
params: {
|
||||||
size: 10,
|
size: 10,
|
||||||
current: this.current,
|
current: this.current,
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<div class="AppMerchantMap">
|
<div class="AppMerchantMap">
|
||||||
<div class="search">
|
<div class="search">
|
||||||
<image :src="$cdn + 'xincheng/search.png'" />
|
<image :src="$cdn + 'xincheng/search.png'" />
|
||||||
<input placeholder="请输入姓名、店名、电话" v-model="businessName" @input="getList(true)">
|
<input placeholder="请输入店主姓名、店名" v-model="businessName" @input="getList(true)">
|
||||||
</div>
|
</div>
|
||||||
<div class="search-list" v-if="isShow">
|
<div class="search-list" v-if="isShow">
|
||||||
<div class="item border" v-for="(item, index) in list" :key="index" @click="toDetail(item)">
|
<div class="item border" v-for="(item, index) in list" :key="index" @click="toDetail(item)">
|
||||||
|
|||||||
Reference in New Issue
Block a user