smartswrtch-app/pages/shouye/index.vue

1391 lines
34 KiB
Vue
Raw Normal View History

2024-05-10 17:37:36 +08:00
<template>
<view class="page">
<!-- 用户首页显示 -->
<view class="useryonghu">
2024-07-22 18:03:27 +08:00
<u-navbar :is-back="false" title="创想物联" :border-bottom="false" :background="bgc" title-color='#fff'
2024-06-03 16:47:25 +08:00
title-size='44' height='50'></u-navbar>
2024-05-10 17:37:36 +08:00
<view class="ditu">
<view class="dtxs">
2024-05-27 16:06:08 +08:00
<map class='map' id="map" :latitude="latitude" :longitude="longitude" @markertap="handleMarkerClick"
2024-11-28 18:04:09 +08:00
:show-location="true" :markers="covers" :scale="mapScale" @regionchange="regionchange"/>
<image class="picimg" v-if="iconflag"
src="https://api.ccttiot.com/smartmeter/img/static/uEAmNMMt65U10qwijrsJ" mode=""></image>
2024-05-10 17:37:36 +08:00
</view>
2024-07-10 18:01:40 +08:00
<!-- 正在进行中的订单 -->
2024-07-16 15:00:10 +08:00
<view class="ongoing_order" v-if="sylist.length > 0">
2024-07-10 18:01:40 +08:00
<view class="order_top">
<view class="order_lt">
2024-11-08 18:01:35 +08:00
<image src="https://api.ccttiot.com/smartmeter/img/static/uFNuOet0fB5Bwe1c26sk" mode="aspectFit">
2024-07-22 18:03:27 +08:00
</image>
2024-07-10 18:01:40 +08:00
<text>您有正在使用中的设备...</text>
</view>
2024-07-22 18:03:27 +08:00
<image @click="btnorder" v-if="!listflag"
2024-11-08 18:01:35 +08:00
src="https://api.ccttiot.com/smartmeter/img/static/ublEB3HEjyfZbnKS2Ai9" mode="aspectFit"></image>
2024-07-22 18:03:27 +08:00
<image @click="btnorders" v-if="listflag" style="transform: rotate(180deg);margin-top: 20rpx;"
2024-11-08 18:01:35 +08:00
src="https://api.ccttiot.com/smartmeter/img/static/ublEB3HEjyfZbnKS2Ai9" mode="aspectFit"></image>
2024-07-10 18:01:40 +08:00
</view>
2024-07-22 18:03:27 +08:00
<view class="order_list" v-for="(item,index) in sylist" :key="index" v-if="listflag"
2024-08-16 22:23:20 +08:00
@click="btnitem(item.billNo)">
2024-07-22 18:03:27 +08:00
<text>{{item.deviceName}}</text>
2024-11-08 18:01:35 +08:00
<image src="https://api.ccttiot.com/smartmeter/img/static/uZoBXJ0MLrGUSBFk5lGp" mode="aspectFit"></image>
2024-07-10 18:01:40 +08:00
</view>
2024-07-15 18:00:44 +08:00
</view>
2024-07-10 18:01:40 +08:00
<!-- 正在进行中的订单结束 --><!-- 正在进行中的订单结束 -->
2024-05-10 17:37:36 +08:00
<view class="fujin">
2024-11-08 18:01:35 +08:00
<image src="https://api.ccttiot.com/smartmeter/img/static/uqv3e5ThWL8DqrRNBfoA" mode="aspectFit"
2024-05-24 16:48:42 +08:00
@click="btnindex(5)"></image>
2024-11-08 18:01:35 +08:00
<!-- <image src="https://api.ccttiot.com/smartmeter/img/static/u7yxUJZqgPzESeI4tmiz" mode="aspectFit"
2024-07-16 15:00:10 +08:00
@click="btnindex(6)" v-if="deviceCount > 0"></image> -->
2024-06-03 18:02:38 +08:00
<image @click="onControltap" style="width: 76rpx;height: 76rpx;position: absolute;right: 40rpx;"
2024-11-08 18:01:35 +08:00
src="https://api.ccttiot.com/smartmeter/img/static/uOS9p7Sy1K9WpVQgD3b9" mode="aspectFit"></image>
2024-05-10 17:37:36 +08:00
</view>
<view class="tubiao">
<view class="gr" @click="btnindex(1)">
2024-11-08 18:01:35 +08:00
<image src="https://api.ccttiot.com/smartmeter/img/static/uJBKoGWpRH2lM1NpQU0I" mode="aspectFit"
2024-07-16 15:00:10 +08:00
style="width: 96rpx;height:94rpx;"></image>
2024-05-10 17:37:36 +08:00
<!-- 个人中心 -->
</view>
<view class="gr" @click="btnindex(2)">
2024-11-08 18:01:35 +08:00
<image src="https://api.ccttiot.com/smartmeter/img/static/u8rWtdPtHabALkII23Zr" mode="aspectFit"
2024-07-16 15:00:10 +08:00
style="width: 96rpx;height:94rpx;"></image>
2024-05-10 17:37:36 +08:00
<!-- 我的订单 -->
</view>
<view class="gr" @click="btnindex(3)">
2024-11-08 18:01:35 +08:00
<image src="https://api.ccttiot.com/smartmeter/img/static/uphoDfOVnT6VEyj6glfF" mode="aspectFit"
2024-07-16 15:00:10 +08:00
style="width: 96rpx;height:94rpx;"></image>
2024-05-10 17:37:36 +08:00
<!-- 附近门店 -->
</view>
2024-08-03 18:03:02 +08:00
<!-- <view class="gr" @click="btnindex(4)" v-if="isMch == false && deviceCount == 0">
2024-11-08 18:01:35 +08:00
<image src="https://api.ccttiot.com/smartmeter/img/static/uBN46m7mPVlbbPth80FC" mode="aspectFit"
2024-05-24 16:48:42 +08:00
style="width: 96rpx;height:94rpx;"></image>
2024-08-03 18:03:02 +08:00
</view> -->
<view class="gr" @click="btnindex(6)">
2024-11-08 18:01:35 +08:00
<image src="https://api.ccttiot.com/smartmeter/img/static/u3NDAI21OIGQH0Exdmdd" mode="aspectFit"
2024-07-22 18:03:27 +08:00
style="width: 96rpx;height:94rpx;"></image>
2024-05-10 17:37:36 +08:00
</view>
2024-08-06 18:04:09 +08:00
</view>
2024-05-27 16:06:08 +08:00
<view class="guangg" @click="btnad">
2024-11-08 18:01:35 +08:00
<image :src="imgad" mode="aspectFit"></image>
2024-05-10 17:37:36 +08:00
</view>
<view class="saoma" @click="scanQRCode">
<view>
2024-11-08 18:01:35 +08:00
<image src="https://api.ccttiot.com/smartmeter/img/static/uBh15vzRx6gV0wRQj7gi" mode="aspectFit"></image>
2024-05-24 16:48:42 +08:00
扫一扫
2024-05-10 17:37:36 +08:00
</view>
</view>
</view>
2024-05-27 16:06:08 +08:00
<view class="tip_box" v-if="czflag">
<view class="top">
<view class="txt">
2024-07-09 18:03:16 +08:00
系统检测该设备未联网或者为蓝牙版本,金额充值失败,请靠近设备进行蓝牙充值
2024-05-27 16:06:08 +08:00
</view>
2024-05-24 16:48:42 +08:00
</view>
2024-05-27 16:06:08 +08:00
<view class="bot">
<view class="bot_left" @click="czflag = false">
取消
</view>
<view class="bot_right" @click="tocz()">
蓝牙充值
</view>
2024-05-24 16:48:42 +08:00
</view>
</view>
2024-07-09 18:03:16 +08:00
<view class="mask" v-if="czflag"></view>
2024-09-05 18:00:53 +08:00
2024-08-16 22:23:20 +08:00
<view class="weizf" v-if="weiflag">
<view class="" style="font-size: 50rpx;width: 100%;text-align: right" @click="weiflag = false">
×
</view>
<view class="toptit">
您有一笔未支付订单,请及时去支付!
</view>
<view class="quzf" @click="btnqzf">
去支付
</view>
</view>
<view class="mask" v-if="weiflag"></view>
2024-10-15 17:59:04 +08:00
<!-- 获取手机号弹窗 -->
<view class="huoqutel" v-if="huoqutelflag">
<view class="xxx" @click="huoqutelflag = false">
x
</view>
<view class="top">
请先获取手机号再进入商家中心
</view>
<button open-type="getPhoneNumber" @getphonenumber="getPhoneNumber">获取手机号</button>
</view>
<view class="huoqutelflag" v-if="huoqutelflag"></view>
2024-05-10 17:37:36 +08:00
</view>
2024-10-15 17:59:04 +08:00
2024-11-28 18:04:09 +08:00
<view class="shenfentc" v-if="xuanzeflag">
<view class="tcshanc">
<image @click="btnyc" src="https://api.ccttiot.com/smartmeter/img/static/uZu2LmMUJ6YBrLLwm0Sc" mode="" class=""></image>
</view>
<view class="name">
<text>请选择身份</text>
</view>
<image @click="btnsh" src="https://api.ccttiot.com/smartmeter/img/static/uPxW2VnzTrDUKiMDtEOQ" mode="" class="one"></image>
<image @click="btngr" src="https://api.ccttiot.com/smartmeter/img/static/utxOPCr6uGvgsTrgYjeA" mode="" class="two"></image>
</view>
<view class="shenfentcflag" @click="btnyc" v-if="xuanzeflag"></view>
2024-05-10 17:37:36 +08:00
</view>
</template>
<script>
export default {
data() {
return {
2024-10-15 17:59:04 +08:00
huoqutelflag:false,
2024-09-05 18:00:53 +08:00
weiflag: false,
2024-07-22 18:03:27 +08:00
listflag: false,
2024-05-10 17:37:36 +08:00
params: {
year: true,
month: true,
day: true,
hour: false,
minute: false,
second: false
},
dateindex: 1,
latitude: '', // 初始纬度
longitude: '', // 初始经度
covers: [], // 覆盖物数组
jinweidu: '',
userType: '',
2024-05-13 15:32:48 +08:00
isMch: false,
2024-05-24 16:48:42 +08:00
imgad: '',
2024-05-27 16:06:08 +08:00
listmap: [],
2024-05-24 16:48:42 +08:00
mapScale: 15,
2024-05-27 16:06:08 +08:00
czflag: false,
datetime: 0,
dingobj: '',
mapContext: null,
mapScaleInterval: null,
2024-06-03 16:47:25 +08:00
bgc: {
backgroundColor: "#8883F0",
},
2024-07-10 18:01:40 +08:00
deviceobj: {},
2024-07-15 18:00:44 +08:00
deviceCount: 0,
sylist: [],
2024-08-06 18:04:09 +08:00
networkInterval: null,
2024-08-16 22:23:20 +08:00
wangluo: true,
2024-10-15 17:59:04 +08:00
billNo: '',
2024-11-28 18:04:09 +08:00
phonenumber:'',
iconflag: false,
xuanzeflag:false,
isStaff:null
2024-05-10 17:37:36 +08:00
};
},
2024-06-14 18:51:43 +08:00
onLoad(option) {
2024-09-05 18:00:53 +08:00
if (option.id) {
let id = option.id
let that = this
let data = {
deviceNo: id
}
that.$u.get(`/app/device/isBind?deviceNo=${id}`).then(res => {
if (res.data == 2) {
that.$u.get(`/app/device/${id}/withSuitList`).then((res) => {
if (res.code == 200) {
uni.navigateTo({
url: '/page_components/fuwu/index?id=' + id
})
}
})
} else if (res.data == 1) {
uni.showModal({
title: '提示',
content: '该设备未绑定,你需进行绑定吗?',
success: function(res) {
if (res.confirm) {
2024-11-18 14:36:17 +08:00
that.$u.put("/app/device/bind", data).then(res => {
if (res.code == 200) {
that.$u.get(`/app/device/${id}/bySn`).then((res) => {
if (res.code == 200) {
uni.navigateTo({
url: '/page_components/bindsz?id=' + res.data.deviceId
})
}
})
}
})
2024-09-05 18:00:53 +08:00
}
}
})
} else if (res.data == 0) {
uni.showModal({
title: '提示',
content: '该设备未录入,你需进行录入吗?',
success: function(res) {
if (res.confirm) {
uni.navigateTo({
url: '/page_fenbao/zhuce?sn=' + id
})
}
}
})
}
})
}
2024-07-22 18:03:27 +08:00
},
// 分享到好友(会话)
onShareAppMessage: function() {
return {
title: '创想物联',
path: '/pages/shouye/index'
}
},
// 分享到朋友圈
onShareTimeline: function() {
return {
title: '创想物联',
query: '',
path: '/pages/shouye/index'
2024-06-14 18:51:43 +08:00
}
2024-05-10 17:37:36 +08:00
},
onShow() {
2024-12-13 11:14:29 +08:00
wx.openBluetoothAdapter({
success: function (res) {
console.log('蓝牙适配器初始化成功');
// 你可以在这里继续调用其他蓝牙相关的API
},
fail: function (err) {
console.error('蓝牙适配器初始化失败,可能是因为没有权限', err);
}
})
2024-06-11 18:03:16 +08:00
this.logins()
2024-05-13 15:32:48 +08:00
this.getad()
2024-08-16 22:23:20 +08:00
this.getzf()
2024-05-24 16:48:42 +08:00
this.gethuidaio()
2024-07-15 18:00:44 +08:00
this.getshiy()
2024-11-09 18:02:13 +08:00
setTimeout(()=>{
this.onControltap()
2024-11-11 18:01:14 +08:00
},1000)
2024-05-10 17:37:36 +08:00
},
2024-05-27 16:06:08 +08:00
onReady() {
2024-06-11 18:03:16 +08:00
this.mapContext = uni.createMapContext('map', this)
this.mapScaleInterval = setInterval(this.updateMarkers, 1000)
2024-05-27 16:06:08 +08:00
},
beforeDestroy() {
// 在组件卸载前清除定时器
if (this.mapScaleInterval) {
2024-06-11 18:03:16 +08:00
clearInterval(this.mapScaleInterval)
this.mapScaleInterval = null
2024-05-27 16:06:08 +08:00
}
// 检测网络状态
if (this.networkInterval) {
2024-08-06 18:04:09 +08:00
clearInterval(this.networkInterval)
this.networkInterval = null
}
2024-05-27 16:06:08 +08:00
},
2024-05-10 17:37:36 +08:00
methods: {
2024-11-28 18:04:09 +08:00
btnyc(){
this.xuanzeflag = false
},
btnsh(){
this.$u.get("/app/user/userInfo").then((res) => {
if (res.code == 200) {
if(res.data.type == 2 || res.data.type == 3){
if(this.phonenumber == ''){
this.huoqutelflag = true
this.xuanzeflag = false
}else{
this.xuanzeflag = false
uni.switchTab({
url: '/pages/index/index'
})
}
}else{
uni.showToast({
title: '您不是商户,没有权限进入',
icon: 'none',
duration: 2000
})
}
}else if (res.code == 401) {
uni.reLaunch({
url: '/pages/login/login'
})
}
})
},
btngr(){
this.$u.get("/app/user/userInfo").then((res) => {
if (res.code == 200) {
if(this.isStaff == true){
if(this.phonenumber == ''){
this.huoqutelflag = true
this.xuanzeflag = false
}else{
this.xuanzeflag = false
uni.navigateTo({
url: '/page_fenbao/hehuoren/shouye'
})
}
}else{
uni.showToast({
title: '您不是合伙人,没有权限进入',
icon: 'none',
duration: 2000
})
}
}else if (res.code == 401) {
uni.reLaunch({
url: '/pages/login/login'
})
}
})
},
// 查询拖动到指定为止的店铺
regionchange(e) {
this.iconflag = true
if (e.type == 'end') {
this.jinweidu = e.detail.centerLocation.longitude + ',' + e.detail.centerLocation.latitude
this.$u.get("/app/store/listNearBy?center=" + this.jinweidu + '&radius=' + 20000).then(res => {
if (res.code == 200) {
this.covers = []
this.listmap = res.data
this.listmap.forEach(item => {
// if (item.deviceCount !== null && item.deviceCount > 0) {
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',
// iconPath:item.picture
label: {
content: item.name,
anchorX: this.calculateAnchorX(item.name),
fontWeight: 700,
color: '#8883F0',
borderColor: '#fff',
borderRadius: 5,
bgColor: '#fff'
}
}
this.covers.push(shopCover)
// console.log(this.covers);
// }
})
}
})
this.iconflag = false
} else {
// this.iconflag = false
}
},
2024-10-11 18:03:30 +08:00
// 点击弹窗去支付
2024-09-05 18:00:53 +08:00
btnqzf() {
2024-08-16 22:23:20 +08:00
uni.navigateTo({
url: '/page_components/eletj?id=' + this.billNo
})
},
2024-10-11 18:03:30 +08:00
// 检测是否有未支付订单 有的话一直弹窗
2024-09-05 18:00:53 +08:00
getzf() {
2024-08-16 22:23:20 +08:00
this.$u.get("app/bill/unpaidTimingList").then((res) => {
if (res.code == 200) {
2024-09-05 18:00:53 +08:00
if (res.data.length > 0) {
2024-08-16 22:23:20 +08:00
this.weiflag = true
this.billNo = res.data[0].billNo
}
}
})
},
2024-08-06 18:04:09 +08:00
startNetworkCheck() {
this.networkInterval = setInterval(() => {
uni.getNetworkType({
success: (res) => {
if (res.networkType == "none") {
this.wangluo = false
} else {
this.wangluo = true
}
},
fail: (err) => {
console.error('获取网络类型失败', err);
}
});
}, 3000)
},
2024-07-12 18:13:59 +08:00
// 请求正在使用的设备列表
2024-07-22 18:03:27 +08:00
getshiy() {
2024-08-16 22:23:20 +08:00
this.$u.get("app/bill/usingList").then((res) => {
2024-07-12 18:13:59 +08:00
if (res.code == 200) {
this.sylist = res.data
}
})
},
2024-10-11 18:03:30 +08:00
// 点击跳转到使用设备详情
2024-07-22 18:03:27 +08:00
btnitem(deviceId) {
2024-11-11 18:01:14 +08:00
uni.reLaunch({
2024-07-22 18:03:27 +08:00
url: '/page_components/eletj?id=' + deviceId
2024-07-10 18:01:40 +08:00
})
},
// 点击显示使用中设备
2024-07-22 18:03:27 +08:00
btnorder() {
this.listflag = true
2024-07-10 18:01:40 +08:00
},
2024-10-11 18:03:30 +08:00
// 点击隐藏使用中设备
2024-07-22 18:03:27 +08:00
btnorders() {
this.listflag = false
2024-07-10 18:01:40 +08:00
},
2024-10-11 18:03:30 +08:00
// 点击广告图进行跳转
2024-06-03 16:47:25 +08:00
btnad() {
2024-05-27 16:06:08 +08:00
this.$u.get("/app/ad").then((res) => {
if (res.code == 200) {
2024-06-03 16:47:25 +08:00
if (res.data.urlType == 1) {
2024-05-27 16:06:08 +08:00
uni.navigateTo({
2024-06-03 16:47:25 +08:00
url: '/page_fenbao/webview?url=' + res.data.url
2024-05-27 16:06:08 +08:00
})
2024-06-03 16:47:25 +08:00
} else {
uni.navigateTo({
2024-09-05 18:00:53 +08:00
url: '/' + res.data.url
2024-05-27 16:06:08 +08:00
})
}
}
})
},
2024-10-11 18:03:30 +08:00
// 均衡地图文字居中
2024-06-03 16:47:25 +08:00
calculateAnchorX(name) {
2024-06-11 18:03:16 +08:00
let chineseLength = 0
let englishLength = 0
2024-06-03 16:47:25 +08:00
for (let i = 0; i < name.length; i++) {
2024-06-11 18:03:16 +08:00
const charCode = name.charCodeAt(i)
2024-06-03 16:47:25 +08:00
if (charCode >= 0x4e00 && charCode <= 0x9fa5) {
2024-06-11 18:03:16 +08:00
chineseLength++
2024-06-03 16:47:25 +08:00
} else if (/[a-zA-Z]/.test(name[i])) {
2024-06-11 18:03:16 +08:00
englishLength = englishLength + 0.3 // 英文长度加1但视为两个中文字符长度
2024-06-03 16:47:25 +08:00
}
}
const totalLength = chineseLength + englishLength * 2;
2024-06-11 18:03:16 +08:00
return -totalLength * 6.5 // 假设每个中文字符对应的 anchorX 偏移是 -6.5
2024-05-24 16:48:42 +08:00
},
2024-10-11 18:03:30 +08:00
// 扫描二维码
2024-05-10 17:37:36 +08:00
scanQRCode() {
2024-08-06 18:04:09 +08:00
if (this.wangluo == true) {
uni.scanCode({
onlyFromCamera: true,
scanType: ['qrCode'],
success: res => {
function getQueryParam(url, paramName) {
let regex = new RegExp(`[?&]${paramName}=([^&]*)`)
let results = regex.exec(url);
return results ? decodeURIComponent(results[1].replace(/\+/g, ' ')) : null
}
let sceneValue = res.result
let decodedValue = decodeURIComponent(sceneValue)
let id = getQueryParam(decodedValue, 's')
let that = this
let data = {
deviceNo: id
}
that.$u.get(`/app/device/isBind?deviceNo=${id}`).then(res => {
if (res.data == 2) {
that.$u.get(`/app/device/${id}/withSuitList`).then((res) => {
if (res.code == 200) {
uni.navigateTo({
2024-10-16 13:32:50 +08:00
url: '/page_components/fuwu/index?id=' + id
2024-08-06 18:04:09 +08:00
})
}
})
} else if (res.data == 1) {
uni.showModal({
title: '提示',
content: '该设备未绑定,你需进行绑定吗?',
success: function(res) {
if (res.confirm) {
2024-10-16 13:32:50 +08:00
that.$u.put("/app/device/bind", data).then(res => {
2024-11-18 14:36:17 +08:00
if (res.code == 200) {
that.$u.get(`/app/device/${id}/bySn`).then((res) => {
if (res.code == 200) {
uni.navigateTo({
url: '/page_components/bindsz?id=' + res.data.deviceId
})
}
})
}
})
2024-08-06 18:04:09 +08:00
}
}
})
} else if (res.data == 0) {
uni.showModal({
title: '提示',
content: '该设备未录入,你需进行录入吗?',
success: function(res) {
if (res.confirm) {
uni.navigateTo({
2024-11-18 14:36:17 +08:00
url: '/page_fenbao/zhuce?sn=' + id
2024-08-06 18:04:09 +08:00
})
} else if (res.cancel) {
}
}
})
}
})
},
fail: err => {
console.error('扫描失败:', err)
uni.showToast({
title: '扫描失败',
icon: 'none'
})
}
})
} else {
uni.showModal({
title: '提示',
content: '请打开网络再进行操作',
success: function(res) {
if (res.confirm) {
} else if (res.cancel) {
}
}
})
}
2024-05-10 17:37:36 +08:00
},
2024-10-11 18:03:30 +08:00
// 请求广告
2024-05-24 16:48:42 +08:00
getad() {
2024-05-13 15:32:48 +08:00
this.$u.get("/app/ad").then((res) => {
if (res.code == 200) {
this.imgad = res.data.picture
}
})
},
2024-05-27 16:06:08 +08:00
2024-05-10 17:37:36 +08:00
btnindex(num) {
2024-08-06 18:04:09 +08:00
if (this.wangluo = true) { //判断是否有网络在进行点击
if (num == 2) {
uni.navigateTo({
url: '/page_fenbao/statulist/question/index'
})
} else if (num == 3) {
uni.navigateTo({
2024-09-14 18:00:46 +08:00
url: '/page_fenbao/statulist/about/index?tit=' + '关于我们'
2024-08-06 18:04:09 +08:00
})
} else if (num == 1) {
uni.navigateTo({
url: '/page_fenbao/statulist/myorder/index'
})
} else if (num == 4) {
uni.navigateTo({
url: '/page_fenbao/statulist/merchant/index'
})
} else if (num == 5) {
uni.navigateTo({
url: '/page_fenbao/statulist/nearby/index'
})
} else if (num == 6) {
2024-11-28 18:04:09 +08:00
if((this.type == 2 || this.type == 3) && this.isStaff == true){
this.xuanzeflag = true
}else if((this.type == 2 || this.type == 3) && this.isStaff != true){
if(this.phonenumber == ''){
this.huoqutelflag = true
this.xuanzeflag = false
}else{
this.xuanzeflag = false
uni.switchTab({
url: '/pages/index/index'
2024-08-06 18:04:09 +08:00
})
}
2024-11-28 18:04:09 +08:00
}else if(this.isStaff == true){
if(this.phonenumber == ''){
this.huoqutelflag = true
this.xuanzeflag = false
}else{
this.xuanzeflag = false
uni.navigateTo({
url: '/page_fenbao/hehuoren/shouye'
})
}
}else{
uni.showToast({
title: '您当前没有权限进入',
icon: 'none',
duration: 1000
})
}
2024-08-06 18:04:09 +08:00
} else if (num == 7) {
uni.navigateTo({
url: '/page_fenbao/statulist/fault/yichang/index'
})
}
} else {
uni.showModal({
title: '提示',
content: '请打开网络再进行操作',
success: function(res) {
if (res.confirm) {
2024-08-06 18:04:09 +08:00
} else if (res.cancel) {
2024-08-06 18:04:09 +08:00
}
}
2024-05-10 17:37:36 +08:00
})
}
},
2024-10-15 17:59:04 +08:00
// 商户获取手机号
getPhoneNumber(e){
this.$u.put(`/app/user/bindWxMobile?mobileCode=${e.detail.code}`).then(res =>{
if(res.code == 200){
2024-11-28 18:04:09 +08:00
if(this.isStaff == true){
this.huoqutelflag = false
this.xuanzeflag = false
uni.navigateTo({
url: '/page_fenbao/hehuoren/shouye'
})
}else{
this.huoqutelflag = false
this.xuanzeflag = false
uni.switchTab({
url: '/pages/index/index'
})
}
2024-10-15 17:59:04 +08:00
}else{
uni.showToast({
title: res.msg,
icon: 'none',
duration: 1000
})
}
})
},
2024-10-11 18:03:30 +08:00
// 点击 地图回到自身最中心点
2024-06-03 16:47:25 +08:00
onControltap(control) {
2024-06-03 18:02:38 +08:00
this.setMapScale()
},
// 地图回正
async setMapScale(e, val) {
let mapContext = uni.createMapContext('map', this);
let setScale = () => {
return new Promise((resolve, reject) => {
mapContext.getScale({
success: r => {
resolve()
}
})
})
};
await setScale();
mapContext.moveToLocation({
success: (res) => {
const timer = setTimeout(() => {
clearTimeout(timer);
2024-08-06 18:04:09 +08:00
}, 500)
2024-06-04 14:50:30 +08:00
}
2024-06-03 16:47:25 +08:00
})
},
2024-10-11 18:03:30 +08:00
// 获取自身位置从而获得附近店铺
2024-05-10 17:37:36 +08:00
getMyLocation() {
2024-11-21 17:40:48 +08:00
uni.getLocation({
2024-05-10 17:37:36 +08:00
type: 'wgs84',
success: (res) => {
2024-11-09 18:02:13 +08:00
console.log(res,'resresres');
2024-06-03 16:47:25 +08:00
this.jinweidu = res.longitude + ',' + res.latitude
this.latitude = Number(res.latitude.toFixed(5)) - 0.005
this.longitude = Number(res.longitude.toFixed(5)) + 0.005
2024-06-11 18:03:16 +08:00
this.setMapScale()
2024-05-10 17:37:36 +08:00
// 请求附近的店铺
2024-11-21 17:33:15 +08:00
this.$u.get("/app/store/listNearBy?center=" + this.jinweidu + '&radius=' + 20000).then(
2024-07-10 18:01:40 +08:00
res => {
2024-05-10 17:37:36 +08:00
if (res.code == 200) {
2024-05-27 16:06:08 +08:00
this.listmap = res.data
2024-05-10 17:37:36 +08:00
res.data.forEach(item => {
2024-11-28 18:04:09 +08:00
// if (item.deviceCount !== null && item.deviceCount > 0) {
2024-06-17 13:57:53 +08:00
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
2024-11-18 14:36:17 +08:00
} else if (item.name.length <= 3) {
2024-06-17 13:57:53 +08:00
return -20
2024-11-18 14:36:17 +08:00
} else if (item.name.length <= 4) {
2024-06-17 13:57:53 +08:00
return -25
2024-11-18 14:36:17 +08:00
} else if (item.name.length <= 5) {
2024-06-17 13:57:53 +08:00
return -30
2024-11-18 14:36:17 +08:00
} else if (item.name.length <= 6) {
2024-06-17 13:57:53 +08:00
return -35
2024-11-18 14:36:17 +08:00
} else if (item.name.length <= 8) {
2024-06-17 13:57:53 +08:00
return -40
2024-11-18 14:36:17 +08:00
} else if (item.name.length <= 10) {
2024-06-17 13:57:53 +08:00
return -45
} else {
2024-11-18 14:36:17 +08:00
return -item.name.length * 6
2024-06-17 13:57:53 +08:00
}
})(),
fontWeight: 700,
color: '#8883F0',
2024-07-10 18:01:40 +08:00
borderColor: '#fff',
borderRadius: 5,
2024-06-18 13:43:37 +08:00
bgColor: '#fff'
2024-06-17 13:57:53 +08:00
}
2024-05-21 18:02:34 +08:00
}
2024-06-17 13:57:53 +08:00
this.covers.push(shopCover)
2024-11-28 18:04:09 +08:00
// }
2024-06-17 13:57:53 +08:00
})
2024-05-10 17:37:36 +08:00
}
2024-06-17 13:57:53 +08:00
})
2024-05-10 17:37:36 +08:00
},
fail: (err) => {
console.error('获取位置失败:', err);
}
2024-08-06 18:04:09 +08:00
})
2024-05-10 17:37:36 +08:00
},
2024-10-11 18:03:30 +08:00
// 放大缩小 隐藏覆盖物文字
2024-06-17 18:03:28 +08:00
updateMarkers() {
this.mapContext.getScale({
success: (res) => {
2024-08-06 18:04:09 +08:00
this.covers = [] // 清空之前的覆盖物
2024-06-17 18:03:28 +08:00
if (res.scale <= 14) {
2024-08-06 18:04:09 +08:00
this.addMarkersWithoutLabels()
2024-06-17 18:03:28 +08:00
} else {
2024-08-06 18:04:09 +08:00
this.addMarkersWithLabels()
2024-06-17 18:03:28 +08:00
}
},
fail: (error) => {
2024-07-08 18:15:10 +08:00
// console.error('获取地图缩放级别失败:', error);
2024-06-17 18:03:28 +08:00
},
})
},
addMarkersWithoutLabels() {
this.listmap.forEach((item) => {
2024-11-28 18:04:09 +08:00
// if (item.deviceCount !== null && item.deviceCount > 0) {
2024-06-17 18:03:28 +08:00
const shopCover = {
2024-07-10 18:01:40 +08:00
id: parseFloat(item.storeId),
latitude: item.lat,
longitude: item.lng,
width: 25,
height: 30,
iconPath: 'https://api.ccttiot.com/smartmeter/img/static/uZXgsJE6hXbRSwbKILB4',
borderColor: '#fff',
borderRadius: 5,
bgColor: '#fff'
};
2024-08-06 18:04:09 +08:00
this.covers.push(shopCover)
2024-11-28 18:04:09 +08:00
// }
2024-06-17 18:03:28 +08:00
});
},
2024-06-17 18:03:28 +08:00
addMarkersWithLabels() {
this.listmap.forEach((item) => {
2024-11-28 18:04:09 +08:00
// if (item.deviceCount !== null && item.deviceCount > 0) {
2024-06-17 18:03:28 +08:00
const shopCover = {
2024-07-10 18:01:40 +08:00
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: 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',
borderColor: '#fff',
borderRadius: 5,
bgColor: '#fff'
}
2024-06-17 18:03:28 +08:00
}
2024-08-06 18:04:09 +08:00
this.covers.push(shopCover)
2024-11-28 18:04:09 +08:00
// }
2024-10-11 18:03:30 +08:00
})
2024-06-17 18:03:28 +08:00
},
2024-10-11 18:03:30 +08:00
// 点击地图图标进行页面跳转
2024-05-10 17:37:36 +08:00
handleMarkerClick(event) {
2024-08-06 18:04:09 +08:00
let markerId = event.markerId
2024-05-10 17:37:36 +08:00
uni.navigateTo({
2024-05-10 19:51:14 +08:00
url: '/page_user/mapditu/index?markerId=' + markerId
2024-05-10 17:37:36 +08:00
})
},
logins() {
this.getuserinfo()
},
2024-10-11 18:03:30 +08:00
// 获取个人信息
2024-05-10 17:37:36 +08:00
getuserinfo() {
this.$u.get("/app/user/userInfo").then((res) => {
2024-11-28 18:04:09 +08:00
if (res.code == 200) {
this.type = res.data.type
this.isStaff = res.data.isStaff
2024-05-10 17:37:36 +08:00
this.isMch = res.data.isMch
2024-07-10 18:01:40 +08:00
uni.setStorageSync('userType', res.data)
2024-05-10 17:37:36 +08:00
this.userType = res.data.userType
2024-07-09 18:03:16 +08:00
this.deviceCount = res.data.deviceCount
2024-10-15 17:59:04 +08:00
this.phonenumber = res.data.phonenumber
2024-05-10 17:37:36 +08:00
} else {
this.jmlogin()
}
2024-06-17 18:03:28 +08:00
})
2024-05-10 17:37:36 +08:00
},
2024-10-11 18:03:30 +08:00
// 静默登录
2024-05-10 17:37:36 +08:00
jmlogin() {
let taht = this
wx.login({
success(res) {
if (res.code) {
let data = {
loginCode: res.code,
2024-08-06 18:04:09 +08:00
}
2024-05-10 17:37:36 +08:00
taht.$u.post('/app/auth/wxLogin', data).then(res => {
if (res.code == 10003) {
// uni.navigateTo({
// url: '/pages/login/login'
// })
} else if (res.code == 200) {
2024-08-06 18:04:09 +08:00
uni.setStorageSync('token', res.token)
2024-05-10 17:37:36 +08:00
taht.logins()
}
2024-08-06 18:04:09 +08:00
})
2024-05-10 17:37:36 +08:00
}
},
2024-08-06 18:04:09 +08:00
})
2024-05-10 17:37:36 +08:00
},
2024-05-27 16:06:08 +08:00
2024-10-11 18:03:30 +08:00
// 判断是否充值失败 充值失败启用蓝牙离线充值
2024-05-27 16:06:08 +08:00
gethuidaio() {
2024-05-24 16:48:42 +08:00
this.$u.get('/app/bill/recharge/device/fail/list').then(res => {
2024-05-27 16:06:08 +08:00
if (res.code == 200) {
if (res.data.length > 0) {
2024-05-24 16:48:42 +08:00
this.czflag = true
this.dingobj = res.data
2024-05-27 16:06:08 +08:00
} else {
2024-05-24 16:48:42 +08:00
uni.removeStorageSync('time')
}
}
})
},
2024-10-11 18:03:30 +08:00
// 点击进行蓝牙离线充值
2024-05-27 16:06:08 +08:00
tocz() {
2024-05-24 16:48:42 +08:00
this.czflag = false
uni.navigateTo({
2024-05-27 16:06:08 +08:00
url: '/page_fenbao/chongzhi?dingobj=' + JSON.stringify(this.dingobj)
2024-05-24 16:48:42 +08:00
})
},
2024-05-10 17:37:36 +08:00
},
mounted() {
2024-08-06 18:04:09 +08:00
this.getMyLocation() // 获取并设置自身位置的覆盖物
this.startNetworkCheck() //检测网络
2024-05-10 17:37:36 +08:00
}
};
</script>
<style lang="scss">
2024-11-28 18:04:09 +08:00
.shenfentc{
width: 632rpx;
height: 498rpx;
background: #FFFFFF;
border-radius: 34rpx 34rpx 34rpx 34rpx;
position: fixed;
text-align: center;
top: 36%;
left: 50%;
transform: translateX(-50%);
z-index: 999;
padding: 20rpx;
box-sizing: border-box;
.tcshanc{
width: 100%;
text-align: right;
image{
width: 46rpx;
height: 46rpx;
}
}
.name{
width: 100%;
text-align: center;
font-weight: 600;
font-size: 40rpx;
color: #3D3D3D;
}
.one{
width: 552rpx;
height: 130rpx;
margin-top: 28rpx;
}
.two{
width: 552rpx;
height: 130rpx;
margin-top: 28rpx;
}
}
.shenfentcflag{
width: 100%;
height: 100vh;
background-color: #000;
z-index: 998;
position: fixed;
top: 0;
left: 0;
opacity: .6;
}
2024-10-15 17:59:04 +08:00
.huoqutelflag{
width: 100%;
height: 100vh;
background-color: #000;
z-index: 998;
position: fixed;
top: 0;
left: 0;
opacity: .6;
}
.huoqutel{
position: fixed;
bottom:0;
left: 50%;
transform: translateX(-50%);
width:100%;
text-align: center;
height: 300rpx;
background-color: #fff;
border-radius: 30rpx;
z-index: 999;
.top{
font-size: 32rpx;
}
.xxx{
font-size: 40rpx;
width: 100%;
text-align: right;
padding-right: 60rpx;
margin-top: 20rpx;
}
button{
2024-11-11 18:01:14 +08:00
margin: auto;
2024-10-15 17:59:04 +08:00
margin-top: 30rpx;
width: 640rpx;
}
}
2024-09-05 18:00:53 +08:00
.weizf {
2024-08-16 22:23:20 +08:00
position: fixed;
z-index: 99;
left: 0;
bottom: 0;
background-color: #fff;
width: 100%;
height: 400rpx;
padding: 30rpx;
box-sizing: border-box;
border-radius: 20rpx 20rpx 0 0;
2024-09-05 18:00:53 +08:00
.toptit {
2024-08-16 22:23:20 +08:00
width: 100%;
text-align: center;
margin-top: 30rpx;
}
2024-09-05 18:00:53 +08:00
.quzf {
2024-08-16 22:23:20 +08:00
width: 100%;
height: 90rpx;
line-height: 90rpx;
text-align: center;
color: #fff;
font-size: 36rpx;
background-color: #8883F0;
margin-top: 60rpx;
border-radius: 20rpx;
}
}
2024-05-27 16:06:08 +08:00
/deep/ .u-title {
2024-06-03 16:47:25 +08:00
padding-bottom: 22rpx;
2024-05-24 16:48:42 +08:00
}
2024-05-27 16:06:08 +08:00
/deep/ .u-icon__icon {
2024-06-03 16:47:25 +08:00
padding-bottom: 22rpx;
2024-05-24 16:48:42 +08:00
}
2024-05-10 17:37:36 +08:00
/deep/ .map {
width: 100%;
height: 100%;
}
.dateactive {
background: #E1F3ED;
}
2024-07-10 18:01:40 +08:00
.mask {
2024-07-09 18:03:16 +08:00
width: 100%;
height: 100vh;
position: fixed;
top: 0;
left: 50%;
transform: translateX(-50%);
background-color: #000;
opacity: .6;
2024-07-10 18:01:40 +08:00
}
2024-05-10 17:37:36 +08:00
page {
2024-06-03 16:47:25 +08:00
background: linear-gradient(180deg, #8883F0 10%, rgba(255, 255, 255, 0) 100%);
2024-05-10 17:37:36 +08:00
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.page {
width: 750rpx;
padding-left: 34rpx;
padding-right: 34rpx;
box-sizing: border-box;
2024-05-27 16:06:08 +08:00
height: 100%;
.tip_box {
2024-05-24 16:48:42 +08:00
position: fixed;
left: 72rpx;
top: 700rpx;
width: 610rpx;
background: #F7FAFE;
border-radius: 30rpx 30rpx 30rpx 30rpx;
z-index: 10000000;
2024-05-27 16:06:08 +08:00
.top {
2024-05-24 16:48:42 +08:00
padding: 52rpx 38rpx 42rpx 36rpx;
2024-05-27 16:06:08 +08:00
.txt {
2024-05-24 16:48:42 +08:00
width: 100%;
text-align: center;
font-weight: 500;
font-size: 32rpx;
color: #3D3D3D;
}
}
2024-05-27 16:06:08 +08:00
.bot {
border-top: 2rpx solid #D8D8D8;
2024-05-24 16:48:42 +08:00
display: flex;
flex-wrap: nowrap;
height: 100%;
2024-05-27 16:06:08 +08:00
.bot_left {
2024-05-24 16:48:42 +08:00
width: 50%;
height: 98rpx;
display: flex;
align-items: center;
justify-content: center;
font-weight: 500;
font-size: 36rpx;
color: #3D3D3D;
}
2024-05-27 16:06:08 +08:00
.bot_right {
2024-05-24 16:48:42 +08:00
width: 50%;
height: 98rpx;
display: flex;
align-items: center;
justify-content: center;
2024-05-27 16:06:08 +08:00
border-left: 2rpx solid #D8D8D8;
2024-05-24 16:48:42 +08:00
font-weight: 500;
font-size: 36rpx;
color: #8883F0;
}
}
}
2024-05-10 17:37:36 +08:00
.userdaili {
.gongneng {
width: 680rpx;
height: 304rpx;
background: #FFFFFF;
border-radius: 24rpx 24rpx 24rpx 24rpx;
padding: 0 50rpx;
box-sizing: border-box;
.icons {
display: inline-block;
width: 145rpx;
text-align: center;
image {
margin-top: 34rpx;
width: 50px;
height: 50px;
}
}
}
.ordertongji {
width: 680rpx;
height: 342rpx;
background: #FFFFFF;
border-radius: 24rpx 24rpx 24rpx 24rpx;
.shuju {
display: flex;
justify-content: space-between;
padding: 0 40rpx;
box-sizing: border-box;
margin-top: 24rpx;
.ddje {
text-align: center;
.shu {
font-weight: 500;
font-size: 40rpx;
color: #3D3D3D;
}
.sb {
margin-top: 20rpx;
font-weight: 500;
font-size: 20rpx;
color: #3D3D3D;
}
}
}
.date {
padding-left: 80rpx;
padding-right: 80rpx;
box-sizing: border-box;
display: flex;
justify-content: space-between;
margin-top: 26rpx;
text {
padding: 6rpx 18rpx;
box-sizing: border-box;
background: #eee;
border-radius: 10rpx 10rpx 10rpx 10rpx;
2024-06-05 18:07:50 +08:00
font-size: 26rpx;
2024-05-10 17:37:36 +08:00
color: #808080;
}
}
.orderday {
display: flex;
justify-content: space-between;
width: 100%;
padding: 10rpx 12rpx;
box-sizing: border-box;
text {
margin-right: 10rpx;
border-radius: 20rpx;
text-align: center;
display: inline-block;
width: 148rpx;
height: 84rpx;
text-align: center;
line-height: 84rpx;
}
}
}
.dttitle {
margin: 36rpx 0;
font-weight: 500;
font-size: 36rpx;
color: #3D3D3D;
}
.zhanghu {
margin-top: 32rpx;
width: 680rpx;
height: 264rpx;
background: #FFFFFF;
border-radius: 24rpx 24rpx 24rpx 24rpx;
padding: 36rpx 38rpx;
box-sizing: border-box;
.zhtitle {
display: flex;
justify-content: space-between;
.sj {
display: flex;
justify-content: space-between;
text {
2024-06-05 18:07:50 +08:00
font-size: 26rpx;
2024-05-10 17:37:36 +08:00
color: #3D3D3D;
}
}
.tx {
2024-06-05 18:07:50 +08:00
font-size: 26rpx;
2024-05-10 17:37:36 +08:00
color: #27D089;
}
}
.zhje {
margin-top: 20rpx;
display: flex;
justify-content: space-between;
border-bottom: 1px solid #ccc;
padding-bottom: 20rpx;
text {
font-weight: 500;
font-size: 48rpx;
color: #3D3D3D;
}
.btntx {
width: 156rpx;
height: 42rpx;
background: linear-gradient(270deg, #54DAA1 0%, #19CD82 100%);
border-radius: 40rpx 40rpx 40rpx 40rpx;
2024-06-05 18:07:50 +08:00
font-size: 26rpx;
2024-05-10 17:37:36 +08:00
color: #FFFFFF;
text-align: center;
line-height: 42rpx;
margin-top: 10rpx;
}
}
.buc {
margin-top: 20rpx;
2024-06-05 18:07:50 +08:00
font-size: 26rpx;
2024-05-10 17:37:36 +08:00
color: #979797;
}
}
}
//样式结束
.title {
font-weight: 500;
font-size: 36rpx;
color: #3D3D3D;
line-height: 50rpx;
text-align: left;
font-style: normal;
text-transform: none;
}
.guangg {
2024-06-04 17:50:05 +08:00
margin-top: 10rpx;
margin-bottom: 10rpx;
2024-05-10 17:37:36 +08:00
image {
2024-05-13 15:32:48 +08:00
border-radius: 30rpx;
2024-05-10 17:37:36 +08:00
width: 680rpx;
2024-06-04 17:50:05 +08:00
height: 218rpx;
2024-05-10 17:37:36 +08:00
}
}
.saoma {
width: 750rpx;
2024-06-04 17:50:05 +08:00
height: 166rpx;
2024-05-10 17:37:36 +08:00
background: #FFFFFF;
2024-06-03 16:47:25 +08:00
position: relative;
left: -34rpx;
2024-06-04 17:50:05 +08:00
padding-top: 22rpx;
2024-05-10 17:37:36 +08:00
border-radius: 54rpx 54rpx 0 0;
2024-06-14 18:51:43 +08:00
margin-top: 20rpx;
2024-05-10 17:37:36 +08:00
view {
text-align: center;
width: 676rpx;
height: 102rpx;
background: linear-gradient(270deg, #8883F0 0%, #8883F0 100%);
border-radius: 54rpx 54rpx 54rpx 54rpx;
font-weight: 500;
font-size: 40rpx;
color: #FFFFFF;
margin: auto;
line-height: 102rpx;
}
image {
width: 56rpx;
height: 56rpx;
vertical-align: middle;
margin-right: 10rpx;
margin-bottom: 10rpx;
}
}
.ditu {
width: 100%;
height: 980rpx;
background: #FFFFFF;
border-radius: 38rpx 38rpx 38rpx 38rpx;
padding-top: 16rpx;
2024-06-03 16:47:25 +08:00
position: relative;
2024-07-10 18:01:40 +08:00
.ongoing_order {
width: 622rpx;
max-height: 100%;
background-color: rgba(0, 0, 0, 0.4);
border-radius: 40rpx 40rpx 40rpx 40rpx;
position: absolute;
top: 48rpx;
left: 34rpx;
2024-07-22 18:03:27 +08:00
.order_list {
2024-07-10 18:01:40 +08:00
width: 100%;
height: 110rpx;
border-radius: 40rpx 40rpx 40rpx 40rpx;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 36rpx;
color: #FFFFFF;
padding: 0 38rpx;
padding-right: 56rpx;
box-sizing: border-box;
line-height: 110rpx;
animation: fadeInDown .5s ease-out forwards;
2024-07-22 18:03:27 +08:00
image {
2024-07-10 18:01:40 +08:00
width: 17rpx;
height: 34rpx;
}
}
.order_top {
width: 622rpx;
height: 94rpx;
2024-07-11 18:02:47 +08:00
background: rgba(0, 0, 0, 0.4);
2024-07-22 18:03:27 +08:00
box-shadow: 0rpx 4rpx 10rpx 0rpx rgba(0, 0, 0, 0.3);
2024-07-10 18:01:40 +08:00
border-radius: 40rpx 40rpx 40rpx 40rpx;
display: flex;
align-items: center;
justify-content: space-between;
padding: 18rpx 42rpx;
box-sizing: border-box;
font-weight: 400;
font-size: 36rpx;
color: #FFFFFF;
.order_lt {
display: flex;
align-items: center;
image {
width: 44rpx;
height: 62rpx;
margin-right: 20rpx;
}
}
2024-07-22 18:03:27 +08:00
image {
2024-07-10 18:01:40 +08:00
width: 47rpx;
height: 47rpx;
padding-bottom: 10rpx;
box-sizing: border-box;
}
}
}
2024-05-10 17:37:36 +08:00
.fujin {
2024-06-03 16:47:25 +08:00
position: absolute;
top: 730rpx;
2024-05-10 17:37:36 +08:00
padding-left: 30rpx;
2024-06-03 16:47:25 +08:00
width: 100%;
2024-05-10 17:37:36 +08:00
image {
width: 210rpx;
2024-06-03 16:47:25 +08:00
height: 74rpx;
2024-05-10 17:37:36 +08:00
}
}
.dtxs {
width: 642rpx;
height: 812rpx;
margin: auto;
2024-06-14 18:51:43 +08:00
border-radius: 30rpx;
overflow: hidden;
2024-11-28 18:04:09 +08:00
.picimg {
width: 120rpx;
height: 120rpx;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 50%;
}
2024-05-10 17:37:36 +08:00
}
.tubiao {
display: flex;
justify-content: space-between;
2024-06-03 16:47:25 +08:00
padding: 30rpx 50rpx;
2024-05-10 17:37:36 +08:00
box-sizing: border-box;
.gr {
text-align: center;
width: 100%;
font-weight: 400;
2024-06-05 18:07:50 +08:00
font-size: 26rpx;
2024-05-10 17:37:36 +08:00
color: #3D3D3D;
image {
display: block;
margin: auto;
margin-bottom: 14rpx;
}
}
}
}
}
2024-07-22 18:03:27 +08:00
@keyframes fadeInDown {
from {
opacity: 0;
transform: translateY(-20px);
}
to {
opacity: 1;
transform: translateY(0);
}
2024-07-10 18:01:40 +08:00
}
2024-05-10 17:37:36 +08:00
</style>