aa
This commit is contained in:
parent
9e563c8321
commit
22013aeb5c
|
@ -20,10 +20,10 @@ const install = (Vue, vm) => {
|
|||
// },
|
||||
// });
|
||||
Vue.prototype.$u.http.setConfig({
|
||||
// baseUrl: 'http://192.168.2.71:3000/dev-api',
|
||||
// baseUrl: 'http://192.168.2.184:3000/dev-api',
|
||||
baseUrl: 'https://kaiguan.chuantewulian.cn/prod-api',
|
||||
loadingText: '努力加载中~',
|
||||
loadingTime: 800,
|
||||
loadingTime: 1000,
|
||||
// 设置自定义头部content-type
|
||||
header: {
|
||||
'content-type': 'application/json;charset=UTF-8',
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<u-picker mode="time" v-model="show" :params="params" @confirm="confirm"></u-picker>
|
||||
</view>
|
||||
<view class="month" @click="show = true">
|
||||
{{yeartime.year + '年' + yeartime.month + '月'}}
|
||||
{{yeartime.year + '年' + yeartime.month + '月'}} <u-icon style="margin-left: 10rpx;" name="arrow-down-fill"></u-icon>
|
||||
</view>
|
||||
<view class="tit">
|
||||
本月用电量(度)
|
||||
|
@ -83,7 +83,7 @@
|
|||
// }, 300);
|
||||
// this.initChart()
|
||||
setTimeout(() => {
|
||||
console.log(this.$refs)
|
||||
// console.log(this.$refs)
|
||||
this.$refs.canvas.init(this.initChart)
|
||||
}, 1000)
|
||||
this.deviceId = e.id
|
||||
|
@ -95,6 +95,10 @@
|
|||
},
|
||||
methods: {
|
||||
confirm(e) {
|
||||
setTimeout(() => {
|
||||
// console.log(this.$refs)
|
||||
this.$refs.canvas.init(this.initChart)
|
||||
}, 1000)
|
||||
this.yeartime = e
|
||||
this.gettimes()
|
||||
},
|
||||
|
|
|
@ -148,7 +148,7 @@
|
|||
}
|
||||
})
|
||||
}else if(res.code == 401){
|
||||
uni.navigateTo({
|
||||
uni.reLaunch({
|
||||
url:'/pages/login/login'
|
||||
})
|
||||
}
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
uni.navigateBack()
|
||||
},1000)
|
||||
} else if (res.code == 401) {
|
||||
uni.navigateTo({
|
||||
uni.reLaunch({
|
||||
url:'/pages/login/login'
|
||||
})
|
||||
}else if(res.code == 500){
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
}
|
||||
this.$u.post("/app/mchApply/submit",data).then(res => {
|
||||
if(res.code == 401){
|
||||
uni.navigateTo({
|
||||
uni.reLaunch({
|
||||
url:'/pages/login/login'
|
||||
})
|
||||
}else if(res.msg == '商家不允许重复申请') {
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
</view>
|
||||
|
||||
<view class="pic">
|
||||
<image src="https://api.ccttiot.com/smartmeter/img/static/ujp0aRbvLeHbgB0l4hXe" mode="" class="pic"></image>
|
||||
<image :src="imgad" mode="" class="pic"></image>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -61,12 +61,14 @@
|
|||
data() {
|
||||
return {
|
||||
billId:'',
|
||||
detailobj:{}
|
||||
detailobj:{},
|
||||
imgad:''
|
||||
}
|
||||
},
|
||||
onLoad(option) {
|
||||
this.billId = option.billId
|
||||
this.getlist()
|
||||
this.getad()
|
||||
},
|
||||
methods: {
|
||||
getlist(){
|
||||
|
@ -76,6 +78,14 @@
|
|||
}
|
||||
})
|
||||
},
|
||||
getad(){
|
||||
this.$u.get("/app/ad").then((res) => {
|
||||
if (res.code == 200) {
|
||||
this.imgad = res.data.picture
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
@ -101,6 +111,7 @@
|
|||
height: 238rpx;
|
||||
margin: auto;
|
||||
margin-top: 36rpx;
|
||||
border-radius: 30rpx;
|
||||
}
|
||||
.listxq{
|
||||
width: 680rpx;
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
}
|
||||
this.isLoading = false;
|
||||
}else if(res.code == 401){
|
||||
uni.navigateTo({
|
||||
uni.reLaunch({
|
||||
url:'/pages/login/login'
|
||||
})
|
||||
}
|
||||
|
|
|
@ -90,8 +90,8 @@
|
|||
id: parseFloat(item.storeId),
|
||||
latitude: item.lat,
|
||||
longitude: item.lng,
|
||||
width: 30,
|
||||
height: 40,
|
||||
width: 25,
|
||||
height: 30,
|
||||
iconPath: 'https://api.ccttiot.com/smartmeter/img/static/uZXgsJE6hXbRSwbKILB4',
|
||||
distance: distance // 可以在这里也添加距离到覆盖物对象中,但通常只需要在店铺对象中
|
||||
};
|
||||
|
@ -188,7 +188,7 @@
|
|||
padding-bottom: 400rpx;
|
||||
.moshi{
|
||||
position: fixed;
|
||||
top: 588rpx;
|
||||
top: 570rpx;
|
||||
left: 30rpx;
|
||||
z-index: 99;
|
||||
image{
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
height='36'></u-navbar>
|
||||
<view class="fzbox">
|
||||
<!-- 禁用 -->
|
||||
<!-- <view class="card" :class="{fixed: index === 0}" v-for="(item,index) in groupList " :key="index" v-if="index==0">
|
||||
<view class="card" :class="{fixed: index === 0}" v-for="(item,index) in groupList " :key="index" v-if="index==0">
|
||||
<view class="card_left">
|
||||
<view class="img">
|
||||
<image src="https://api.ccttiot.com/smartmeter/img/static/u3jTlduBUSi1yA2H56m9" mode="" v-show="index === 0"></image>
|
||||
|
@ -19,7 +19,7 @@
|
|||
style="width: 34rpx;height: 34rpx;margin-right: 30rpx;"></image>
|
||||
<image src="https://api.ccttiot.com/smartmeter/img/static/u5rf4EUUv9e5KBef4efW" mode=""></image>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<HM-dragSorts ref="dragSorts" :list="newobj" :autoScroll="true" :feedbackGenerator="false" @newList="handleNewList" rowHeight='50'
|
||||
@change="change" @confirm="confirm" @onclick="onclick" :listBackgroundColor='F7FAFE'></HM-dragSorts>
|
||||
|
||||
|
@ -142,14 +142,14 @@
|
|||
}
|
||||
},
|
||||
getgroup(){
|
||||
this.$u.get("/app/store/list").then((res) => {
|
||||
this.$u.get("app/store/listCount").then((res) => {
|
||||
// this.$forceUpdate()
|
||||
if (res.code == 200) {
|
||||
this.groupList=res.rows
|
||||
console.log(this.groupList)
|
||||
this.groupList=res.data
|
||||
// console.log(this.groupList)
|
||||
this.firstlist= this.groupList[0]
|
||||
// this.newobj = this.groupList.slice(1);
|
||||
this.newobj = this.groupList
|
||||
this.newobj = this.groupList.slice(1)
|
||||
// this.newobj = this.groupList
|
||||
this.remake=''
|
||||
this.price=''
|
||||
// this.loadings=true
|
||||
|
@ -296,6 +296,7 @@
|
|||
|
||||
.page {
|
||||
width: 750rpx;
|
||||
padding-bottom: 200rpx;
|
||||
.popcard{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
@ -149,8 +149,8 @@
|
|||
id:parseFloat(item.storeId),
|
||||
latitude: item.lat,
|
||||
longitude: item.lng,
|
||||
width: 30,
|
||||
height: 40,
|
||||
width: 25,
|
||||
height: 30,
|
||||
iconPath: 'https://api.ccttiot.com/smartmeter/img/static/uZXgsJE6hXbRSwbKILB4' // 你可以为每个店铺指定不同的图标
|
||||
};
|
||||
this.covers.push(shopCover); // 将店铺覆盖物添加到数组中
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<template>
|
||||
<view class="page">
|
||||
<u-navbar :title="tittxt" :border-bottom="false" :background="bgc" title-color='#2E4975'
|
||||
title-size='36' height='36' id="navbar">
|
||||
<u-navbar :title="tittxt" :border-bottom="false" :background="bgc" title-color='#2E4975' title-size='36'
|
||||
height='36' id="navbar">
|
||||
</u-navbar>
|
||||
<view class="zhuhu" >
|
||||
<view class="zhuhu">
|
||||
<view class="card1">
|
||||
<view class="top">
|
||||
<view class="left">
|
||||
|
@ -15,19 +15,19 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="mid">
|
||||
<view class="mid_left">
|
||||
<image :src="deviceInfo.picture" mode=""></image>
|
||||
<view class="mid_left" @click="btnpic">
|
||||
<image :src="imglist" mode=""></image>
|
||||
</view>
|
||||
<view class="mid_right">
|
||||
<view class="mid_top">
|
||||
{{ deviceInfo.deviceName }}
|
||||
</view>
|
||||
<view class="mid_bot">
|
||||
<view class="txt" v-if="deviceInfo">S/N码:{{ deviceInfo.deviceNo }}</view>
|
||||
<view class="txt" v-if="deviceInfo">S/N码:{{ deviceInfo.deviceNo }}</view>
|
||||
<div class="tip" v-if="deviceInfo.onlineStatus==1">在线</div>
|
||||
<div class="tip" v-if="deviceInfo.onlineStatus==0">离线</div>
|
||||
<div class="tip" v-if="deviceInfo.powerStatus==0">断电</div>
|
||||
<div class="tip" v-if="deviceInfo.powerStatus==1">正常</div>
|
||||
<div class="tip" v-if="deviceInfo.powerStatus==0">断电</div>
|
||||
<div class="tip" v-if="deviceInfo.powerStatus==1">正常</div>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -37,8 +37,8 @@
|
|||
|
||||
<!-- <mpvue-echarts id="main" ref="pieChart" :echarts="echarts" @onInit="initChart" /> -->
|
||||
<l-echart ref="chart" @finished="initChart"></l-echart>
|
||||
<uni-ec-canvas class="uni-ec-canvas" id="uni-ec-canvas" ref="canvas" canvas-id="uni-ec-canvas"
|
||||
:ec="ec">
|
||||
<uni-ec-canvas class="uni-ec-canvas" id="uni-ec-canvas" ref="canvas"
|
||||
canvas-id="uni-ec-canvas" :ec="ec">
|
||||
</uni-ec-canvas>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -83,58 +83,60 @@
|
|||
<view class="card3">
|
||||
<view class="tit">其他</view>
|
||||
<view class="cont_box" style="display: block;">
|
||||
<view class="" style="display: flex;justify-content: space-between;">
|
||||
<view class="cont" style="width: 120rpx;" @click="topage(0)">
|
||||
<view class="top">
|
||||
<image src="https://api.ccttiot.com/smartmeter/img/static/uj4DT6WructS782RY0J7" mode="" style="width: 58rpx;height: 56rpx;" ></image>
|
||||
</view>
|
||||
<view class="bot">充值记录</view>
|
||||
</view>
|
||||
<view class="cont" style="width: 60rpx;" @click="topage(1)">
|
||||
<view class="top">
|
||||
<image src="https://api.ccttiot.com/smartmeter/img/static/uGaAuulryhDmaDwWLuwo" mode="" style="width: 58rpx;height: 58rpx;"></image>
|
||||
</view>
|
||||
<view class="bot">归零</view>
|
||||
</view>
|
||||
<view class="cont" style="width: 60rpx;" @click="topage(2)">
|
||||
<view class="top">
|
||||
<image src="https://api.ccttiot.com/smartmeter/img/static/u8QfFAKCq8wE32dFA9Go" mode="" style="width: 58rpx;height: 60rpx;"></image>
|
||||
</view>
|
||||
<view class="bot">异常</view>
|
||||
</view>
|
||||
<view class="cont" style="width: 120rpx;" @click="toydfx()">
|
||||
<view class="top">
|
||||
<image src="https://api.ccttiot.com/smartmeter/img/static/u0N4pFke1isIzNrNT6Wh" mode=""></image>
|
||||
</view>
|
||||
<view class="bot">用电分析</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="" style="display: flex;margin-top: 20rpx;">
|
||||
<view class="cont" style="width: 120rpx;" @click="topage(3)">
|
||||
<view class="top">
|
||||
<image src="https://api.ccttiot.com/smartmeter/img/static/uW2T5sbuiMPbPaJp9p2U" mode="" style="width: 58rpx;height: 60rpx;"></image>
|
||||
<view class="" style="display: flex;justify-content: space-between;">
|
||||
<view class="cont" style="width: 120rpx;" @click="topage(0)">
|
||||
<view class="top">
|
||||
<image src="https://api.ccttiot.com/smartmeter/img/static/uj4DT6WructS782RY0J7" mode=""
|
||||
style="width: 58rpx;height: 56rpx;"></image>
|
||||
</view>
|
||||
<view class="bot">充值记录</view>
|
||||
</view>
|
||||
<view class="cont" style="width: 60rpx;" @click="topage(1)">
|
||||
<view class="top">
|
||||
<image src="https://api.ccttiot.com/smartmeter/img/static/uGaAuulryhDmaDwWLuwo" mode=""
|
||||
style="width: 58rpx;height: 58rpx;"></image>
|
||||
</view>
|
||||
<view class="bot">归零</view>
|
||||
</view>
|
||||
<view class="cont" style="width: 60rpx;" @click="topage(2)">
|
||||
<view class="top">
|
||||
<image src="https://api.ccttiot.com/smartmeter/img/static/u8QfFAKCq8wE32dFA9Go" mode=""
|
||||
style="width: 58rpx;height: 60rpx;"></image>
|
||||
</view>
|
||||
<view class="bot">异常</view>
|
||||
</view>
|
||||
<view class="cont" style="width: 120rpx;" @click="toydfx()">
|
||||
<view class="top">
|
||||
<image src="https://api.ccttiot.com/smartmeter/img/static/u0N4pFke1isIzNrNT6Wh" mode="">
|
||||
</image>
|
||||
</view>
|
||||
<view class="bot">用电分析</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="bot">收费方式</view>
|
||||
</view>
|
||||
<view class="cont" style="width: 60rpx;" @click="topage(4)">
|
||||
<view class="top">
|
||||
<image src="https://api.ccttiot.com/smartmeter/img/static/ubxoYVnbIK1rk0cfoL3j" mode=""></image>
|
||||
<view class="" style="display: flex;margin-top: 20rpx;">
|
||||
<view class="cont" style="width: 120rpx;" @click="topage(3)">
|
||||
<view class="top">
|
||||
<image src="https://api.ccttiot.com/smartmeter/img/static/uW2T5sbuiMPbPaJp9p2U" mode=""
|
||||
style="width: 58rpx;height: 60rpx;"></image>
|
||||
</view>
|
||||
<view class="bot">收费方式</view>
|
||||
</view>
|
||||
<view class="cont" style="width: 60rpx;" @click="topage(4)">
|
||||
<view class="top">
|
||||
<image src="https://api.ccttiot.com/smartmeter/img/static/ubxoYVnbIK1rk0cfoL3j" mode="">
|
||||
</image>
|
||||
</view>
|
||||
<view class="bot">设置</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="bot">设置</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
<view class="cont_box" style="padding-left: 30rpx;">
|
||||
|
||||
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="button">电费充值</view> -->
|
||||
<!-- <view class="zhanwei" style="width: 100%;height: 300rpx;">
|
||||
|
||||
</view> -->
|
||||
</view>
|
||||
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
@ -151,159 +153,45 @@
|
|||
return {
|
||||
bgc: {
|
||||
backgroundColor: "#F7FAFE",
|
||||
|
||||
|
||||
},
|
||||
ec: {
|
||||
lazyLoad: true
|
||||
},
|
||||
deviceInfo:{},
|
||||
loadings:false,
|
||||
info:'',
|
||||
tittxt:"设备列表",
|
||||
deviceInfo: {},
|
||||
loadings: false,
|
||||
info: '',
|
||||
tittxt: "设备列表",
|
||||
titlist: [
|
||||
"全部",
|
||||
"电表",
|
||||
"水表",
|
||||
|
||||
],
|
||||
curtitidx:0,
|
||||
id:'',
|
||||
timeday:'',
|
||||
|
||||
"全部",
|
||||
"电表",
|
||||
"水表",
|
||||
|
||||
],
|
||||
curtitidx: 0,
|
||||
id: '',
|
||||
timeday: '',
|
||||
imglist: '',
|
||||
token: '',
|
||||
userImgs: '',
|
||||
imgflag: true,
|
||||
}
|
||||
},
|
||||
onLoad(option) {
|
||||
setTimeout(() => {
|
||||
console.log(this.$refs)
|
||||
this.$refs.canvas.init(this.initChart)
|
||||
}, 1000)
|
||||
let id = option.id
|
||||
this.id=id
|
||||
this.id = id
|
||||
this.getDevice(id)
|
||||
},
|
||||
onShow() {
|
||||
setTimeout(() => {
|
||||
this.getDevice(this.id)
|
||||
}, 1000)
|
||||
this.getQiniuToken()
|
||||
},
|
||||
methods: {
|
||||
// initChart(canvas, width, height, canvasDpr) {
|
||||
// let that = this
|
||||
// console.log(canvas, width, height, canvasDpr)
|
||||
// let value = 100;
|
||||
// let value2 = this.deviceInfo.orderAmount
|
||||
// const option = {
|
||||
// // backgroundColor:"#061740",
|
||||
// title: {
|
||||
// show: false,
|
||||
// text: `历史请求满意度`, // 图表标题
|
||||
// x: 'center',
|
||||
// y: '20',
|
||||
// textStyle: {
|
||||
// color: '#333', //'#fff',
|
||||
// fontSize: 20,
|
||||
// },
|
||||
// },
|
||||
// series: [{
|
||||
// type: 'pie', // 饼图类型
|
||||
// radius: ['98%', '70%'], // 饼图半径,第一个值是内半径,第二个值是外半径
|
||||
// silent: true,
|
||||
// clockwise: true,
|
||||
// startAngle: 90, // 起始角度
|
||||
// z: 0,
|
||||
// zlevel: 0,
|
||||
// data: [{
|
||||
// value: value,
|
||||
// name: '占比', // 数据项名称
|
||||
// itemStyle: {
|
||||
// normal: {
|
||||
// color: '#8883F0', // 数据项颜色
|
||||
// },
|
||||
// },
|
||||
// label: {
|
||||
// normal: {
|
||||
// position: 'center',
|
||||
// formatter: ` {a|${value2}}\n\n{b|订单金额}`, // 标签内容格式
|
||||
// rich: {
|
||||
// a: {
|
||||
// fontSize: 15,
|
||||
// fontWeight: '700',
|
||||
// color: '#333',
|
||||
// },
|
||||
// b: {
|
||||
// fontSize: 11,
|
||||
// color: '#888',
|
||||
// },
|
||||
// },
|
||||
// },
|
||||
// },
|
||||
// },
|
||||
// {
|
||||
// value: 100 - value,
|
||||
// name: '',
|
||||
// label: {
|
||||
// normal: {
|
||||
// show: false,
|
||||
// },
|
||||
// },
|
||||
// itemStyle: {
|
||||
// normal: {
|
||||
// color: '#173164',
|
||||
// },
|
||||
// },
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// type: 'gauge', // 仪表盘类型
|
||||
// radius: '130%', // 仪表盘半径,占图表容器的百分比
|
||||
// center: ['50%', '50%'], // 仪表盘中心位置
|
||||
// startAngle: 359,
|
||||
// endAngle: 359.9,
|
||||
// splitNumber: 2, // 刻度分割段数
|
||||
// hoverAnimation: true,
|
||||
// axisTick: {
|
||||
// show: true, // 是否显示刻度线
|
||||
// length: 10, // 刻度线长度
|
||||
// lineStyle: {
|
||||
// color: 'auto',
|
||||
// width: 1,
|
||||
// },
|
||||
// },
|
||||
// splitLine: {
|
||||
// length: 0, // 刻度线分隔线长度
|
||||
// lineStyle: {
|
||||
// width: 1,
|
||||
// color: '#061740',
|
||||
// },
|
||||
// },
|
||||
// axisLabel: {
|
||||
// show: true, // 是否显示刻度标签
|
||||
// },
|
||||
// pointer: {
|
||||
// show: false, // 是否显示指针
|
||||
// },
|
||||
// axisLine: {
|
||||
// lineStyle: {
|
||||
// opacity: 0,
|
||||
// },
|
||||
// },
|
||||
// detail: {
|
||||
// show: false, // 是否显示仪表盘详情
|
||||
// },
|
||||
// data: [{
|
||||
// value: 0,
|
||||
// name: '',
|
||||
// }, ],
|
||||
// },
|
||||
// ],
|
||||
// };
|
||||
// chart = echarts.init(canvas, null, {
|
||||
// width: width,
|
||||
// height: height,
|
||||
// devicePixelRatio: canvasDpr
|
||||
// })
|
||||
// console.log(chart);
|
||||
// // option.series[0].data = that.chartData
|
||||
// canvas.setChart(chart)
|
||||
// chart.setOption(option)
|
||||
// return chart
|
||||
// },
|
||||
async initChart() {
|
||||
let value = 100;
|
||||
let value2 = this.deviceInfo.orderAmount
|
||||
|
@ -425,127 +313,184 @@
|
|||
return chart
|
||||
},
|
||||
|
||||
getQiniuToken() {
|
||||
this.$u.get("/common/qiniu/uploadInfo").then((res) => {
|
||||
if (res.code == 200) {
|
||||
this.token = res.token
|
||||
}
|
||||
});
|
||||
},
|
||||
btnpic() {
|
||||
let _this = this
|
||||
let math = 'static/' + _this.$u.guid(20)
|
||||
uni.chooseImage({
|
||||
count: 1,
|
||||
type: 'all',
|
||||
success(res) {
|
||||
const tempFilePaths = res.tempFiles
|
||||
wx.uploadFile({
|
||||
url: 'https://up-z2.qiniup.com',
|
||||
name: 'file',
|
||||
filePath: tempFilePaths[0].path,
|
||||
formData: {
|
||||
token: _this.token, //后端返回的token
|
||||
key: 'smartmeter/img/' + math
|
||||
},
|
||||
success: function(res) {
|
||||
let str = JSON.parse(res.data)
|
||||
_this.userImgs = 'https://api.ccttiot.com/' + str.key
|
||||
_this.imglist = _this.userImgs
|
||||
let data = {
|
||||
deviceId: _this.id,
|
||||
customPicture: _this.imglist
|
||||
}
|
||||
_this.putdevice(data)
|
||||
// setTimeout(()=>{
|
||||
// this.imglist = ''
|
||||
// _this.getDevice(_this.id)
|
||||
// },1000)
|
||||
}
|
||||
});
|
||||
}
|
||||
})
|
||||
},
|
||||
putdevice(data) {
|
||||
this.$u.put('/app/device', data).then((res) => {
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
title: '修改成功',
|
||||
icon: 'none',
|
||||
duration: 2000
|
||||
})
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
// 获取设备详情
|
||||
getDevice(id){
|
||||
this.$u.get("/app/device/"+id).then((res) => {
|
||||
// this.$forceUpdate()
|
||||
getDevice(id) {
|
||||
this.$u.get("/app/device/" + id).then((res) => {
|
||||
// this.$forceUpdate()
|
||||
if (res.code == 200) {
|
||||
this.deviceInfo=res.data
|
||||
|
||||
let expireTimeStr = this.deviceInfo.expireTime
|
||||
let expireTimeParts = expireTimeStr.split(" ");
|
||||
let expireDateParts = expireTimeParts[0].split("-");
|
||||
let expireTimePartsTime = expireTimeParts[1].split(":");
|
||||
let expireDate = new Date(expireDateParts[0], expireDateParts[1]-1, expireDateParts[2], expireTimePartsTime[0], expireTimePartsTime[1], expireTimePartsTime[2]); // 注意月份是从0开始的,所以要减1
|
||||
let now = new Date();
|
||||
let differenceInMs = expireDate - now;
|
||||
if(differenceInMs <= 0){
|
||||
this.timeday = 0
|
||||
}else{
|
||||
this.timeday = Math.abs(Math.floor(differenceInMs / (1000 * 60)));
|
||||
}
|
||||
|
||||
|
||||
this.loadings=true
|
||||
this.initChart()
|
||||
this.deviceInfo = res.data
|
||||
if (res.data.customPicture != '自定义图片路径') {
|
||||
this.imglist = res.data.customPicture
|
||||
} else {
|
||||
this.imglist = res.data.picture
|
||||
}
|
||||
let expireTimeStr = this.deviceInfo.expireTime
|
||||
let expireTimeParts = expireTimeStr.split(" ");
|
||||
let expireDateParts = expireTimeParts[0].split("-");
|
||||
let expireTimePartsTime = expireTimeParts[1].split(":");
|
||||
let expireDate = new Date(expireDateParts[0], expireDateParts[1] - 1, expireDateParts[2],
|
||||
expireTimePartsTime[0], expireTimePartsTime[1], expireTimePartsTime[2]
|
||||
); // 注意月份是从0开始的,所以要减1
|
||||
let now = new Date();
|
||||
let differenceInMs = expireDate - now;
|
||||
if (differenceInMs <= 0) {
|
||||
this.timeday = 0
|
||||
} else {
|
||||
this.timeday = Math.abs(Math.floor(differenceInMs / (1000 * 60)));
|
||||
}
|
||||
this.loadings = true
|
||||
this.initChart()
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
},
|
||||
opendevice(){
|
||||
let stause=0
|
||||
if(this.deviceInfo.powerStatus==1){
|
||||
stause= 0
|
||||
}else{
|
||||
stause=1
|
||||
opendevice() {
|
||||
let stause = 0
|
||||
if (this.deviceInfo.powerStatus == 1) {
|
||||
stause = 0
|
||||
} else {
|
||||
stause = 1
|
||||
}
|
||||
console.log(stause,'stausestause');
|
||||
this.$u.put(`/app/device/${this.deviceInfo.deviceId}/changePower?status=`+stause).then((res) => {
|
||||
// this.$forceUpdate()
|
||||
console.log(stause, 'stausestause');
|
||||
this.$u.put(`/app/device/${this.deviceInfo.deviceId}/changePower?status=` + stause).then((res) => {
|
||||
// this.$forceUpdate()
|
||||
if (res.code == 200) {
|
||||
// this.groupList=res.rows
|
||||
setTimeout(()=>{
|
||||
this.getDevice(this.id)
|
||||
},2000)
|
||||
|
||||
// this.loadings=true
|
||||
// this.initChart()
|
||||
}else{
|
||||
// this.groupList=res.rows
|
||||
setTimeout(() => {
|
||||
this.getDevice(this.id)
|
||||
}, 2000)
|
||||
|
||||
// this.loadings=true
|
||||
// this.initChart()
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.msg,
|
||||
icon: 'none'
|
||||
title: res.msg,
|
||||
icon: 'none'
|
||||
});
|
||||
}
|
||||
});
|
||||
},
|
||||
opendevices(){
|
||||
|
||||
opendevices() {
|
||||
|
||||
},
|
||||
swiperchange(e){
|
||||
this.curtitidx=e.detail.current
|
||||
console.log(e,'aaaa');
|
||||
swiperchange(e) {
|
||||
this.curtitidx = e.detail.current
|
||||
console.log(e, 'aaaa');
|
||||
},
|
||||
changeidx(index){
|
||||
this.curtitidx=index
|
||||
changeidx(index) {
|
||||
this.curtitidx = index
|
||||
},
|
||||
|
||||
toydfx(){
|
||||
|
||||
toydfx() {
|
||||
uni.navigateTo({
|
||||
url:"/page_components/eletj?id="+this.id
|
||||
url: "/page_components/eletj?id=" + this.id
|
||||
})
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
// 其他部分 点击进行跳转
|
||||
topage(num){
|
||||
if(num == 0){
|
||||
topage(num) {
|
||||
if (num == 0) {
|
||||
uni.navigateTo({ //抄表
|
||||
url:'/page_user/cbRecord?id='+this.id
|
||||
url: '/page_user/cbRecord?id=' + this.id
|
||||
})
|
||||
}else if(num == 1){
|
||||
} else if (num == 1) {
|
||||
//归零
|
||||
this.$u.put(`/app/device/${this.id}/reset`).then((res) => {
|
||||
if (res.code == 200) {
|
||||
console.log(res.data);
|
||||
uni.showToast({
|
||||
title: res.data,
|
||||
icon: 'none',
|
||||
duration: 2000
|
||||
});
|
||||
this.getDevice(this.id)
|
||||
}else if(res.msg == '设备剩余时间不足,无需归零'){
|
||||
uni.showToast({
|
||||
title: '设备剩余时间不足,无需归零',
|
||||
icon: 'none',
|
||||
duration: 2000
|
||||
});
|
||||
this.getDevice(this.id)
|
||||
}
|
||||
})
|
||||
|
||||
}else if(num == 2){ //异常
|
||||
uni.navigateTo({
|
||||
url:'/page_fenbao/statulist/fault/yichang/index'
|
||||
this.$u.put(`/app/device/${this.id}/reset`).then((res) => {
|
||||
if (res.code == 200) {
|
||||
console.log(res.data);
|
||||
uni.showToast({
|
||||
title: res.data,
|
||||
icon: 'none',
|
||||
duration: 2000
|
||||
});
|
||||
this.getDevice(this.id)
|
||||
} else if (res.msg == '设备剩余时间不足,无需归零') {
|
||||
uni.showToast({
|
||||
title: '设备剩余时间不足,无需归零',
|
||||
icon: 'none',
|
||||
duration: 2000
|
||||
});
|
||||
this.getDevice(this.id)
|
||||
}
|
||||
})
|
||||
}else if(num == 3){
|
||||
|
||||
uni.navigateTo({
|
||||
url:"/page_fenbao/statulist/taocanlist/index?id="+this.id
|
||||
})
|
||||
}else if(num == 4){ //设置
|
||||
|
||||
} else if (num == 2) { //异常
|
||||
uni.navigateTo({
|
||||
url:'/page_user/setting?id='+this.id
|
||||
url: '/page_fenbao/statulist/fault/yichang/index'
|
||||
})
|
||||
} else if (num == 3) {
|
||||
|
||||
uni.navigateTo({
|
||||
url: "/page_fenbao/statulist/taocanlist/index?id=" + this.id
|
||||
})
|
||||
} else if (num == 4) { //设置
|
||||
uni.navigateTo({
|
||||
url: '/page_user/setting?id=' + this.id
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
page {
|
||||
background-color: #F7FAFE;
|
||||
background-color: #F7FAFE;
|
||||
}
|
||||
|
||||
.page {
|
||||
|
@ -651,10 +596,12 @@
|
|||
.bot_left {
|
||||
width: 210rpx;
|
||||
height: 180rpx;
|
||||
margin-right: 34rpx;
|
||||
margin-right: 34rpx;
|
||||
|
||||
.echarts {
|
||||
// width: 210rpx;
|
||||
height: 200rpx;
|
||||
|
||||
.uni-ec-canvas {
|
||||
width: 100%;
|
||||
height: 100rpx !important;
|
||||
|
@ -712,7 +659,7 @@
|
|||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: space-around;
|
||||
|
||||
|
||||
|
||||
.cont {
|
||||
width: 25%;
|
||||
|
@ -720,7 +667,8 @@
|
|||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
text-align: center;
|
||||
|
||||
.top {
|
||||
width: 110rpx;
|
||||
font-size: 32rpx;
|
||||
|
@ -749,6 +697,7 @@
|
|||
box-shadow: 0rpx 16rpx 40rpx 0rpx rgba(53, 140, 255, 0.1);
|
||||
border-radius: 28rpx;
|
||||
padding-bottom: 20rpx;
|
||||
|
||||
.tit {
|
||||
margin-left: 40rpx;
|
||||
|
||||
|
@ -766,9 +715,11 @@
|
|||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: space-around;
|
||||
.cont:last-child{
|
||||
|
||||
.cont:last-child {
|
||||
margin-right: 0rpx;
|
||||
}
|
||||
|
||||
.cont {
|
||||
width: 112rpx;
|
||||
display: flex;
|
||||
|
@ -776,6 +727,7 @@
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-right: 80rpx;
|
||||
|
||||
.top {
|
||||
image {
|
||||
width: 56rpx;
|
||||
|
@ -812,7 +764,7 @@
|
|||
color: #FFFFFF;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
</style>
|
|
@ -45,7 +45,6 @@
|
|||
<view class="txt">
|
||||
{{listobj.deviceNo}}
|
||||
</view>
|
||||
<!-- <view class="iconfont icon-xiangyou1"></view> -->
|
||||
</view>
|
||||
</view>
|
||||
<view class="li">
|
||||
|
@ -56,7 +55,6 @@
|
|||
<view class="txt">
|
||||
{{listobj.model}}
|
||||
</view>
|
||||
<!-- <view class="iconfont icon-xiangyou1"></view> -->
|
||||
</view>
|
||||
</view>
|
||||
<view class="li">
|
||||
|
@ -67,7 +65,6 @@
|
|||
<view class="txt">
|
||||
{{listobj.wifi}}
|
||||
</view>
|
||||
<!-- <view class="iconfont icon-xiangyou1"></view> -->
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
@ -150,7 +147,7 @@
|
|||
<view class="btn2" @click="close()">
|
||||
取消
|
||||
</view>
|
||||
<view class="btn1" @click="sub(2)">
|
||||
<view class="btn1" @click="sub(3)">
|
||||
确定
|
||||
</view>
|
||||
</view>
|
||||
|
@ -195,18 +192,23 @@
|
|||
price: '',
|
||||
showpeice: false,
|
||||
showremake: false,
|
||||
listobj: {},
|
||||
listobj: {
|
||||
deviceName:'',
|
||||
storeName:'',
|
||||
deviceNo:'',
|
||||
model:'',
|
||||
wifi:'',
|
||||
},
|
||||
showmc:false,
|
||||
pagenum: 1,
|
||||
wateringList: [],
|
||||
pagesize: 10, // 一页多少数据
|
||||
isLoading: false, // 是否正在加载数据
|
||||
noMoreData: false, // 是否没有更多数据
|
||||
pagesize: 10,
|
||||
isLoading: false,
|
||||
noMoreData: false,
|
||||
total: 0
|
||||
}
|
||||
},
|
||||
onLoad(option) {
|
||||
|
||||
let id = option.id
|
||||
this.id = id
|
||||
this.getDevice(id)
|
||||
|
@ -221,26 +223,29 @@
|
|||
this.showshop = true
|
||||
},
|
||||
confirms(e){
|
||||
console.log(e[0].label);
|
||||
console.log(e);
|
||||
let data = {
|
||||
deviceId: this.id,
|
||||
storeId:e[0].value
|
||||
}
|
||||
this.getlistobj(this.id)
|
||||
this.putdevice(data)
|
||||
setTimeout(()=>{
|
||||
this.getlistobj(this.id)
|
||||
},1000)
|
||||
},
|
||||
|
||||
gettanc(){
|
||||
this.$u.get('/app/store/list?pageNum=' + this.pagenum + '&pageSize=' + this.pagesize).then((res) => {
|
||||
this.$u.get('/app/store/listCount').then((res) => {
|
||||
if (res.code == 200) {
|
||||
this.total = res.total
|
||||
if (res.rows.length > 0) {
|
||||
if (res.data.length > 0) {
|
||||
// 有数据,追加到列表
|
||||
let arr = res.rows.map(row => ({
|
||||
let arr = res.data.map(row => ({
|
||||
value: row.storeId, // 将storeId赋值给value
|
||||
label: row.name // 将name赋值给label
|
||||
}));
|
||||
this.wateringList = this.wateringList.concat(arr)
|
||||
this.wateringList = this.wateringList.slice(1)
|
||||
this.pagenum++
|
||||
console.log(this.wateringList);
|
||||
} else {
|
||||
|
@ -266,7 +271,6 @@
|
|||
},
|
||||
|
||||
changeGp(item) {
|
||||
console.log(item, 'changeGp');
|
||||
let data = {
|
||||
deviceId: this.id,
|
||||
groupId: item.groupId
|
||||
|
@ -298,12 +302,25 @@
|
|||
} else if (num == 2) {
|
||||
let data = {
|
||||
deviceId: this.id,
|
||||
price: this.price
|
||||
price: this.price,
|
||||
}
|
||||
this.showpopup = false
|
||||
this.showpeice = false
|
||||
this.showmc = false
|
||||
this.putdevice(data)
|
||||
}else if(num == 3){
|
||||
console.log(this.xgname);
|
||||
let data = {
|
||||
deviceId: this.id,
|
||||
deviceName: this.xgname,
|
||||
}
|
||||
this.showpopup = false
|
||||
this.showpeice = false
|
||||
this.showmc = false
|
||||
this.putdevice(data)
|
||||
setTimeout(()=>{
|
||||
this.getlistobj(this.id)
|
||||
},1000)
|
||||
}
|
||||
},
|
||||
deldevice() {
|
||||
|
@ -375,10 +392,10 @@
|
|||
|
||||
},
|
||||
getgroup() {
|
||||
this.$u.get("/app/store/list").then((res) => {
|
||||
this.$u.get("/app/store/listCount").then((res) => {
|
||||
// this.$forceUpdate()
|
||||
if (res.code == 200) {
|
||||
this.groupList = res.rows
|
||||
this.groupList = res.data
|
||||
|
||||
// this.loadings=true
|
||||
// this.initChart()
|
||||
|
@ -409,7 +426,6 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
// padding: 40rpx;
|
||||
width: 550rpx;
|
||||
height: 400rpx;
|
||||
border-radius: 20rpx;
|
||||
|
@ -427,7 +443,6 @@
|
|||
margin-top: 60rpx;
|
||||
width: 80%;
|
||||
|
||||
// width: 60%;
|
||||
.u-input::placeholder {
|
||||
font-size: 20px;
|
||||
color: red;
|
||||
|
@ -445,11 +460,6 @@
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 50%;
|
||||
// justify-content: center;
|
||||
|
||||
// width: 200rpx;
|
||||
// height: 70rpx;
|
||||
// border-radius: 20rpx;
|
||||
font-size: 32rpx;
|
||||
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
|
||||
font-weight: 400;
|
||||
|
@ -462,11 +472,6 @@
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 50%;
|
||||
// justify-content: center;
|
||||
|
||||
// width: 200rpx;
|
||||
// height: 70rpx;
|
||||
// border-radius: 20rpx;
|
||||
font-size: 32rpx;
|
||||
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
|
||||
font-weight: 400;
|
||||
|
@ -482,7 +487,6 @@
|
|||
padding: 16rpx 38rpx;
|
||||
margin: 60rpx auto 0;
|
||||
width: 654rpx;
|
||||
// height: 734rpx;
|
||||
background: #FFFFFF;
|
||||
border-radius: 30rpx;
|
||||
box-shadow: 0rpx 16rpx 40rpx 0rpx rgba(42, 130, 228, 0.1);
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
onLoad() {
|
||||
this.getdevice()
|
||||
},
|
||||
methods: {
|
||||
methods: {
|
||||
confirm(e){
|
||||
console.log(e,'eeeeeeeeee');
|
||||
let type =e[0].value
|
||||
|
@ -88,7 +88,6 @@
|
|||
this.$u.get("/app/device/tenant").then((res) => {
|
||||
this.deviceList = res.rows
|
||||
// uni.setStorageSync('deviceId', this.deviceInfo.deviceId);
|
||||
|
||||
});
|
||||
},
|
||||
changedefort(item){
|
||||
|
|
|
@ -1,53 +1,46 @@
|
|||
<template>
|
||||
<view>
|
||||
<u-navbar :is-back="true" title='上传' title-color="#000" :border-bottom="false" :background="true"
|
||||
id="navbar">
|
||||
<u-navbar :is-back="true" title='上传' title-color="#000" :border-bottom="false" :background="true" id="navbar">
|
||||
</u-navbar>
|
||||
<!-- 111 -->
|
||||
<button @click="btn()">上传图片</button>
|
||||
<view style="width: 750rpx;height: 750rpx;">
|
||||
<image :src="item" v-for="(item,index) in imglist" :key="index" style="width: 750rpx;height: 750rpx;"></image>
|
||||
<image :src="item" v-for="(item,index) in imglist" :key="index" style="width: 750rpx;height: 750rpx;">
|
||||
</image>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
imglist:[],
|
||||
token: '',
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
this.getQiniuToken()
|
||||
},
|
||||
methods:{
|
||||
btn(){
|
||||
let _this=this
|
||||
let math='static/'+_this.$u.guid(20)
|
||||
uni.chooseMessageFile({
|
||||
count: 10,
|
||||
type: 'all',
|
||||
success (res) {
|
||||
// tempFilePath可以作为img标签的src属性显示图片
|
||||
const tempFilePaths = res.tempFiles
|
||||
// let tempFilePaths = chooseImageRes.tempFilePaths;
|
||||
// console.log(tempFilePaths)
|
||||
// tempFilePaths.forEach(item=>{
|
||||
// // 上传图片到七牛云
|
||||
|
||||
// })
|
||||
data() {
|
||||
return {
|
||||
imglist: [],
|
||||
token: '',
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
this.getQiniuToken()
|
||||
},
|
||||
methods: {
|
||||
btn() {
|
||||
let _this = this
|
||||
let math = 'static/' + _this.$u.guid(20)
|
||||
uni.chooseMessageFile({
|
||||
count: 10,
|
||||
type: 'all',
|
||||
success(res) {
|
||||
const tempFilePaths = res.tempFiles
|
||||
wx.uploadFile({
|
||||
url: 'https://up-z2.qiniup.com',
|
||||
url: 'https://up-z2.qiniup.com',
|
||||
name: 'file',
|
||||
filePath: tempFilePaths[0].path,
|
||||
formData: {
|
||||
token: _this.token, //后端返回的token
|
||||
key:'smartmeter/img/'+math
|
||||
key: 'smartmeter/img/' + math
|
||||
},
|
||||
success: function(res) {
|
||||
console.log(res,'resres');
|
||||
console.log(res, 'resres');
|
||||
let str = JSON.parse(res.data)
|
||||
console.log(str.key)
|
||||
_this.userImgs = 'https://api.ccttiot.com/' + str.key
|
||||
|
@ -55,54 +48,19 @@
|
|||
_this.imglist.push(_this.userImgs)
|
||||
}
|
||||
});
|
||||
}
|
||||
})
|
||||
// uni.chooseFile({
|
||||
// success: (chooseImageRes) => {
|
||||
// let tempFilePaths = chooseImageRes.tempFilePaths;
|
||||
// console.log(tempFilePaths)
|
||||
// tempFilePaths.forEach(item=>{
|
||||
// // 上传图片到七牛云
|
||||
// wx.uploadFile({
|
||||
// url: 'https://saxn40pko.hn-bkt.clouddn.com',
|
||||
// name: 'file',
|
||||
// filePath: item,
|
||||
// formData: {
|
||||
// token: _this.token, //后端返回的token
|
||||
// key:'yasiimg/web/'+math
|
||||
// },
|
||||
// success: function(res) {
|
||||
|
||||
// let str = JSON.parse(res.data)
|
||||
// // console.log(str.key)
|
||||
// // _this.userImgs = 'https://file.langsi.online/' + str.key+'.pdf'
|
||||
// console.log(_this.userImgs)
|
||||
// _this.imglist.push(_this.userImgs)
|
||||
// }
|
||||
// });
|
||||
// })
|
||||
|
||||
|
||||
// }
|
||||
// });
|
||||
},
|
||||
// 获取上传七牛云token
|
||||
getQiniuToken() {
|
||||
this.$u.get("/common/qiniu/uploadInfo").then((res) => {
|
||||
if (res.code == 200) {
|
||||
this.token=res.token
|
||||
}
|
||||
});
|
||||
// this.$u.get('https://v2.ielts.langsi.online/file/getToken').then(res => {
|
||||
// console.log(res.data);
|
||||
// this.token = res.data.token
|
||||
// }).catch(err => {
|
||||
// console.log(err)
|
||||
// })
|
||||
|
||||
},
|
||||
}
|
||||
}
|
||||
})
|
||||
},
|
||||
// 获取上传七牛云token
|
||||
getQiniuToken() {
|
||||
this.$u.get("/common/qiniu/uploadInfo").then((res) => {
|
||||
if (res.code == 200) {
|
||||
this.token = res.token
|
||||
}
|
||||
});
|
||||
},
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<view class="txt">
|
||||
{{userinfo.phonenumber}}
|
||||
</view>
|
||||
<view class="iconfont icon-xiangyou1"></view>
|
||||
<!-- <view class="iconfont icon-xiangyou1"></view> -->
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
|
|
@ -136,7 +136,7 @@ export default {
|
|||
uni.showModal({
|
||||
title: '温馨提示',
|
||||
// content: `连接成功路由器【${options.data.ssid}】`,
|
||||
content: `连接成功路由器`,
|
||||
content: `连接成功`,
|
||||
showCancel: false,
|
||||
success: function (res) {
|
||||
// let ids = that.$store.state.user.deviceId
|
||||
|
|
|
@ -193,11 +193,13 @@
|
|||
|
||||
},
|
||||
onShow() {
|
||||
this.wateringList = []
|
||||
this.pagenum = 1
|
||||
this.logins();
|
||||
this.getgroup();
|
||||
this.deviceId=uni.getStorageSync('deviceIds');
|
||||
this.name=uni.getStorageSync('name');
|
||||
console.log(this.deviceId,'aaa',this.name);
|
||||
// console.log(this.deviceId,'aaa',this.name);
|
||||
let that = this; // 将外部的 this 绑定到 that 上
|
||||
|
||||
setTimeout(() => {
|
||||
|
@ -325,7 +327,7 @@
|
|||
this.groupList = []
|
||||
this.groupLists = res.data
|
||||
this.groupList = res.data.filter(item => {
|
||||
return item.isDefault === true;
|
||||
return item.name === '全部';
|
||||
})
|
||||
this.titlist = this.groupList[0].name
|
||||
this.storeId = this.groupList[0].storeId
|
||||
|
@ -334,21 +336,39 @@
|
|||
});
|
||||
},
|
||||
getlist(){
|
||||
this.$u.get(`/app/device/listByStore/${this.storeId}?pageNum=${this.pagenum}&pageSize=${this.pagesize}`).then((res) => {
|
||||
if (res.code == 200) {
|
||||
this.total = res.total
|
||||
this.wateringList = []
|
||||
if (res.rows.length > 0) {
|
||||
// 有数据,追加到列表
|
||||
this.wateringList = this.wateringList.concat(res.rows)
|
||||
this.pagenum++
|
||||
} else {
|
||||
// 没有更多数据
|
||||
this.noMoreData = true;
|
||||
if(this.storeId == null){
|
||||
this.$u.get(`/app/device/list?pageNum=${this.pagenum}&pageSize=${this.pagesize}`).then((res) => {
|
||||
if (res.code == 200) {
|
||||
this.total = res.total
|
||||
// this.wateringList = []
|
||||
if (res.rows.length > 0) {
|
||||
// 有数据,追加到列表
|
||||
this.wateringList = this.wateringList.concat(res.rows)
|
||||
this.pagenum++
|
||||
} else {
|
||||
// 没有更多数据
|
||||
this.noMoreData = true;
|
||||
}
|
||||
this.isLoading = false;
|
||||
}
|
||||
this.isLoading = false;
|
||||
}
|
||||
})
|
||||
})
|
||||
}else{
|
||||
this.$u.get(`/app/device/list?storeId=${this.storeId}&pageNum=${this.pagenum}&pageSize=${this.pagesize}`).then((res) => {
|
||||
if (res.code == 200) {
|
||||
this.total = res.total
|
||||
// this.wateringList = []
|
||||
if (res.rows.length > 0) {
|
||||
// 有数据,追加到列表
|
||||
this.wateringList = this.wateringList.concat(res.rows)
|
||||
this.pagenum++
|
||||
} else {
|
||||
// 没有更多数据
|
||||
this.noMoreData = true;
|
||||
}
|
||||
this.isLoading = false;
|
||||
}
|
||||
})
|
||||
}
|
||||
},
|
||||
onReachBottom() {
|
||||
let sum = this.total / this.pagesize
|
||||
|
@ -370,30 +390,49 @@
|
|||
if (item == 1) {
|
||||
this.getDeviceList()
|
||||
} else {
|
||||
this.pagenum = 1
|
||||
this.wateringList = []
|
||||
this.titlist = item.name
|
||||
this.$u.get(`/app/device/listByStore/${item.storeId}?pageNum=${this.pagenum}&pageSize=${this.pagesize}`).then((res) => {
|
||||
if (res.code == 200) {
|
||||
this.total = res.total
|
||||
if (res.rows.length > 0) {
|
||||
// 有数据,追加到列表
|
||||
this.wateringList = this.wateringList.concat(res.rows)
|
||||
this.pagenum++
|
||||
} else {
|
||||
// 没有更多数据
|
||||
this.noMoreData = true;
|
||||
if(item.storeId == null){
|
||||
this.pagenum = 1
|
||||
this.wateringList = []
|
||||
this.titlist = item.name
|
||||
this.$u.get(`/app/device/list?pageNum=${this.pagenum}&pageSize=${this.pagesize}`).then((res) => {
|
||||
if (res.code == 200) {
|
||||
this.total = res.total
|
||||
if (res.rows.length > 0) {
|
||||
// 有数据,追加到列表
|
||||
this.wateringList = this.wateringList.concat(res.rows)
|
||||
this.pagenum++
|
||||
} else {
|
||||
// 没有更多数据
|
||||
this.noMoreData = true;
|
||||
}
|
||||
this.isLoading = false;
|
||||
}
|
||||
this.isLoading = false;
|
||||
}
|
||||
});
|
||||
this.$u.put(`/app/store/${item.storeId}/setDefault`).then((res) => {
|
||||
if (res.code == 200) {
|
||||
|
||||
}
|
||||
});
|
||||
});
|
||||
}else{
|
||||
this.pagenum = 1
|
||||
this.wateringList = []
|
||||
this.titlist = item.name
|
||||
this.$u.get(`/app/device/list?storeId=${item.storeId}&pageNum=${this.pagenum}&pageSize=${this.pagesize}`).then((res) => {
|
||||
if (res.code == 200) {
|
||||
this.total = res.total
|
||||
if (res.rows.length > 0) {
|
||||
// 有数据,追加到列表
|
||||
this.wateringList = this.wateringList.concat(res.rows)
|
||||
this.pagenum++
|
||||
} else {
|
||||
// 没有更多数据
|
||||
this.noMoreData = true;
|
||||
}
|
||||
this.isLoading = false;
|
||||
}
|
||||
});
|
||||
// this.$u.put(`/app/store/${item.storeId}/setDefault`).then((res) => {
|
||||
// if (res.code == 200) {
|
||||
|
||||
// }
|
||||
// })
|
||||
}
|
||||
}
|
||||
|
||||
},
|
||||
tosetpage() {
|
||||
this.showfz = false
|
||||
|
@ -1120,7 +1159,7 @@
|
|||
flex-wrap: wrap;
|
||||
align-items: baseline;
|
||||
justify-content: center;
|
||||
// height: 100%;
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
|
||||
|
|
|
@ -10,13 +10,13 @@
|
|||
<view class="ditu">
|
||||
<view class="dtxs">
|
||||
<map class='map' :latitude="latitude" :longitude="longitude" @markertap="handleMarkerClick"
|
||||
:show-location="true" :markers="covers" />
|
||||
:show-location="true" :markers="covers"/>
|
||||
</view>
|
||||
<view class="fujin">
|
||||
<image src="https://api.ccttiot.com/smartmeter/img/static/u7HPhEwbIJqbLRpImBON" mode="" @click="btnindex(5)"></image>
|
||||
<image src="https://api.ccttiot.com/smartmeter/img/static/uGVN2tOaCq2hiWKy1cYl" mode="" @click="btnindex(6)" v-if="isMch"></image>
|
||||
<image src="https://api.ccttiot.com/smartmeter/img/static/uzSmYNgLYJRMEmo4TWyA" mode="" @click="btnindex(7)"
|
||||
style="width: 58rpx;height: 58rpx;position: fixed;top: 900rpx;right: 60rpx;"></image>
|
||||
style="width: 58rpx;height: 58rpx;position: fixed;top: 940rpx;right: 60rpx;"></image>
|
||||
</view>
|
||||
<view class="tubiao">
|
||||
<view class="gr" @click="btnindex(1)">
|
||||
|
@ -37,7 +37,7 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="guangg">
|
||||
<image src="https://api.ccttiot.com/smartmeter/img/static/ujp0aRbvLeHbgB0l4hXe" mode=""></image>
|
||||
<image :src="imgad" mode=""></image>
|
||||
</view>
|
||||
<view class="saoma" @click="scanQRCode">
|
||||
<view>
|
||||
|
@ -68,16 +68,18 @@
|
|||
covers: [], // 覆盖物数组
|
||||
jinweidu: '',
|
||||
userType: '',
|
||||
isMch: false
|
||||
isMch: false,
|
||||
imgad:''
|
||||
};
|
||||
},
|
||||
onLoad() {
|
||||
// this.initOtherCovers(); // 初始化其他覆盖物
|
||||
|
||||
|
||||
|
||||
},
|
||||
onShow() {
|
||||
this.logins();
|
||||
this.getad()
|
||||
},
|
||||
methods: {
|
||||
|
||||
|
@ -104,7 +106,13 @@
|
|||
// });
|
||||
},
|
||||
|
||||
|
||||
getad(){
|
||||
this.$u.get("/app/ad").then((res) => {
|
||||
if (res.code == 200) {
|
||||
this.imgad = res.data.picture
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
|
||||
btnindex(num) {
|
||||
|
@ -112,8 +120,6 @@
|
|||
uni.navigateTo({
|
||||
url: '/page_fenbao/statulist/question/index'
|
||||
})
|
||||
|
||||
|
||||
} else if (num == 3) {
|
||||
uni.navigateTo({
|
||||
url: '/page_fenbao/statulist/about/index'
|
||||
|
@ -159,8 +165,8 @@
|
|||
id: parseFloat(item.storeId),
|
||||
latitude: item.lat,
|
||||
longitude: item.lng,
|
||||
width: 30,
|
||||
height: 40,
|
||||
width: 25,
|
||||
height: 30,
|
||||
iconPath: 'https://api.ccttiot.com/smartmeter/img/static/uZXgsJE6hXbRSwbKILB4' // 你可以为每个店铺指定不同的图标
|
||||
};
|
||||
this.covers.push(shopCover); // 将店铺覆盖物添加到数组中
|
||||
|
@ -458,7 +464,9 @@
|
|||
}
|
||||
|
||||
.guangg {
|
||||
|
||||
image {
|
||||
border-radius: 30rpx;
|
||||
width: 680rpx;
|
||||
height: 238rpx;
|
||||
}
|
||||
|
@ -506,7 +514,7 @@
|
|||
|
||||
.fujin {
|
||||
position: fixed;
|
||||
top: 900rpx;
|
||||
top: 940rpx;
|
||||
padding-left: 30rpx;
|
||||
|
||||
image {
|
||||
|
|
Loading…
Reference in New Issue
Block a user