aaa
This commit is contained in:
parent
e0cc3c7cf4
commit
1db163f689
|
@ -20,8 +20,8 @@ const install = (Vue, vm) => {
|
||||||
// },
|
// },
|
||||||
// });
|
// });
|
||||||
Vue.prototype.$u.http.setConfig({
|
Vue.prototype.$u.http.setConfig({
|
||||||
baseUrl: 'http://192.168.2.143:10002',
|
// baseUrl: 'http://192.168.2.143:10002',
|
||||||
// baseUrl: 'https://kg.chuantewulian.cn/prod-api',
|
baseUrl: 'https://kg.chuantewulian.cn/prod-api',
|
||||||
loadingText: '努力加载中~',
|
loadingText: '努力加载中~',
|
||||||
loadingTime: 1000,
|
loadingTime: 1000,
|
||||||
// 设置自定义头部content-type
|
// 设置自定义头部content-type
|
||||||
|
@ -108,20 +108,19 @@ const install = (Vue, vm) => {
|
||||||
if (res.code) {
|
if (res.code) {
|
||||||
console.log('登录!', res);
|
console.log('登录!', res);
|
||||||
let data = {
|
let data = {
|
||||||
wxOpenId: res.code,
|
loginCode: res.code,
|
||||||
|
}
|
||||||
};
|
|
||||||
vm.$u.post('/app/auth/wxLogin',data).then(res=>{
|
vm.$u.post('/app/auth/wxLogin',data).then(res=>{
|
||||||
if (res.code == 10003) {
|
if (res.code == 10003) {
|
||||||
uni.navigateTo({
|
// uni.navigateTo({
|
||||||
url:'/pages/login/login'
|
// url:'/pages/login/login'
|
||||||
})
|
// })
|
||||||
|
|
||||||
} else if (res.code == 200) {
|
} else if (res.code == 200) {
|
||||||
// console.log("老用户登录",res.data)
|
// console.log("老用户登录",res.data)
|
||||||
uni.switchTab({
|
// uni.switchTab({
|
||||||
url:'/pages/index/index'
|
// url:'/pages/index/index'
|
||||||
})
|
// })
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
<view class="bot_right">
|
<view class="bot_right">
|
||||||
<view class="cont" style="text-align: center;">
|
<view class="cont" style="text-align: center;">
|
||||||
<view class="txt">
|
<view class="txt">
|
||||||
剩余时长:{{ setMode == null ? timeday : setMode}}
|
剩余时长:{{ setMode == null ? timeday : setMode}} 分钟
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -625,7 +625,7 @@
|
||||||
// flex-wrap: nowrap;
|
// flex-wrap: nowrap;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding-left: 80rpx;
|
padding-left: 210rpx;
|
||||||
padding-right: 80rpx;
|
padding-right: 80rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
@ -654,7 +654,7 @@
|
||||||
// flex-wrap: nowrap;
|
// flex-wrap: nowrap;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding-left: 45rpx;
|
padding-left: 220rpx;
|
||||||
padding-right: 80rpx;
|
padding-right: 80rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
.cont {
|
.cont {
|
||||||
|
|
|
@ -372,6 +372,7 @@
|
||||||
clearInterval(this.timer);
|
clearInterval(this.timer);
|
||||||
that.timer = null;
|
that.timer = null;
|
||||||
}
|
}
|
||||||
|
that.$u.put(`/app/bill/${that.orderno}/refreshPayResult`).then(res => {})
|
||||||
// 支付成功逻辑
|
// 支付成功逻辑
|
||||||
uni.reLaunch({
|
uni.reLaunch({
|
||||||
url: '/pages/shouye/index'
|
url: '/pages/shouye/index'
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
height='50'></u-navbar>
|
height='50'></u-navbar>
|
||||||
<view class="box">
|
<view class="box">
|
||||||
<view class="title">
|
<view class="title">
|
||||||
{{listobj.title}}
|
{{listobj.title == undefined ? '' : listobj.title}}
|
||||||
</view>
|
</view>
|
||||||
<view class="cont" v-html="listobj.content">
|
<view class="cont" v-html="listobj.content">
|
||||||
|
|
||||||
|
@ -58,7 +58,8 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
.box{
|
.box{
|
||||||
width: 750rpx;
|
width: 750rpx;
|
||||||
height: 1440rpx;
|
height: 90vh;
|
||||||
|
overflow: scroll;
|
||||||
background: #F4F5F7;
|
background: #F4F5F7;
|
||||||
border-radius: 0rpx 0rpx 0rpx 0rpx;
|
border-radius: 0rpx 0rpx 0rpx 0rpx;
|
||||||
padding: 40rpx;
|
padding: 40rpx;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
height='50'></u-navbar>
|
height='50'></u-navbar>
|
||||||
<view class="box">
|
<view class="box">
|
||||||
<view class="title">
|
<view class="title">
|
||||||
{{obj.title}}
|
{{obj.title == undefined ? '' : obj.title}}
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="js" v-html="obj.content">
|
<view class="js" v-html="obj.content">
|
||||||
|
|
|
@ -343,7 +343,7 @@
|
||||||
}
|
}
|
||||||
.listxq{
|
.listxq{
|
||||||
width: 680rpx;
|
width: 680rpx;
|
||||||
height: 760rpx;
|
height: 780rpx;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
height='50'></u-navbar>
|
height='50'></u-navbar>
|
||||||
<view class="box">
|
<view class="box">
|
||||||
<view class="title">
|
<view class="title">
|
||||||
{{listobj.title}}
|
{{listobj.title == undefined ? '' : listobj.title}}
|
||||||
</view>
|
</view>
|
||||||
<view class="cont">
|
<view class="cont">
|
||||||
{{listobj.content}}
|
{{listobj.content}}
|
||||||
|
|
|
@ -66,7 +66,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="cont" style="text-align: center;">
|
<view class="cont" style="text-align: center;">
|
||||||
<view class="tit">
|
<view class="tit">
|
||||||
{{ setMode == null ? timeday : setMode}}
|
{{ setMode == null ? timeday : setMode}} 分钟
|
||||||
<!-- sb:{{setMode}} -->
|
<!-- sb:{{setMode}} -->
|
||||||
</view>
|
</view>
|
||||||
<view class="txt">
|
<view class="txt">
|
||||||
|
@ -81,21 +81,21 @@
|
||||||
<view class="tit">其他</view>
|
<view class="tit">其他</view>
|
||||||
<view class="cont_box" style="display: block;">
|
<view class="cont_box" style="display: block;">
|
||||||
<view class="" style="display: flex;">
|
<view class="" style="display: flex;">
|
||||||
<view class="cont" style="width: 120rpx;margin-right: 50rpx;" @click="topage(0)">
|
<view class="cont" @click="topage(0)">
|
||||||
<view class="top">
|
<view class="top">
|
||||||
<image src="https://api.ccttiot.com/smartmeter/img/static/uKrpw3p37UHW56IypPJU" mode=""
|
<image src="https://api.ccttiot.com/smartmeter/img/static/uKrpw3p37UHW56IypPJU" mode=""
|
||||||
style="width: 58rpx;height: 56rpx;"></image>
|
style="width: 58rpx;height: 56rpx;"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="bot">充值记录</view>
|
<view class="bot">充值记录</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cont" style="width: 60rpx;" @click="topage(1)">
|
<view class="cont" @click="topage(1)">
|
||||||
<view class="top">
|
<view class="top">
|
||||||
<image src="https://api.ccttiot.com/smartmeter/img/static/uaS4iFmD786AtBt2tKFs" mode=""
|
<image src="https://api.ccttiot.com/smartmeter/img/static/uaS4iFmD786AtBt2tKFs" mode=""
|
||||||
style="width: 58rpx;height: 58rpx;"></image>
|
style="width: 58rpx;height: 58rpx;"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="bot">归零</view>
|
<view class="bot">归零</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cont" style="width: 60rpx;" @click="topage(2)">
|
<view class="cont" @click="topage(2)">
|
||||||
<view class="top">
|
<view class="top">
|
||||||
<image src="https://api.ccttiot.com/smartmeter/img/static/ue0X00T1C3fh7TCgjopm" mode=""
|
<image src="https://api.ccttiot.com/smartmeter/img/static/ue0X00T1C3fh7TCgjopm" mode=""
|
||||||
style="width: 58rpx;height: 60rpx;"></image>
|
style="width: 58rpx;height: 60rpx;"></image>
|
||||||
|
@ -109,7 +109,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="bot">用电分析</view>
|
<view class="bot">用电分析</view>
|
||||||
</view> -->
|
</view> -->
|
||||||
<view class="cont" style="width: 120rpx;" @click="topage(6)">
|
<view class="cont" @click="topage(6)">
|
||||||
<view class="top">
|
<view class="top">
|
||||||
<image src="https://api.ccttiot.com/smartmeter/img/static/uAnBmmayp3tVGwXntdaM" mode=""></image>
|
<image src="https://api.ccttiot.com/smartmeter/img/static/uAnBmmayp3tVGwXntdaM" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
|
@ -117,23 +117,23 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="" style="display: flex;margin-top: 20rpx;">
|
<view class="" style="display: flex;margin-top: 20rpx;">
|
||||||
<view class="cont" style="width: 120rpx;margin-right: 50rpx;" @click="topage(3)">
|
<view class="cont" @click="topage(3)">
|
||||||
<view class="top">
|
<view class="top">
|
||||||
<image src="https://api.ccttiot.com/smartmeter/img/static/umjPUc8nDKf1JwVqRAeb" mode=""
|
<image src="https://api.ccttiot.com/smartmeter/img/static/umjPUc8nDKf1JwVqRAeb" mode=""
|
||||||
style="width: 58rpx;height: 60rpx;"></image>
|
style="width: 58rpx;height: 60rpx;"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="bot">收费方式</view>
|
<view class="bot">收费方式</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cont" style="width: 66rpx;" @click="topage(4)">
|
<view class="cont" @click="topage(4)">
|
||||||
<view class="top">
|
<view class="top">
|
||||||
<image src="https://api.ccttiot.com/smartmeter/img/static/u2Uco0iXf8aure0H2ihz" mode="">
|
<image src="https://api.ccttiot.com/smartmeter/img/static/u2Uco0iXf8aure0H2ihz" mode="">
|
||||||
</image>
|
</image>
|
||||||
</view>
|
</view>
|
||||||
<view class="bot">设置</view>
|
<view class="bot">设置</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cont" style="width: 60rpx;" @click="topage(5)">
|
<view class="cont" @click="topage(5)">
|
||||||
<view class="top">
|
<view class="top">
|
||||||
<image src="https://api.ccttiot.com/smartmeter/img/static/uXdBHA7pzOv2LYL7stJp" mode="">
|
<image src="https://api.ccttiot.com/smartmeter/img/static/uXdBHA7pzOv2LYL7stJp" mode="">
|
||||||
</image>
|
</image>
|
||||||
</view>
|
</view>
|
||||||
<view class="bot">配网</view>
|
<view class="bot">配网</view>
|
||||||
|
@ -150,7 +150,7 @@
|
||||||
|
|
||||||
<view class="tanc" v-if="vipflag">
|
<view class="tanc" v-if="vipflag">
|
||||||
<view class="tit">请输入您需要充值的时长(分钟)</view>
|
<view class="tit">请输入您需要充值的时长(分钟)</view>
|
||||||
<input type="text" v-model="cztime" />
|
<input type="number" :focus="focus" v-model="cztime" />
|
||||||
<view class="xian"></view>
|
<view class="xian"></view>
|
||||||
<view class="anniu">
|
<view class="anniu">
|
||||||
<text @click="btnqx">取消</text> <text style="border-left: 1px solid #D8D8D8;color: #8883F0;"
|
<text @click="btnqx">取消</text> <text style="border-left: 1px solid #D8D8D8;color: #8883F0;"
|
||||||
|
@ -191,6 +191,7 @@
|
||||||
],
|
],
|
||||||
curtitidx: 0,
|
curtitidx: 0,
|
||||||
id: '',
|
id: '',
|
||||||
|
focus:false,
|
||||||
timeday: '',
|
timeday: '',
|
||||||
imglist: '',
|
imglist: '',
|
||||||
token: '',
|
token: '',
|
||||||
|
@ -549,11 +550,11 @@
|
||||||
duration: 2000
|
duration: 2000
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
uni.showToast({
|
// uni.showToast({
|
||||||
title: res.msg,
|
// title: res.msg,
|
||||||
icon: 'none',
|
// icon: 'none',
|
||||||
duration: 2000
|
// duration: 2000
|
||||||
});
|
// });
|
||||||
// uni.navigateBack()
|
// uni.navigateBack()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
@ -605,8 +606,9 @@
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}else if(num == 6){
|
}else if (num == 6){
|
||||||
this.vipflag = true
|
this.vipflag = true
|
||||||
|
this.focus = true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
trueje(){
|
trueje(){
|
||||||
|
@ -1094,7 +1096,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
.top {
|
.top {
|
||||||
width: 110rpx;
|
width: 100%;
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
|
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
@ -1145,12 +1147,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.cont {
|
.cont {
|
||||||
width: 112rpx;
|
width: 25%;
|
||||||
display: flex;
|
text-align: center;
|
||||||
flex-wrap: wrap;
|
// display: flex;
|
||||||
align-items: center;
|
// flex-wrap: wrap;
|
||||||
justify-content: center;
|
// align-items: center;
|
||||||
margin-right: 80rpx;
|
// justify-content: center;
|
||||||
|
// margin-right: 80rpx;
|
||||||
|
|
||||||
.top {
|
.top {
|
||||||
image {
|
image {
|
||||||
|
|
|
@ -499,8 +499,8 @@
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
|
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #FFFFFF;
|
color: #000;
|
||||||
background-color: #2A82E4;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn1 {
|
.btn1 {
|
||||||
|
@ -511,8 +511,8 @@
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
|
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #000;
|
color: #fff;
|
||||||
background-color: #fff;
|
background-color: #8883f0;
|
||||||
border: 1rpx solid #ccc;
|
border: 1rpx solid #ccc;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -100,14 +100,14 @@
|
||||||
<view class="sta_txt" v-if="item.status==1" style="color:seagreen;">
|
<view class="sta_txt" v-if="item.status==1" style="color:seagreen;">
|
||||||
空闲
|
空闲
|
||||||
</view>
|
</view>
|
||||||
<view @click="sremakes(item)" v-if="item.storeId == null" class="dianpu" style="border: 1px solid #8883F0;padding: 5rpx;box-sizing: border-box;width: 200rpx;border-radius: 20rpx;color: #8883F0;text-align: center;margin-left: 20rpx;">
|
<view @click="sremakes(item)" v-if="item.storeId == null" class="dianpu" style="border: 1px solid #8883F0;padding: 5rpx;box-sizing: border-box;width: 180rpx;border-radius: 20rpx;color: #8883F0;text-align: center;margin-left: 20rpx;">
|
||||||
未分配店铺
|
未分配店铺
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="card_left_no" @click="todetail(item.deviceId)">
|
<view class="card_left_no" @click="todetail(item.deviceId)">
|
||||||
S/N码:{{item.deviceNo}}
|
S/N码:{{item.deviceNo}}
|
||||||
</view>
|
</view>
|
||||||
<view v-if="curtitidx==0" style="color: #ccc;margin-top: 20rpx;">
|
<view v-if="curtitidx==0" style="color: #ccc;margin-top: 20rpx;" @click="todetail(item.deviceId)">
|
||||||
归属店铺: {{item.storeName == null ? '--' : item.storeName}}
|
归属店铺: {{item.storeName == null ? '--' : item.storeName}}
|
||||||
</view>
|
</view>
|
||||||
<!-- <view @click="sremakes(item)" v-else class="dianpu" style="border: 1px solid #8883F0;padding: 5rpx;box-sizing: border-box;width: 200rpx;border-radius: 20rpx;color: #8883F0;text-align: center;margin-top: 20rpx;">
|
<!-- <view @click="sremakes(item)" v-else class="dianpu" style="border: 1px solid #8883F0;padding: 5rpx;box-sizing: border-box;width: 200rpx;border-radius: 20rpx;color: #8883F0;text-align: center;margin-top: 20rpx;">
|
||||||
|
|
|
@ -106,7 +106,7 @@
|
||||||
if(this.id == 1){
|
if(this.id == 1){
|
||||||
uni.navigateBack()
|
uni.navigateBack()
|
||||||
}else{
|
}else{
|
||||||
uni.navigateTo({
|
uni.reLaunch({
|
||||||
url: '/pages/shouye/index'
|
url: '/pages/shouye/index'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
@ -114,7 +114,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
btnbudl(){
|
btnbudl(){
|
||||||
uni.navigateTo({
|
uni.reLaunch({
|
||||||
url: '/pages/shouye/index'
|
url: '/pages/shouye/index'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 正在进行中的订单 -->
|
<!-- 正在进行中的订单 -->
|
||||||
<view class="ongoing_order">
|
<view class="ongoing_order" v-if="sylist.length > 0">
|
||||||
<view class="order_top">
|
<view class="order_top">
|
||||||
<view class="order_lt">
|
<view class="order_lt">
|
||||||
<image src="https://api.ccttiot.com/smartmeter/img/static/uFNuOet0fB5Bwe1c26sk" mode=""></image>
|
<image src="https://api.ccttiot.com/smartmeter/img/static/uFNuOet0fB5Bwe1c26sk" mode=""></image>
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
<image @click="btnorder" v-if="!listflag" src="https://api.ccttiot.com/smartmeter/img/static/ublEB3HEjyfZbnKS2Ai9" mode=""></image>
|
<image @click="btnorder" v-if="!listflag" src="https://api.ccttiot.com/smartmeter/img/static/ublEB3HEjyfZbnKS2Ai9" mode=""></image>
|
||||||
<image @click="btnorders" v-if="listflag" style="transform: rotate(180deg);margin-top: 20rpx;" src="https://api.ccttiot.com/smartmeter/img/static/ublEB3HEjyfZbnKS2Ai9" mode=""></image>
|
<image @click="btnorders" v-if="listflag" style="transform: rotate(180deg);margin-top: 20rpx;" src="https://api.ccttiot.com/smartmeter/img/static/ublEB3HEjyfZbnKS2Ai9" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="order_list" v-for="(item,index) in sylist" :key="index" v-if="listflag" @click="btnitem">
|
<view class="order_list" v-for="(item,index) in sylist" :key="index" v-if="listflag" @click="btnitem(item.deviceId)">
|
||||||
<text>{{item.deviceName}}</text> <image src="https://api.ccttiot.com/smartmeter/img/static/uZoBXJ0MLrGUSBFk5lGp" mode=""></image>
|
<text>{{item.deviceName}}</text> <image src="https://api.ccttiot.com/smartmeter/img/static/uZoBXJ0MLrGUSBFk5lGp" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -29,31 +29,33 @@
|
||||||
<view class="fujin">
|
<view class="fujin">
|
||||||
<image src="https://api.ccttiot.com/smartmeter/img/static/uqv3e5ThWL8DqrRNBfoA" mode=""
|
<image src="https://api.ccttiot.com/smartmeter/img/static/uqv3e5ThWL8DqrRNBfoA" mode=""
|
||||||
@click="btnindex(5)"></image>
|
@click="btnindex(5)"></image>
|
||||||
<image src="https://api.ccttiot.com/smartmeter/img/static/u7yxUJZqgPzESeI4tmiz" mode=""
|
<!-- <image src="https://api.ccttiot.com/smartmeter/img/static/u7yxUJZqgPzESeI4tmiz" mode=""
|
||||||
@click="btnindex(6)" v-if="deviceCount > 0"></image>
|
@click="btnindex(6)" v-if="deviceCount > 0"></image> -->
|
||||||
<image @click="onControltap" style="width: 76rpx;height: 76rpx;position: absolute;right: 40rpx;"
|
<image @click="onControltap" style="width: 76rpx;height: 76rpx;position: absolute;right: 40rpx;"
|
||||||
src="https://api.ccttiot.com/smartmeter/img/static/uOS9p7Sy1K9WpVQgD3b9" mode=""></image>
|
src="https://api.ccttiot.com/smartmeter/img/static/uOS9p7Sy1K9WpVQgD3b9" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="tubiao">
|
<view class="tubiao">
|
||||||
<view class="gr" @click="btnindex(1)">
|
<view class="gr" @click="btnindex(1)">
|
||||||
<image src="https://api.ccttiot.com/smartmeter/img/static/uJBKoGWpRH2lM1NpQU0I" mode=""
|
<image src="https://api.ccttiot.com/smartmeter/img/static/uJBKoGWpRH2lM1NpQU0I" mode=""
|
||||||
style="width: 96rpx;height:98rpx;"></image>
|
style="width: 96rpx;height:94rpx;"></image>
|
||||||
<!-- 个人中心 -->
|
<!-- 个人中心 -->
|
||||||
</view>
|
</view>
|
||||||
<view class="gr" @click="btnindex(2)">
|
<view class="gr" @click="btnindex(2)">
|
||||||
<image src="https://api.ccttiot.com/smartmeter/img/static/u8rWtdPtHabALkII23Zr" mode=""
|
<image src="https://api.ccttiot.com/smartmeter/img/static/u8rWtdPtHabALkII23Zr" mode=""
|
||||||
style="width: 96rpx;height:102rpx;"></image>
|
style="width: 96rpx;height:94rpx;"></image>
|
||||||
<!-- 我的订单 -->
|
<!-- 我的订单 -->
|
||||||
</view>
|
</view>
|
||||||
<view class="gr" @click="btnindex(3)">
|
<view class="gr" @click="btnindex(3)">
|
||||||
<image src="https://api.ccttiot.com/smartmeter/img/static/uphoDfOVnT6VEyj6glfF" mode=""
|
<image src="https://api.ccttiot.com/smartmeter/img/static/uphoDfOVnT6VEyj6glfF" mode=""
|
||||||
style="width: 96rpx;height:98rpx;"></image>
|
style="width: 96rpx;height:94rpx;"></image>
|
||||||
<!-- 附近门店 -->
|
<!-- 附近门店 -->
|
||||||
</view>
|
</view>
|
||||||
<view class="gr" @click="btnindex(4)">
|
<view class="gr" @click="btnindex(4)" v-if="isMch == false">
|
||||||
<image src="https://api.ccttiot.com/smartmeter/img/static/uBN46m7mPVlbbPth80FC" mode=""
|
<image src="https://api.ccttiot.com/smartmeter/img/static/uBN46m7mPVlbbPth80FC" mode=""
|
||||||
style="width: 96rpx;height:94rpx;"></image>
|
style="width: 96rpx;height:94rpx;"></image>
|
||||||
<!-- 联系客服 -->
|
</view>
|
||||||
|
<view class="gr" @click="btnindex(6)" v-else>
|
||||||
|
<image src="https://api.ccttiot.com/smartmeter/img/static/u3NDAI21OIGQH0Exdmdd" mode="" style="width: 96rpx;height:94rpx;"></image>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="guangg" @click="btnad">
|
<view class="guangg" @click="btnad">
|
||||||
|
@ -215,9 +217,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
btnitem(){
|
btnitem(deviceId){
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url:'/page_components/eletj'
|
url:'/page_components/eletj?id=' + deviceId
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
// 点击显示使用中设备
|
// 点击显示使用中设备
|
||||||
|
|
Loading…
Reference in New Issue
Block a user