This commit is contained in:
3321822538@qq.com 2024-05-31 18:01:02 +08:00
parent ab51ba0938
commit ae06c7d10e
12 changed files with 157 additions and 49 deletions

View File

@ -18,8 +18,9 @@
<view class="list_val"> <view class="list_val">
<view class="" style="padding-top:12rpx">手机号码</view> <input type="text" v-model="tel" placeholder="请输入手机号码" /> <view class="" style="padding-top:12rpx">手机号码</view> <input type="text" v-model="tel" placeholder="请输入手机号码" />
</view> </view>
<view class="list_val"> <view class="list_val" style="position: relative;">
<view class="" style="padding-top:12rpx;margin-right: 88rpx;">省市区</view> <input @click="show = true" type="text" disabled="false" v-model="sheng" :placeholder="sheng" /> <view class="" style="padding-top:12rpx;width: 176rpx;">省市区</view> <input @click="show = true" type="text" disabled="false" v-model="sheng" :placeholder="sheng" />
<u-icon name="arrow-down" style="position: absolute;top: 30%;right: 14rpx;" color="#808080"></u-icon>
<u-picker v-model="show" mode="region" @confirm="confirm"></u-picker> <u-picker v-model="show" mode="region" @confirm="confirm"></u-picker>
</view> </view>
</view> </view>

View File

