diff --git a/page_components/fuwu/index.vue b/page_components/fuwu/index.vue
index 1c18085..43742c5 100644
--- a/page_components/fuwu/index.vue
+++ b/page_components/fuwu/index.vue
@@ -36,7 +36,7 @@
该设备还剩余时长:{{expireTimeStr}}分钟
- {{item.description}}
+ {{item.description == null ? '无' : item.description}}
联系客服:2562356565
@@ -46,7 +46,7 @@
我已同意
- 《用户服务协议》
+ 《用户服务协议》
立即支付
@@ -210,7 +210,9 @@
/deep/ .u-title {
padding-bottom: 22rpx;
}
-
+ /deep/ .u-checkbox__label{
+ margin-right: 0 !important;
+ }
// /deep/ .u-icon__icon{
// padding-bottom: 41rpx;
// }
@@ -288,7 +290,7 @@
.title {
margin-top: 40rpx;
padding-left: 32rpx;
- font-weight: 500;
+ font-weight: 600;
font-size: 40rpx;
color: #383838;
margin-bottom: 30rpx;
@@ -311,6 +313,8 @@
text {
color: #638DFF;
+ height: 50rpx;
+ line-height: 50rpx;
}
.zf {
diff --git a/page_components/wifilist/index.vue b/page_components/wifilist/index.vue
index 963470c..5fe41d8 100644
--- a/page_components/wifilist/index.vue
+++ b/page_components/wifilist/index.vue
@@ -1,7 +1,9 @@
+
-
+
WIFI选择
@@ -18,19 +20,23 @@
@@ -40,12 +46,16 @@
{{item.BSSID}}
-
+
- 下一步
- 手动输入WIFI
+
+ 手动输入WIFI
+ 下一步
+
+
@@ -83,7 +93,10 @@
videoflag: false, //视频flag
ssid: '', //wifi名称
signalStrengthflag: false,
- objlist: {}
+ objlist: {},
+ bgc: {
+ backgroundColor: "#8883f0",
+ },
};
},
@@ -128,7 +141,6 @@
}
that.signalStrengthflag = true
that.list = that.wifiList
- console.log(that.list, '1010'); //在这里提取列表数据
});
},
fail: function(err) {
@@ -150,7 +162,7 @@
onLoad: function(option) {
// 传过来的蓝牙信息
this.objlist = option
- console.log(this.objlist,'listlist')
+ console.log(this.objlist, 'listlist')
var that = this
wx.startWifi({
success: function() {
@@ -211,7 +223,7 @@
},
// 点击进行下一步
btnxyb() {
- console.log('panduan1',this.indexs);
+ console.log('panduan1', this.indexs);
if (this.indexs == -1) {
uni.showToast({
title: '请选择需要连接的wifi',
@@ -221,14 +233,16 @@
} else {
console.log('panduan2');
uni.navigateTo({
- url: '/page_user/wifijoint/index?ssid=' + JSON.stringify(this.ssid) + '&objlist=' + JSON.stringify(this.objlist)
+ url: '/page_user/wifijoint/index?ssid=' + JSON.stringify(this.ssid) + '&objlist=' + JSON
+ .stringify(this.objlist)
})
}
},
btnsd() {
this.ssid = ''
uni.navigateTo({
- url: '/page_user/wifijoint/index?objlist=' + JSON.stringify(this.objlist) + '&ssid=' + JSON.stringify(this.ssid)
+ url: '/page_user/wifijoint/index?objlist=' + JSON.stringify(this.objlist) + '&ssid=' + JSON
+ .stringify(this.ssid)
})
},
@@ -263,51 +277,34 @@
}
li {
-
- // width: 8rpx;
- // position: absolute;
- // bottom: 0;
- // border-radius: 10px;
- // background: rgba(0, 0, 0, .5);
image {
display: inline-block;
margin-top: 10rpx;
- // padding-left: 30rpx;
- // box-sizing: border-box;
width: 50rpx;
height: 46rpx;
}
}
-
- // ul li:nth-child(1) {
- // height: 10rpx;
- // left: 0px;
- // }
-
- // ul li:nth-child(2) {
- // height: 20rpx;
- // left: 10px;
- // }
-
- // ul li:nth-child(3) {
- // height: 30rpx;
- // left: 20px;
- // }
-
- // ul li:nth-child(4) {
- // height: 40rpx;
- // left: 30px;
- // }
-
- // ul li:nth-child(5) {
- // height: 50rpx;
- // left: 40px;
- // }
-
- // ul li:nth-child(6) {
- // height: 60rpx;
- // left: 50px;
- // }
+ .annius{
+ position: fixed;
+ align-items: center;
+ left: 50%;
+ transform: translateX(-50%);
+ bottom: 50rpx;
+ border-radius: 52rpx 52rpx 52rpx 52rpx;
+ font-weight: 700;
+ font-size: 20px;
+ width: 90%;
+ view{
+ color: #FFFFFF;
+ height: 96rpx;
+ border-radius: 30rpx;
+ line-height: 96rpx;
+ box-sizing: border-box;
+ width: 44%;
+ background-color: #8883F0 !important;
+ text-align: center;
+ }
+ }
@@ -482,7 +479,7 @@
padding: 10rpx 0;
height: 96rpx;
box-sizing: border-box;
- background-color: #8883F0 !important;
+ background-color: #8883F0 !important;
border-radius: 52rpx 52rpx 52rpx 52rpx;
font-weight: 700;
font-size: 20px;
@@ -501,7 +498,7 @@
height: 96rpx;
padding: 10rpx 0;
box-sizing: border-box;
- background-color: #8883F0 !important;
+ background-color: #8883F0 !important;
border-radius: 52rpx 52rpx 52rpx 52rpx;
font-weight: 700;
font-size: 20px;
diff --git a/page_fenbao/device/index.vue b/page_fenbao/device/index.vue
index ef85776..9c17ff0 100644
--- a/page_fenbao/device/index.vue
+++ b/page_fenbao/device/index.vue
@@ -1,6 +1,6 @@
-
设备列表
@@ -14,7 +14,7 @@
- 智能开关
+ 智能开关
MAC:{{item.localName.substring(6)}}
@@ -76,7 +76,10 @@
gps: {},
mac: '',
status: false,
- storeId:''
+ storeId:'',
+ bgc: {
+ backgroundColor: "#8883f0",
+ },
}
},
onLoad(option) {
@@ -140,24 +143,16 @@
case xBlufi.XBLUFI_TYPE.TYPE_GET_DEVICE_LISTS:
if (options.result) {
let devicesarr = options.data
- console.log(devicesarr,100100);
+ // console.log(devicesarr,100100);
devicesarr.forEach(device => {
const mac = device.name.substring(6);
-
if (device.name.substring(0, 4) == "CTKG") {
- // this.$u.get(`/app/device/${mac}/isBind`, data).then((res) => {
- // if (res.data == false) {
this.devicesList.push(device);
console.log(this.devicesList);
let uniqueDevicesList = Array.from(new Set(this.devicesList));
-
// 将去重后的数组重新赋值给 this.devicesList
this.devicesList = uniqueDevicesList;
- // }
- // })
-
}
-
});
}
break;
@@ -314,28 +309,6 @@
console.error('获取位置信息失败:', error);
that.gps.lat = 0;
that.gps.lon = 0;
- // that.$u.put(`/app/device/bind/${that.mac}`, that.gps).then((res) => {
- // if (res.code == 200) {
- // uni.showToast({
- // title: '绑定成功',
- // icon: 'none',
- // duration: 2000
- // });
- // uni.removeStorageSync('mac');
- // // setTimeout(()=>{
- // // uni.switchTab({
- // // url:'/pages/index/index'
- // // })
- // // },)
- // } else {
- // // setTimeout(()=>{
- // // uni.switchTab({
- // // url:'/pages/index/index'
- // // })
- // // },)
- // }
- // })
- // 在这里处理获取位置信息失败的情况
}
})
@@ -420,7 +393,7 @@
.title {
margin-bottom: 84rpx;
-
+ margin-top: 50rpx;
image {
display: inline-block;
width: 48rpx;
diff --git a/page_fenbao/device/wifivideo.vue b/page_fenbao/device/wifivideo.vue
index 92a428a..5ce7530 100644
--- a/page_fenbao/device/wifivideo.vue
+++ b/page_fenbao/device/wifivideo.vue
@@ -1,6 +1,6 @@
-
IOS WIFI连接教程
系统检测到您为苹果手机需进wiFi设置页获取最新WIFI后返回
@@ -18,7 +18,10 @@
options: '',
deviceId: '',
name: '',
- videosrc:'https://lxnapi.ccttiot.com/FjAFeRSQNx3FUuU6eH61dHAconzA'
+ videosrc:'https://lxnapi.ccttiot.com/FjAFeRSQNx3FUuU6eH61dHAconzA',
+ bgc: {
+ backgroundColor: "#8883f0",
+ },
}
},
onLoad(option) {
@@ -42,10 +45,10 @@
padding: 0 20rpx;
box-sizing: border-box;
padding-top: 50rpx;
- padding-bottom: 30rpx;
+ // padding-bottom: 30rpx;
.title {
- font-size: 80rpx;
+ font-size: 60rpx;
color: #666;
}
@@ -53,34 +56,28 @@
color: #666;
display: block;
font-size: 34rpx;
- margin-top: 30rpx;
+ margin-top: 10rpx;
}
.wifivideo {
// width: 100%;
- margin-top: 30rpx;
+ margin-top: 10rpx;
width: 100%;
height: 63vh;
padding-bottom: 56.25%;
- position: relative;
+ text-align: center;
+ // position: relative;
video {
- // width: 100%;
- // height: 90vh;
border-radius: 20rpx;
- position: absolute;
- width: 100%;
- height: 100%;
+ // position: absolute;
+ width: 90%;
+ height: 63vh;
object-fit: cover;
}
}
}
button {
- // position: fixed;
- // left: 50%;
- // transform: translateX(-50%);
- // bottom: 50rpx;
- //margin-top: -100rpx;
padding: 10rpx 0;
box-sizing: border-box;
background-color: #8883F0;
diff --git a/page_fenbao/statulist/fault/index.vue b/page_fenbao/statulist/fault/index.vue
index 4e01c50..dd0a31d 100644
--- a/page_fenbao/statulist/fault/index.vue
+++ b/page_fenbao/statulist/fault/index.vue
@@ -21,11 +21,10 @@
上报时间 {{item.createTime}}
-
-
+
- 暂无更多故障记录...
+ 暂无更多故障记录...
diff --git a/page_fenbao/statulist/myorder/index.vue b/page_fenbao/statulist/myorder/index.vue
index dd2973a..be18226 100644
--- a/page_fenbao/statulist/myorder/index.vue
+++ b/page_fenbao/statulist/myorder/index.vue
@@ -37,10 +37,10 @@
-
-
+
- 暂无更多订单记录...
+ 暂无更多订单记录...
diff --git a/page_fenbao/statulist/myshop/editshop/index.vue b/page_fenbao/statulist/myshop/editshop/index.vue
index 932ae07..bc5457b 100644
--- a/page_fenbao/statulist/myshop/editshop/index.vue
+++ b/page_fenbao/statulist/myshop/editshop/index.vue
@@ -79,7 +79,7 @@
-
+
diff --git a/page_fenbao/statulist/myshop/index.vue b/page_fenbao/statulist/myshop/index.vue
index 7212c59..16fcfaf 100644
--- a/page_fenbao/statulist/myshop/index.vue
+++ b/page_fenbao/statulist/myshop/index.vue
@@ -45,11 +45,10 @@
-
-
+
- 暂无更多店铺...
+ 暂无更多店铺...
diff --git a/page_fenbao/statulist/myshop/shebeilist/index.vue b/page_fenbao/statulist/myshop/shebeilist/index.vue
index c5c38ac..81cb981 100644
--- a/page_fenbao/statulist/myshop/shebeilist/index.vue
+++ b/page_fenbao/statulist/myshop/shebeilist/index.vue
@@ -37,11 +37,10 @@
-
-
+
- 该店铺暂无设备...
+ 暂无更多设备...
diff --git a/page_fenbao/statulist/myshop/shopxx/index.vue b/page_fenbao/statulist/myshop/shopxx/index.vue
index ac77991..46a375e 100644
--- a/page_fenbao/statulist/myshop/shopxx/index.vue
+++ b/page_fenbao/statulist/myshop/shopxx/index.vue
@@ -16,7 +16,7 @@
营业时间
+ style="display: flex;justify-content: space-between;padding: 15rpx 20rpx;box-sizing: border-box;">
{{ksyy}}
--
@@ -79,7 +79,7 @@
-
+
diff --git a/page_fenbao/statulist/nearby/index.vue b/page_fenbao/statulist/nearby/index.vue
index 336b48d..0e259d4 100644
--- a/page_fenbao/statulist/nearby/index.vue
+++ b/page_fenbao/statulist/nearby/index.vue
@@ -3,7 +3,6 @@
-
@@ -152,7 +151,7 @@
// },
onControltap(control) {
this.setMapScale()
-
+
// uni.createMapContext("map", this).moveToLocation({
// longitude: this.longitude,
// latitude: this.latitude,
@@ -367,7 +366,8 @@
bottom: 37vh;
left: 30rpx;
z-index: 99;
- width: 100%;
+ width: 100%;
+
image {
width: 210rpx;
height: 74rpx !important;
diff --git a/page_fenbao/statulist/question/index.vue b/page_fenbao/statulist/question/index.vue
index 0863468..54844b7 100644
--- a/page_fenbao/statulist/question/index.vue
+++ b/page_fenbao/statulist/question/index.vue
@@ -153,10 +153,10 @@
.list {
width: 680rpx;
- height: 654rpx;
+ height: 640rpx;
background: #FFFFFF;
margin-top: 46rpx;
- border-radius: 20rpx;
+ border-radius: 15rpx;
padding: 10rpx 32rpx;
box-sizing: border-box;
overflow: hidden;
@@ -187,7 +187,7 @@
vertical-align: middle;
margin-right: 10rpx;
}
-
+ margin-top: 20rpx;
width: 100%;
text-align: center;
font-weight: 500;
diff --git a/page_fenbao/statulist/taocanlist/index.vue b/page_fenbao/statulist/taocanlist/index.vue
index 38959e5..b3209c3 100644
--- a/page_fenbao/statulist/taocanlist/index.vue
+++ b/page_fenbao/statulist/taocanlist/index.vue
@@ -3,7 +3,7 @@
-
+
{{item.name}}({{item.value}}分钟) ¥{{item.price}}
@@ -38,7 +38,10 @@
backgroundColor: '#dd524d'
}
}],
- deviceId:''
+ deviceId:'',
+ bgc: {
+ backgroundColor: "#8883f0",
+ },
};
},
onLoad(option) {
@@ -65,7 +68,6 @@
},
click(item) {
- console.log(item);
this.$u.delete(`/app/suit/${item.suitId}`).then((res) => {
if (res.code == 200) {
this.$u.toast(`删除成功`);
@@ -75,7 +77,7 @@
},
open(index) {
- // this.list[index].show = true;
+ this.list[index].show = true
this.list.map((val, idx) => {
if (index != idx) this.list[idx].show = false;
})
@@ -97,15 +99,12 @@
padding-bottom: 22rpx;
}
page {
- background: linear-gradient(180deg, #8883F0 0%, rgba(255, 255, 255, 0) 100%);
+ background: #F4F5F7;
}
.page {
width: 750rpx;
- position: fixed;
- top: 0;
- left: 0;
-
+ padding-bottom: 400rpx;
.box {
width: 750rpx;
height: 1440rpx;
diff --git a/page_user/cbRecord.vue b/page_user/cbRecord.vue
index c55f9c8..0d535da 100644
--- a/page_user/cbRecord.vue
+++ b/page_user/cbRecord.vue
@@ -107,6 +107,7 @@
padding-bottom: 22rpx;
}
page {
+ background: #F4F5F7;
// background: linear-gradient(180deg, #8883F0 0%, rgba(255, 255, 255, 0) 100%);
}
diff --git a/page_user/mapditu/index.vue b/page_user/mapditu/index.vue
index 3ed3ff5..31fc80c 100644
--- a/page_user/mapditu/index.vue
+++ b/page_user/mapditu/index.vue
@@ -1,22 +1,26 @@
-
-
-
-
+
+
+
+
-
-
+
+
- 扫一扫
+
+ 扫一扫
-
-
+
+
@@ -27,10 +31,12 @@
{{listobj.name}}
- {{listobj.address}}
+
+ {{listobj.address}}
- 共享时间:{{listobj.businessTimeStart}}-{{listobj.businessTimeEnd}} {{listobj.availableDeviceCount}}台可共享
+ 共享时间:{{listobj.businessTimeStart}}-{{listobj.businessTimeEnd}} {{listobj.availableDeviceCount}}台可共享
@@ -44,14 +50,16 @@
- 到这去
+ 到这去
- 扫一扫
+ 扫一扫
-
+
@@ -62,14 +70,14 @@
latitude: '', // 初始纬度
longitude: '', // 初始经度
covers: [], // 覆盖物数组
- index:1,
- falga:true,
- falgb:false,
- storeId:'',
- listobj:{},
- mapname:'',
- mapaddress:'',
- isMch:'',
+ index: 1,
+ falga: true,
+ falgb: false,
+ storeId: '',
+ listobj: {},
+ mapname: '',
+ mapaddress: '',
+ isMch: '',
bgc: {
backgroundColor: " #8883F0",
},
@@ -81,7 +89,7 @@
},
onLoad(option) {
this.storeId = option.markerId
- if(option.markerId){
+ if (option.markerId) {
this.falga = false
this.falgb = true
}
@@ -111,9 +119,8 @@
},
fail: (error) => {
console.error('获取地图缩放级别失败:', error);
- // 额外的错误处理逻辑...
},
- });
+ })
},
addMarkersWithoutLabels() {
this.listmap.forEach((item) => {
@@ -123,7 +130,7 @@
longitude: item.lng,
width: 25,
height: 30,
- iconPath: 'https://api.ccttiot.com/smartmeter/img/static/uZXgsJE6hXbRSwbKILB4',
+ iconPath: 'https://api.ccttiot.com/smartmeter/img/static/uZXgsJE6hXbRSwbKILB4',
};
this.covers.push(shopCover);
});
@@ -139,7 +146,7 @@
iconPath: 'https://api.ccttiot.com/smartmeter/img/static/uZXgsJE6hXbRSwbKILB4',
label: {
content: item.name,
- anchorX:this.calculateAnchorX(item.name),
+ anchorX: this.calculateAnchorX(item.name),
fontWeight: 700,
color: '#8883F0',
textShadow: '2px 2px 0px white, -2px -2px 0px white, 2px -2px 0px white, -2px 2px 0px white',
@@ -148,23 +155,22 @@
this.covers.push(shopCover);
});
},
- calculateAnchorX(name) {
- let chineseLength = 0;
- let englishLength = 0;
- for (let i = 0; i < name.length; i++) {
- const charCode = name.charCodeAt(i);
- // 判断是否为中文字符(这里简化了判断,只考虑了基本的中文字符范围)
- if (charCode >= 0x4e00 && charCode <= 0x9fa5) {
- chineseLength++;
- } else if (/[a-zA-Z]/.test(name[i])) { // 判断是否为英文字符
- englishLength = englishLength+0.3; // 英文长度加1,但视为两个中文字符长度
- // console.log(englishLength);
- }
- }
- const totalLength = chineseLength + englishLength * 2; // 总长度(以中文字符为单位)
- return -totalLength * 6.5; // 假设每个中文字符对应的 anchorX 偏移是 -7
+ calculateAnchorX(name) {
+ let chineseLength = 0;
+ let englishLength = 0;
+ for (let i = 0; i < name.length; i++) {
+ const charCode = name.charCodeAt(i);
+ // 判断是否为中文字符(这里简化了判断,只考虑了基本的中文字符范围)
+ if (charCode >= 0x4e00 && charCode <= 0x9fa5) {
+ chineseLength++;
+ } else if (/[a-zA-Z]/.test(name[i])) { // 判断是否为英文字符
+ englishLength = englishLength + 0.3; // 英文长度加0.3,但视为两个中文字符长度
+ }
+ }
+ const totalLength = chineseLength + englishLength * 2; // 总长度(以中文字符为单位)
+ return -totalLength * 6.5; // 假设每个中文字符对应的 anchorX 偏移是 -6.5
},
-
+
scanQRCode() {
uni.scanCode({
onlyFromCamera: true,
@@ -180,8 +186,8 @@
let sceneValue = res.result
let decodedValue = decodeURIComponent(sceneValue);
let id = getQueryParam(decodedValue, 's')
- this.$u.get(`/app/device/${id}/withSuitList`).then((res) =>{
- if(res.code == 200){
+ this.$u.get(`/app/device/${id}/withSuitList`).then((res) => {
+ if (res.code == 200) {
uni.navigateTo({
url: '/page_components/fuwu/index?id=' + id
})
@@ -197,155 +203,158 @@
}
});
},
-
- btnchak(id){
+
+ btnchak(id) {
uni.navigateTo({
- url:'/page_fenbao/sbshouye?storeId=' + id
+ url: '/page_fenbao/sbshouye?storeId=' + id
})
},
-
- getxq(){
+
+ getxq() {
this.$u.get("/app/store/" + this.storeId).then(res => {
if (res.code == 200) {
- this.listobj = res.data
+ this.listobj = res.data
}
})
},
- getshanghu(){
+ getshanghu() {
this.$u.get("/app/user/userInfo").then((res) => {
if (res.code == 200) {
this.isMch = res.data.isMch
}
})
},
-
+
mapFun() {
uni.openLocation({
latitude: this.listobj.lat,
- //纬度 - 目的地/坐标点
- longitude: this.listobj.lng,
- //经度 - 目的地/坐标点
- name:this.mapname,
+ //纬度 - 目的地/坐标点
+ longitude: this.listobj.lng,
+ //经度 - 目的地/坐标点
+ name: this.mapname,
address: this.mapaddress
});
},
-
+
getMyLocation() {
- uni.getLocation({
- type: 'wgs84',
- success: (res) => {
- // console.log('我的位置:', res);
- this.jinweidu = res.longitude + ',' + res.latitude
- this.latitude = Number(res.latitude.toFixed(5)) - 0.005
- this.longitude = Number(res.longitude.toFixed(5)) + 0.005
- // 请求附近的店铺
- this.$u.get("/app/store/listNearBy?center=" + this.jinweidu + '&radius=' + 1000).then(res => {
- if (res.code == 200) {
- this.listmap = res.data
- // 假设返回的店铺数据在res.rows中,并且每个店铺有latitude和longitude字段
- res.data.forEach(item => {
- const shopCover = {
- id:parseFloat(item.storeId),
- latitude: item.lat,
- longitude: item.lng,
- width: 25,
- height: 30,
- iconPath: 'https://api.ccttiot.com/smartmeter/img/static/uZXgsJE6hXbRSwbKILB4' ,
- label: {
- content: item.name,
- anchorX: (() => {
- if (item.name.length <= 2) {
- return -12
- } else if (item.name.length <= 3) {
- return -20
- } else if (item.name.length <= 4) {
- return -25
- } else if (item.name.length <= 5) {
- return -30
- } else if (item.name.length <= 6) {
- return -35
- } else if (item.name.length <= 8) {
- return -40
- } else if (item.name.length <=
- 10) {
- return -45
- } else {
- return -item.name.length * 5
- }
- })(),
- fontWeight: 700,
- color: '#8883F0',
- textShadow: '2px 2px 0px white, -2px -2px 0px white, 2px -2px 0px white, -2px 2px 0px white',
- }
- };
- this.covers.push(shopCover);
- });
- }
- });
- },
- fail: (err) => {
- console.error('获取位置失败:', err);
- }
- });
- },
-
- handleMarkerClick(e){
+ uni.getLocation({
+ type: 'wgs84',
+ success: (res) => {
+ this.jinweidu = res.longitude + ',' + res.latitude
+ this.latitude = Number(res.latitude.toFixed(5)) - 0.005
+ this.longitude = Number(res.longitude.toFixed(5)) + 0.005
+ // 请求附近的店铺
+ this.$u.get("/app/store/listNearBy?center=" + this.jinweidu + '&radius=' + 1000).then(
+ res => {
+ if (res.code == 200) {
+ this.listmap = res.data
+ // 假设返回的店铺数据在res.rows中,并且每个店铺有latitude和longitude字段
+ res.data.forEach(item => {
+ const shopCover = {
+ id: parseFloat(item.storeId),
+ latitude: item.lat,
+ longitude: item.lng,
+ width: 25,
+ height: 30,
+ iconPath: 'https://api.ccttiot.com/smartmeter/img/static/uZXgsJE6hXbRSwbKILB4',
+ label: {
+ content: item.name,
+ anchorX: (() => {
+ if (item.name.length <= 2) {
+ return -12
+ } else if (item.name.length <= 3) {
+ return -20
+ } else if (item.name.length <= 4) {
+ return -25
+ } else if (item.name.length <= 5) {
+ return -30
+ } else if (item.name.length <= 6) {
+ return -35
+ } else if (item.name.length <= 8) {
+ return -40
+ } else if (item.name.length <=
+ 10) {
+ return -45
+ } else {
+ return -item.name.length * 5
+ }
+ })(),
+ fontWeight: 700,
+ color: '#8883F0',
+ textShadow: '2px 2px 0px white, -2px -2px 0px white, 2px -2px 0px white, -2px 2px 0px white',
+ }
+ };
+ this.covers.push(shopCover);
+ });
+ }
+ });
+ },
+ fail: (err) => {
+ console.error('获取位置失败:', err);
+ }
+ });
+ },
+
+ handleMarkerClick(e) {
this.$u.get("/app/store/" + e.markerId).then(res => {
if (res.code == 200) {
- this.listobj = res.data
- this.mapname = res.data.city
- this.mapaddress = res.data.address
+ this.listobj = res.data
+ this.mapname = res.data.city
+ this.mapaddress = res.data.address
}
})
this.falga = false
this.falgb = true
},
-
-
- btntab(num){
+
+
+ btntab(num) {
this.index = num
},
-
- btndt(num){
- if(num == 1){
+
+ btndt(num) {
+ if (num == 1) {
uni.navigateBack()
}
},
-
- btnitem(){
+
+ btnitem() {
this.falga = false
this.falgb = true
}
},
mounted() {
- this.getMyLocation();
+ this.getMyLocation();
}
}
\ No newline at end of file
diff --git a/pages/index/index.vue b/pages/index/index.vue
index fd3ea86..34d3667 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -20,15 +20,15 @@
-
+
-
-
+
+
{{item.name}}
-
+
{{item.name}}
@@ -69,16 +69,21 @@
-
+
-
-
- 该店铺暂无设备...
+
+
+
+ 该店铺暂无设备...
-
-
-
+
+
+
+
{{item.deviceName}}
@@ -101,7 +106,8 @@
-
+
@@ -141,7 +147,7 @@
export default {
data() {
return {
- bgc: {
+ bgc: {
backgroundColor: "#8883f0",
},
ec: {
@@ -189,8 +195,7 @@
isLoading: false,
noMoreData: false,
total: 0,
- shujuflag:false,
-
+ shujuflag: false,
}
},
onLoad() {
@@ -244,12 +249,6 @@
},
methods: {
-
-
-
-
-
-
tocz() {
this.showtip = false
uni.navigateTo({
@@ -362,7 +361,7 @@
uni.hideLoading()
} else {
// 没有更多数据
- this.shujuflag = true
+ this.shujuflag = true
uni.hideLoading()
}
this.isLoading = false;
@@ -383,7 +382,7 @@
uni.hideLoading()
} else {
// 没有更多数据
- this.shujuflag = true
+ this.shujuflag = true
uni.hideLoading()
}
this.isLoading = false;
@@ -484,8 +483,8 @@
// scanType: ['qrCode'],
// success: res => {
// console.log('扫描结果:', res);
-
-
+
+
// this.qrResult = res.result;
// // this.$u.get(`/app/device/${this.qrResult}/withSuitList`).then((res) =>{
// // if(res.code == 200){
@@ -717,8 +716,8 @@
},
swiperchange(e) {
- uni.showLoading({
- title: '加载中...'
+ uni.showLoading({
+ title: '加载中...'
});
this.wateringList = []
this.pagenum = 1
@@ -773,12 +772,14 @@
+
\ No newline at end of file
diff --git a/pages/my.vue b/pages/my.vue
index b36dad2..a9c1f79 100644
--- a/pages/my.vue
+++ b/pages/my.vue
@@ -8,15 +8,12 @@
-
- {{userinfo.nickName}}
+ {{userinfo.nickName == null ? '' : userinfo.nickName}}
- 共{{userinfo.storeCount}}间店铺
+ 共{{userinfo.storeCount == null ? '' : userinfo.storeCount}}间店铺
@@ -29,7 +26,7 @@
¥
- {{userinfo.balance}}
+ {{userinfo.balance == null ? '' : userinfo.balance}}
钱包余额
diff --git a/pages/shouye/index.vue b/pages/shouye/index.vue
index beaa686..5298a6c 100644
--- a/pages/shouye/index.vue
+++ b/pages/shouye/index.vue
@@ -305,7 +305,7 @@
const timer = setTimeout(() => {
clearTimeout(timer);
}, 500);
- },
+ }
})
},
@@ -481,21 +481,16 @@
.dateactive {
background: #E1F3ED;
}
-
page {
- // background-color: ;
background: linear-gradient(180deg, #8883F0 10%, rgba(255, 255, 255, 0) 100%);
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
-
.page {
width: 750rpx;
padding-left: 34rpx;
padding-right: 34rpx;
box-sizing: border-box;
height: 100%;
-
- // 代理样式
.tip_box {
position: fixed;
left: 72rpx;
@@ -802,8 +797,6 @@
justify-content: space-between;
padding: 30rpx 50rpx;
box-sizing: border-box;
- // padding-top: 20rpx;
- // padding-bottom: 24rpx;
.gr {
text-align: center;