@ -21,7 +21,7 @@
店铺> 店铺>
</view> </view>
</view> </view>
<text style="width: 1px;height: 60rpx;background: #979797;margin-top: 24rpx;margin:24rpx 50rpx;"></text> <!-- <text style="width: 1px;height: 60rpx;background: #979797;margin-top: 24rpx;margin:24rpx 50rpx;"></text>
<view class="ddje" @click="btnshop(6)"> <view class="ddje" @click="btnshop(6)">
<view class="sb"> <view class="sb">
0 0
@ -29,13 +29,13 @@
<view class="shu"> <view class="shu">
运维> 运维>
</view> </view>
</view> </view> -->
</view> </view>
<view class="tulist"> <view class="tulist">
<!-- <image src="https://api.ccttiot.com/smartmeter/img/static/uThIyaWrhh5a9Oh8zbbn" mode="" @click="btnshop(1)"></image> --> <!-- <image src="https://api.ccttiot.com/smartmeter/img/static/uThIyaWrhh5a9Oh8zbbn" mode="" @click="btnshop(1)"></image> -->
<image src="https://api.ccttiot.com/smartmeter/img/static/uXquYtM06wNT6ElZQTlo" mode="" @click="btnshop(2)"></image> <image src="https://api.ccttiot.com/smartmeter/img/static/uXquYtM06wNT6ElZQTlo" mode="" @click="btnshop(2)"></image>
<image src="https://api.ccttiot.com/smartmeter/img/static/uMtNJoZxvsMjIhAMoWdL" mode="" @click="btnshop(3)"></image> <!-- <image src="https://api.ccttiot.com/smartmeter/img/static/uMtNJoZxvsMjIhAMoWdL" mode="" @click="btnshop(3)"></image> -->
</view> </view>
</view> </view>
</view> </view>
@ -120,10 +120,10 @@
.shuju { .shuju {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
padding: 40rpx 60rpx; padding: 40rpx 135rpx;
box-sizing: border-box; box-sizing: border-box;
width: 680rpx; width: 680rpx;
height: 172rpx; height: 200rpx;
background: #FFFFFF; background: #FFFFFF;
border-radius: 24rpx 24rpx 24rpx 24rpx; border-radius: 24rpx 24rpx 24rpx 24rpx;
margin: auto; margin: auto;

View File

@ -43,6 +43,12 @@
<view class="" style="width: 680rpx;height: 1px;background: #F0F0F0;margin-left: -30rpx;margin-top: 14rpx;"></view> <view class="" style="width: 680rpx;height: 1px;background: #F0F0F0;margin-left: -30rpx;margin-top: 14rpx;"></view>
<view class="" style="font-size: 24rpx;color: #3D3D3D;margin-top: 10rpx;">{{item.createTime}}</view> <view class="" style="font-size: 24rpx;color: #3D3D3D;margin-top: 10rpx;">{{item.createTime}}</view>
</view> </view>
<view class="" style="width: 448rpx;height: 448rpx;margin: auto;margin-top: 100rpx;text-align: center;"
v-if="showflag">
<image style="width: 448rpx;height: 448rpx;"
src="https://api.ccttiot.com/smartmeter/img/static/ufLi6IZd5kh1MIEZFYTo" mode=""></image>
<view class="" style="font-size: 30rpx;color: #ccc;margin-top: 30rpx;">暂无更多代理人员...</view>
</view>
</view> </view>
</view> </view>
</template> </template>
@ -60,7 +66,8 @@
isLoading: false, // isLoading: false, //
noMoreData: false, // noMoreData: false, //
total: 0, total: 0,
keyword:'' keyword:'',
showflag: false
} }
}, },
onShow() { onShow() {
@ -79,6 +86,11 @@
this.$u.get("/agent/agent/list?pageNum=" + this.pagenum + '&pageSize=' + this.pagesize + '&keyword=' + this.keyword).then(res => { this.$u.get("/agent/agent/list?pageNum=" + this.pagenum + '&pageSize=' + this.pagesize + '&keyword=' + this.keyword).then(res => {
if (res.code == 200) { if (res.code == 200) {
this.total = res.total this.total = res.total
if (this.total > 0) {
this.showflag = false
} else {
this.showflag = true
}
if (res.rows.length > 0) { if (res.rows.length > 0) {
// //
this.wateringList = this.wateringList.concat(res.rows) this.wateringList = this.wateringList.concat(res.rows)
@ -130,6 +142,7 @@
background: #F4F5F7; background: #F4F5F7;
border-radius: 0rpx 0rpx 0rpx 0rpx; border-radius: 0rpx 0rpx 0rpx 0rpx;
padding-bottom: 200rpx; padding-bottom: 200rpx;
margin-top: 170rpx;
.list{ .list{
width: 680rpx; width: 680rpx;
height: 336rpx; height: 336rpx;
@ -159,7 +172,8 @@
background: #FFFFFF; background: #FFFFFF;
padding: 32rpx 36rpx; padding: 32rpx 36rpx;
box-sizing: border-box; box-sizing: border-box;
position: fixed;
top: 200rpx;
/deep/ .u-content { /deep/ .u-content {
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: 50rpx 0 0 50rpx !important; border-radius: 50rpx 0 0 50rpx !important;

View File

@ -79,19 +79,22 @@
box-sizing: border-box; box-sizing: border-box;
margin: auto; margin: auto;
.lisy_val{ .lisy_val{
width: 94rpx; width: 40%;
text-align: center; // text-align: center;
margin-right: 60rpx; // margin-right: 60rpx;
image{ image{
width: 48rpx; width: 48rpx;
height: 48rpx; height: 48rpx;
display: block; display: block;
margin-left: 24rpx; margin-left: 24rpx;
margin-bottom: 10rpx; margin-bottom: 10rpx;
vertical-align: middle;
} }
text{ text{
font-size: 24rpx; font-size: 24rpx;
color: #3D3D3D; color: #3D3D3D;
width: 120rpx;
display: inline-block;
} }
} }
} }

View File

@ -326,7 +326,7 @@
} }
.cdblist{ .cdblist{
width: 680rpx; width: 680rpx;
height: 450rpx; height:100%;
background: #FFFFFF; background: #FFFFFF;
border-radius: 24rpx 24rpx 24rpx 24rpx; border-radius: 24rpx 24rpx 24rpx 24rpx;
margin: auto; margin: auto;

View File

@ -30,7 +30,7 @@
@click="btntcsy">弹出所有</text><text>卡位({{xqobj.modelName}})</text> @click="btntcsy">弹出所有</text><text>卡位({{xqobj.modelName}})</text>
</view> </view>
<view class="cbdxq"> <view class="cbdxq">
<view v-for="(item,index) in list" :key="index" @click="btntc(item.deviceId)"> <view style="color: #3D3D3D;" v-for="(item,index) in list" :key="index" @click="btntc(item.deviceId)">
{{item.sn == null ? '空闲' : item.sn + '/'}}{{item.currentPower == null ? '' : item.currentPower + '%'}} {{item.sn == null ? '空闲' : item.sn + '/'}}{{item.currentPower == null ? '' : item.currentPower + '%'}}
</view> </view>
</view> </view>
@ -62,7 +62,7 @@
<text>最近登录时间</text> <text>{{xqobj.lastLoginTime}}</text> <text>最近登录时间</text> <text>{{xqobj.lastLoginTime}}</text>
</view> </view>
<view class="zjdx"> <view class="zjdx">
<text>最近断线时长</text> <text>--</text> <text>最近断线时长</text> <text>{{duration.days + '天' + duration.hours + '时' + duration.minutes + '分' + duration.seconds + '秒'}}</text>
</view> </view>
</view> </view>
</view> </view>
@ -83,6 +83,7 @@
bgc: { bgc: {
background: '#25CE88' background: '#25CE88'
}, },
duration:''
} }
}, },
onLoad(option) { onLoad(option) {
@ -164,7 +165,6 @@
}) })
} else { } else {
this.list = this.xqobj.slotNum this.list = this.xqobj.slotNum
console.log(this.list)
} }
let dateTime = new Date(this.xqobj.createTime); let dateTime = new Date(this.xqobj.createTime);
@ -175,9 +175,40 @@
let now = new Date().getTime(); let now = new Date().getTime();
let differenceInMilliseconds = now - dateTime.getTime(); let differenceInMilliseconds = now - dateTime.getTime();
this.differenceInDays = Math.floor(differenceInMilliseconds / (1000 * 60 * 60 * 24)) this.differenceInDays = Math.floor(differenceInMilliseconds / (1000 * 60 * 60 * 24))
// 线
let lastLoginTimeStr = this.xqobj.lastLoginTime
let lastOfflineTimeStr = this.xqobj.lastOfflineTime
let nows = new Date()
let lastLoginTime = this.parseDateString(lastLoginTimeStr)
let lastOfflineTime = this.parseDateString(lastOfflineTimeStr)
if (lastLoginTime && lastLoginTime > lastOfflineTime) {
let diff = lastLoginTime - lastOfflineTime
this.duration = this.formatDuration(diff)
// console.log(` ${duration.days} '', ${duration.hours} '', ${duration.minutes} ''`)
} else {
let diff = nows - lastOfflineTime
this.duration = this.formatDuration(diff)
// console.log(` ${duration.days} , ${duration.hours} , ${duration.minutes} `)
}
} }
}) })
}, },
parseDateString(dateStr) {
return dateStr ? new Date(dateStr) : null
},
formatDuration(durationMs) {
let duration = new Date(durationMs)
let days = Math.floor(durationMs / (1000 * 60 * 60 * 24))
durationMs -= days * (1000 * 60 * 60 * 24)
let hours = Math.floor((durationMs % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60))
durationMs -= hours * (1000 * 60 * 60)
let minutes = Math.floor((durationMs % (1000 * 60 * 60)) / (1000 * 60))
let seconds = Math.floor((durationMs % (1000 * 60)) / 1000)
return { days, hours, minutes,seconds}
},
copybtn(text) { copybtn(text) {
uni.setClipboardData({ uni.setClipboardData({
data: text, data: text,

View File

@ -29,6 +29,13 @@
</view> </view>
</view> </view>
<view class="" style="width: 448rpx;height: 448rpx;margin: auto;margin-top: 100rpx;text-align: center;"
v-if="showflag">
<image style="width: 448rpx;height: 448rpx;"
src="https://api.ccttiot.com/smartmeter/img/static/ufLi6IZd5kh1MIEZFYTo" mode=""></image>
<view class="" style="font-size: 30rpx;color: #ccc;margin-top: 30rpx;">暂无更多记录...</view>
</view>
</view> </view>
</view> </view>
</template> </template>
@ -59,7 +66,8 @@
type:'', type:'',
bgc:{ bgc:{
background:'#25CE88' background:'#25CE88'
} },
showflag: false
} }
}, },
onLoad() { onLoad() {
@ -98,6 +106,11 @@
this.$u.get('/agent/abnormal/list?pageNum=' + this.pagenum + '&pageSize=' + this.pagesize +'&type=' +this.type + '&keyword=' + this.keyword).then(res => { this.$u.get('/agent/abnormal/list?pageNum=' + this.pagenum + '&pageSize=' + this.pagesize +'&type=' +this.type + '&keyword=' + this.keyword).then(res => {
if (res.code == 200) { if (res.code == 200) {
this.total = res.total this.total = res.total
if (this.total > 0) {
this.showflag = false
} else {
this.showflag = true
}
if (res.rows.length > 0) { if (res.rows.length > 0) {
// //
this.wateringList = this.wateringList.concat(res.rows) this.wateringList = this.wateringList.concat(res.rows)

View File

@ -308,7 +308,7 @@
.cdblist { .cdblist {
width: 680rpx; width: 680rpx;
height: 450rpx; height: 100%;
background: #FFFFFF; background: #FFFFFF;
border-radius: 24rpx 24rpx 24rpx 24rpx; border-radius: 24rpx 24rpx 24rpx 24rpx;
margin: auto; margin: auto;

View File

@ -34,11 +34,11 @@
<text>日收</text><text>月收</text><text>上月收</text><text>在线</text><text>离线</text> <text>日收</text><text>月收</text><text>上月收</text><text>在线</text><text>离线</text>
</view> </view>
<view class="rishouje"> <view class="rishouje">
<text>{{item.todayIncome}}</text> <text>{{item.todayIncome == null ? 0 :item.todayIncome}}</text>
<text>{{item.monthIncome}}</text> <text>{{item.monthIncome == null ? 0 :item.monthIncome}}</text>
<text>{{item.lastMonthIncome}}</text> <text>{{item.lastMonthIncome == null ? 0 :item.lastMonthIncome}}</text>
<text>{{item.onlineCount}}</text> <text>{{item.onlineCount == null ? 0 :item.onlineCount}}</text>
<text>{{item.offlineCount}}</text> <text>{{item.offlineCount == null ? 0 :item.offlineCount}}</text>
</view> </view>
</view> </view>
<view class="gzlist"> <view class="gzlist">
@ -56,7 +56,13 @@
<text>已运营{{item.daysDifference + 1}}</text> <text>{{item.createTime}}</text> <text>已运营{{item.daysDifference + 1}}</text> <text>{{item.createTime}}</text>
</view> </view>
</view> </view>
<view class="" style="width: 448rpx;height: 448rpx;margin: auto;margin-top: 100rpx;text-align: center;"
v-if="showflag">
<image style="width: 448rpx;height: 448rpx;"
src="https://api.ccttiot.com/smartmeter/img/static/ufLi6IZd5kh1MIEZFYTo" mode=""></image>
<view class="" style="font-size: 30rpx;color: #ccc;margin-top: 30rpx;">暂无更多店铺...</view>
</view>
</view> </view>
</view> </view>
@ -74,7 +80,11 @@
noMoreData: false, // noMoreData: false, //
total: 0, total: 0,
agentId:'', agentId:'',
keyword:'' keyword:'',
bgc: {
background: '#25CE88'
},
showflag: false
} }
}, },
onLoad() { onLoad() {
@ -91,6 +101,11 @@
this.$u.get("/agent/store/listChildren?pageNum=" + this.pagenum + '&pageSize=' + this.pagesize +'&excludeAgents=' +this.agentId + '&keyword=' + this.keyword).then(res => { this.$u.get("/agent/store/listChildren?pageNum=" + this.pagenum + '&pageSize=' + this.pagesize +'&excludeAgents=' +this.agentId + '&keyword=' + this.keyword).then(res => {
if (res.code == 200) { if (res.code == 200) {
this.total = res.total this.total = res.total
if (this.total > 0) {
this.showflag = false
} else {
this.showflag = true
}
if (res.rows.length > 0) { if (res.rows.length > 0) {
// //
this.wateringList = this.wateringList.concat(res.rows) this.wateringList = this.wateringList.concat(res.rows)
@ -156,24 +171,22 @@
} }
page { page {
background: linear-gradient(180deg, #25CE88 0%, rgba(255, 255, 255, 0) 100%); // background: linear-gradient(180deg, #25CE88 0%, rgba(255, 255, 255, 0) 100%);
} }
.page { .page {
width: 750rpx; width: 750rpx;
position: fixed;
top: 0;
left: 0;
.box{ .box{
width: 750rpx; width: 750rpx;
height: 1440rpx; height: 100%;
background: #F4F5F7; background: #F4F5F7;
border-radius: 0rpx 0rpx 0rpx 0rpx; border-radius: 0rpx 0rpx 0rpx 0rpx;
.list{ .list{
overflow-y: scroll; overflow-y: scroll;
height: 100vh; height: 100%;
padding-bottom: 400rpx; padding-bottom: 400rpx;
margin-top: 26rpx; margin-top: 170rpx;
.listitem{ .listitem{
margin-bottom: 28rpx !important; margin-bottom: 28rpx !important;
padding: 12rpx 38rpx; padding: 12rpx 38rpx;
@ -280,6 +293,9 @@
background: #FFFFFF; background: #FFFFFF;
padding: 32rpx 36rpx; padding: 32rpx 36rpx;
box-sizing: border-box; box-sizing: border-box;
position: fixed;
top: 200rpx;
z-index: 99;
/deep/ .u-content{ /deep/ .u-content{
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: 50rpx 0 0 50rpx !important; border-radius: 50rpx 0 0 50rpx !important;

View File

@ -34,16 +34,16 @@
<text>日收</text><text>月收</text><text>上月收</text><text>在线</text><text>离线</text> <text>日收</text><text>月收</text><text>上月收</text><text>在线</text><text>离线</text>
</view> </view>
<view class="rishouje"> <view class="rishouje">
<text>{{item.todayIncome}}</text> <text>{{item.todayIncome == null ? 0 :item.todayIncome}}</text>
<text>{{item.monthIncome}}</text> <text>{{item.monthIncome == null ? 0 :item.monthIncome}}</text>
<text>{{item.lastMonthIncome}}</text> <text>{{item.lastMonthIncome == null ? 0 :item.lastMonthIncome}}</text>
<text>{{item.onlineCount}}</text> <text>{{item.onlineCount == null ? 0 :item.onlineCount}}</text>
<text>{{item.offlineCount}}</text> <text>{{item.offlineCount == null ? 0 :item.offlineCount}}</text>
</view> </view>
</view> </view>
<view class="gzlist"> <view class="gzlist">
<view class="jfgz"> <view class="jfgz">
<text>计费规则</text>{{item.feePrice == null ? 0 : item.feePrice}}/小时{{item.feeFreeTime == null ? 0 : item.feeFreeTime}}分钟免费封顶{{item.feeMaxPrice}} <text>计费规则</text>{{item.feePrice == null ? 0 : item.feePrice}}/小时{{item.feeFreeTime == null ? 0 : item.feeFreeTime}}分钟免费封顶{{item.feeMaxPrice == null ? '0' : item.feeMaxPrice}}
</view> </view>
<view class="phone"> <view class="phone">
<text>联系电话</text>{{item.contactMobile}} <text>联系电话</text>{{item.contactMobile}}
@ -56,6 +56,13 @@
<text>已运营{{item.daysDifference + 1}}</text> <text>{{item.createTime}}</text> <text>已运营{{item.daysDifference + 1}}</text> <text>{{item.createTime}}</text>
</view> </view>
</view> </view>
<view class="" style="width: 448rpx;height: 448rpx;margin: auto;margin-top: 100rpx;text-align: center;"
v-if="showflag">
<image style="width: 448rpx;height: 448rpx;"
src="https://api.ccttiot.com/smartmeter/img/static/ufLi6IZd5kh1MIEZFYTo" mode=""></image>
<view class="" style="font-size: 30rpx;color: #ccc;margin-top: 30rpx;">暂无更多店铺...</view>
</view>
</view> </view>
</view> </view>
@ -73,7 +80,11 @@
noMoreData: false, // noMoreData: false, //
total: 0, total: 0,
agentId:'', agentId:'',
keyword:'' keyword:'',
bgc: {
background: '#25CE88'
},
showflag: false
} }
}, },
onLoad() { onLoad() {
@ -89,6 +100,11 @@
this.$u.get("/agent/store/listChildren?pageNum=" + this.pagenum + '&pageSize=' + this.pagesize +'&agentId=' +this.agentId + '&keyword=' + this.keyword).then(res => { this.$u.get("/agent/store/listChildren?pageNum=" + this.pagenum + '&pageSize=' + this.pagesize +'&agentId=' +this.agentId + '&keyword=' + this.keyword).then(res => {
if (res.code == 200) { if (res.code == 200) {
this.total = res.total this.total = res.total
if (this.total > 0) {
this.showflag = false
} else {
this.showflag = true
}
if (res.rows.length > 0) { if (res.rows.length > 0) {
// //
this.wateringList = this.wateringList.concat(res.rows) this.wateringList = this.wateringList.concat(res.rows)
@ -152,26 +168,26 @@
padding-bottom: 40rpx; padding-bottom: 40rpx;
} }
page { page {
background: linear-gradient(180deg, #25CE88 0%, rgba(255, 255, 255, 0) 100%); // background: linear-gradient(180deg, #25CE88 0%, rgba(255, 255, 255, 0) 100%);
} }
.page { .page {
width: 750rpx; width: 750rpx;
position: fixed; // position: fixed;
top: 0; // top: 0;
left: 0; // left: 0;
.box { .box {
width: 750rpx; width: 750rpx;
height: 1440rpx; height: 100%;
background: #F4F5F7; background: #F4F5F7;
border-radius: 0rpx 0rpx 0rpx 0rpx; border-radius: 0rpx 0rpx 0rpx 0rpx;
.list { .list {
overflow-y: scroll; overflow-y: scroll;
height: 100vh; height: 100%;
padding-bottom: 400rpx; padding-bottom: 400rpx;
margin-top: 26rpx; margin-top: 170rpx;
.listitem { .listitem {
margin-bottom: 28rpx !important; margin-bottom: 28rpx !important;
@ -297,7 +313,9 @@
background: #FFFFFF; background: #FFFFFF;
padding: 32rpx 36rpx; padding: 32rpx 36rpx;
box-sizing: border-box; box-sizing: border-box;
position: fixed;
top: 200rpx;
z-index: 99;
/deep/ .u-content { /deep/ .u-content {
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: 50rpx 0 0 50rpx !important; border-radius: 50rpx 0 0 50rpx !important;

View File

@ -48,7 +48,7 @@
v-if="showflag"> v-if="showflag">
<image style="width: 448rpx;height: 448rpx;" <image style="width: 448rpx;height: 448rpx;"
src="https://api.ccttiot.com/smartmeter/img/static/ufLi6IZd5kh1MIEZFYTo" mode=""></image> src="https://api.ccttiot.com/smartmeter/img/static/ufLi6IZd5kh1MIEZFYTo" mode=""></image>
<view class="" style="font-size: 30rpx;color: #ccc;margin-top: 30rpx;">暂无更多记录...</view> <view class="" style="font-size: 30rpx;color: #ccc;margin-top: 30rpx;">暂无更多订单记录...</view>
</view> </view>
</view> </view>

View File

@ -31,6 +31,12 @@
<text>{{String(item.distance).split('.')[0]}}m</text> <text>{{String(item.distance).split('.')[0]}}m</text>
</view> </view>
</view> </view>
<view class="" style="width: 448rpx;height: 448rpx;margin: auto;margin-top: 100rpx;text-align: center;"
v-if="showflag">
<image style="width: 448rpx;height: 448rpx;"
src="https://api.ccttiot.com/smartmeter/img/static/ufLi6IZd5kh1MIEZFYTo" mode=""></image>
<view class="" style="font-size: 30rpx;color: #ccc;margin-top: 30rpx;">附近暂无店铺...</view>
</view>
</view> </view>
</view> </view>
@ -54,6 +60,7 @@
dingobj: '', dingobj: '',
mapContext: null, mapContext: null,
mapScaleInterval: null, mapScaleInterval: null,
showflag: false
} }
}, },
onLoad() { onLoad() {
@ -166,7 +173,12 @@
this.$u.get("/app/store/listNearBy?center=" + this.jinweidu + '&radius=' + 1000).then(res => { this.$u.get("/app/store/listNearBy?center=" + this.jinweidu + '&radius=' + 1000).then(res => {
if (res.code == 200) { if (res.code == 200) {
this.gxlist = res.data; this.gxlist = res.data;
this.listmap = res.data if (this.gxlist.length > 0) {
this.showflag = false
} else {
this.showflag = true
}
this.listmap = res.data
this.gxlist.forEach(item => { this.gxlist.forEach(item => {
// //
const distance = this.getDistance(this.latitude, this.longitude, item.lat, item.lng); const distance = this.getDistance(this.latitude, this.longitude, item.lat, item.lng);