kaiguan-zfb/page_components/fuwu/index.vue

1317 lines
37 KiB
Vue
Raw Normal View History

2024-05-10 17:37:36 +08:00
<template>
<view class="page">
2024-06-14 19:22:34 +08:00
<!-- <u-navbar :border-bottom="false" :background="bgc" title-color='#fff' back-icon-color="#fff"
2024-06-14 18:51:43 +08:00
title-size='36' height='50'></u-navbar> -->
2024-05-10 17:37:36 +08:00
<view class="title">
2024-07-18 18:06:40 +08:00
<image src="https://api.ccttiot.com/smartmeter/img/static/uyr6T0Vfkefty2blkDmU" mode="" style="width: 52rpx;height: 52rpx;margin-right: 10rpx;vertical-align: bottom;vertical-align: bottom;" @click="btnshouye"></image>
2024-07-22 18:03:27 +08:00
<text style="width: 80%;text-align: center;display: inline-block;">{{deviceobj.deviceName == undefined ? '--' : deviceobj.deviceName}}</text>
2024-06-14 19:22:34 +08:00
<view class="wz">
2024-07-09 18:03:16 +08:00
<!-- 该设备还剩余时长{{expireTimeStr}}分钟 -->
2024-06-14 19:22:34 +08:00
</view>
<view class="wz" @click="call" style="text-align: right;padding-right: 20rpx;" v-if="deviceobj.storeContactMobile == null">
联系客服
<!-- <text >{{deviceobj.userMobile == undefined ? '--' : deviceobj.userMobile}}</text> -->
2024-06-14 20:46:37 +08:00
</view>
<view class="wz" @click="call" style="text-align: right;padding-right: 20rpx;" v-else>
联系客服
<!-- <text >{{deviceobj.storeContactMobile == undefined ? '--' : deviceobj.storeContactMobile}}</text> -->
2024-06-14 20:46:37 +08:00
</view>
2024-05-10 17:37:36 +08:00
</view>
2024-07-12 18:13:59 +08:00
2024-07-09 18:03:16 +08:00
<!-- 检测蓝牙未开启 -->
<view class="shibai" v-if="lanyaflag">
2024-07-09 18:03:16 +08:00
<view class="top">
2024-07-12 18:13:59 +08:00
设备未联网
2024-07-09 18:03:16 +08:00
</view>
<view class="tishi">
2024-07-12 18:13:59 +08:00
检测到该设备未联网,请打开蓝牙进行蓝牙模式
2024-07-09 18:03:16 +08:00
</view>
<view class="li">
<view class="wz">
第一检查手机蓝牙是否打开
</view>
2024-07-12 18:13:59 +08:00
<image style="width: 386rpx;height: 263rpx;"
src="https://api.ccttiot.com/smartmeter/img/static/uM4DY4Ee9AgFHLv4bIDR" mode=""></image>
2024-07-09 18:03:16 +08:00
</view>
<view class="li">
<view class="wz">
第二设置小程序蓝牙授权
</view>
2024-07-12 18:13:59 +08:00
<image style="width: 368rpx;height: 151rpx;"
src="https://api.ccttiot.com/smartmeter/img/static/uAj06uo9qysixLrcFHBn" mode=""></image>
<image style="width: 386rpx;height: 301rpx;"
src="https://api.ccttiot.com/smartmeter/img/static/ugFSKFZn4mzJJHQx3K2Z" mode=""></image>
<image style="width: 386rpx;height: 330rpx;"
src="https://api.ccttiot.com/smartmeter/img/static/uZ4XoCI2KNQzcPKbwGLN" mode=""></image>
2024-07-09 18:03:16 +08:00
</view>
<view class="jxcz" @click="btnjxcz">
我已知晓
</view>
</view>
2024-07-12 18:13:59 +08:00
<view class="box" v-else>
2024-05-10 17:37:36 +08:00
<view class="tit">
选择服务
</view>
2024-08-12 21:49:12 +08:00
<view>
2024-05-10 17:37:36 +08:00
<view :class="indexactive == item.suitId ? 'active':''"
2024-08-12 21:49:12 +08:00
style="width:100%;height:100%;background: #fff;box-shadow: 0rpx 16rpx 40rpx 0rpx rgba(42,130,228,0.1);border-radius: 30rpx;padding: 20rpx 34rpx;box-sizing: border-box;margin-top: 20rpx;border: 4rpx solid #fff;"
2024-05-10 17:37:36 +08:00
v-for="(item,index) in deviceobj.suitList" :key="index" @click="btnactive(item)">
<view class="lt">
2024-08-12 21:49:12 +08:00
<view class="tc" style="font-weight: 600;font-size: 34rpx;">
2024-07-22 18:03:27 +08:00
{{item.name.length > 4 ? item.name.substring(0,4) + '...' : item.name}}
2024-05-10 17:37:36 +08:00
</view>
2024-08-12 21:49:12 +08:00
<!-- <view class="date">
2024-07-17 17:59:51 +08:00
{{item.value}} <text v-if="item.timeUnit == 1">日</text> <text v-if="item.timeUnit == 2">时</text> <text v-if="item.timeUnit == 3">分钟</text> <text v-if="item.timeUnit == 4"></text>
2024-08-12 21:49:12 +08:00
</view> -->
</view>
<view class="rt" style="margin-top: 10rpx;font-size: 28rpx;">
2024-08-16 22:23:20 +08:00
<text v-if="item.feeType == 1">计时收费</text>
<text v-if="item.feeType == 2">按量收费</text>
<text v-if="item.feeType == 3">分时段按量收费</text>
<text v-if="item.feeType == 4">分时段按时收费</text>
{{item.feeMode == 1 ? '单次收费' : '智能收费'}}
<text v-if="item.feeType == 1">{{item.value}}<text v-if="item.timeUnit == 2">时</text> <text v-if="item.timeUnit == 3">分钟</text> <text v-if="item.timeUnit == 4"></text> {{item.price}}</text>
<text v-if="item.feeType == 2">{{item.value}}{{item.price}}</text>
<text v-if="item.feeType == 3 || item.feeType == 4">押金{{item.price}}</text>
2024-05-10 17:37:36 +08:00
</view>
2024-08-16 22:23:20 +08:00
<view class="" style="margin-top: 10rpx;color: #8883F0;font-size: 28rpx;" v-if="item.feeMode == 2">
2024-08-12 21:49:12 +08:00
完成订单后押金将自动退还
2024-08-16 22:23:20 +08:00
</view>
<view class="" style="width: 100%" v-if="item.feeType == 3 || item.feeType == 4">
2024-08-12 21:49:12 +08:00
<u-collapse>
<u-collapse-item title="收费详情">
<view class="" style="margin-bottom: 6rpx;font-size: 24rpx;">
收费时间段
</view>
<view class="ulbox">
<view class="ulli">
2024-08-16 22:23:20 +08:00
<view class="li" v-for="(val,gearAmountindex) in item.arr" :key="gearAmountindex">
{{val}}
2024-08-12 21:49:12 +08:00
</view>
</view>
<view class="olli">
2024-08-16 22:23:20 +08:00
<view class="li" v-for="(vals,timeindex) in 24" :key="timeindex">
{{timeindex + ':00'}}
</view>
2024-08-12 21:49:12 +08:00
</view>
</view>
</u-collapse-item>
</u-collapse>
2024-08-16 22:23:20 +08:00
</view>
2024-08-12 21:49:12 +08:00
<view class="" style="margin-top: 10rpx;">
套餐说明{{item.description == null ? '无' : item.description}}
2024-05-10 17:37:36 +08:00
</view>
2024-08-12 21:49:12 +08:00
2024-05-10 17:37:36 +08:00
</view>
2024-08-02 18:00:50 +08:00
<view v-if="deviceobj.suitList == null || deviceobj.suitList.length == 0" class="" style="color: #ccc;font-size: 36rpx;">
2024-07-17 17:59:51 +08:00
该设备暂无套餐...
2024-07-09 18:03:16 +08:00
</view>
2024-05-10 17:37:36 +08:00
</view>
2024-08-12 21:49:12 +08:00
<!-- <view class="shuom" v-for="(item,index) in deviceobj.suitList" :key="index"
2024-05-10 17:37:36 +08:00
v-if="indexactive == item.suitId">
2024-06-14 18:51:43 +08:00
<view class="tits" style="margin-top: 10rpx;">
2024-05-10 17:37:36 +08:00
套餐说明
</view>
2024-06-14 20:46:37 +08:00
<view class="" style="margin-top: 30rpx;">
2024-07-12 18:13:59 +08:00
<textarea :readonly="isReadOnly" v-model="item.description == null ? '' : item.description"
id="myTextarea" cols="30" rows="10" style="pointer-events: none;"></textarea>
2024-05-10 17:37:36 +08:00
</view>
2024-08-12 21:49:12 +08:00
</view> -->
2024-05-10 17:37:36 +08:00
2024-07-17 17:59:51 +08:00
<view class="tongyi" v-if="deviceobj.suitList != null">
2024-05-10 17:37:36 +08:00
<u-checkbox-group>
<u-checkbox v-model="checked" @change="checkboxChange" active-color="#8883F0 ">我已同意
2024-06-07 17:05:52 +08:00
</u-checkbox><text></text>
2024-05-10 17:37:36 +08:00
</u-checkbox-group>
2024-07-27 18:43:42 +08:00
<view class="zf" @click="btnzhifu" v-if="zhifuflag">
立即支付
</view>
<view class="zf" v-else>
2024-05-10 17:37:36 +08:00
立即支付
</view>
</view>
2024-07-12 18:13:59 +08:00
<view class="mask" v-if="czflag"></view>
2024-08-12 21:49:12 +08:00
<view class="czdh" v-if="jzflag">
<view class="bj">
<view class="tittop">
正在充值中,请稍后
</view>
<view class="bfb">
{{progress}} %
</view>
</view>
</view>
2024-07-12 18:13:59 +08:00
2024-05-10 17:37:36 +08:00
</view>
</view>
</template>
<script>
2024-06-07 17:05:52 +08:00
var xBlufi = require("@/page_components/blufi/xBlufi.js");
2024-05-10 17:37:36 +08:00
export default {
data() {
return {
2024-08-12 21:49:12 +08:00
jzflag:false,
progress: 0,
isLoading: false,
2024-07-27 18:43:42 +08:00
zhifuflag:true,
2024-07-11 18:02:47 +08:00
indexactive: -1,
2024-05-10 17:37:36 +08:00
checked: false,
2024-07-12 18:13:59 +08:00
lanyaflag: false,
2024-05-10 17:37:36 +08:00
deviceobj: {},
timer: null,
expireTimeStr: '',
zfobj: {},
2024-05-21 15:07:11 +08:00
orderno: '',
2024-05-24 18:02:56 +08:00
id: '',
czflag: false,
sytime: 0,
2024-06-07 17:05:52 +08:00
datetime: 0,
mac: '',
deviceId: '',
name: '',
ver_data: '',
devicesList: [],
2024-07-11 18:02:47 +08:00
onlineStatus: '',
2024-07-12 18:13:59 +08:00
jine: '',
2024-07-17 17:59:51 +08:00
dingobj: {},
suitTimeUnit:'',
2024-07-27 18:43:42 +08:00
zfflag:true,
2024-08-02 18:00:50 +08:00
prices:'',
2024-08-16 22:23:20 +08:00
sceneValue:'',
suitFeeMode:'',
suitFeeType:'',
suitGearAmount:[],
suitGearTime:[],
suitPrice:'',
payNo:''
2024-05-10 17:37:36 +08:00
}
},
2024-05-21 15:07:11 +08:00
onLoad(option) {
2024-08-12 21:49:12 +08:00
// this.startLoading()
2024-08-02 18:00:50 +08:00
if (option.q) {
function getQueryParam(url, paramName) {
let regex = new RegExp(`[?&]${paramName}=([^&]*)`);
let results = regex.exec(url);
return results ? decodeURIComponent(results[1].replace(/\+/g, ' ')) : null
2024-07-30 18:02:27 +08:00
}
2024-08-02 18:00:50 +08:00
this.sceneValue = option.q
let decodedValue = decodeURIComponent(this.sceneValue);
this.id = getQueryParam(decodedValue, 's')
} else {
this.id = option.id
}
2024-05-10 17:37:36 +08:00
},
computed: {
2024-05-24 16:48:42 +08:00
},
2024-07-17 17:59:51 +08:00
// 分享到好友(会话)
onShareAppMessage: function () {
return {
title: '创想物联',
path: '/pages/shouye/index'
}
},
// 分享到朋友圈
onShareTimeline: function () {
return {
title: '创想物联',
query: '',
path: '/pages/shouye/index'
}
},
2024-05-24 16:48:42 +08:00
onShow() {
2024-07-30 18:02:27 +08:00
// this.getuserinfo()
2024-08-02 18:00:50 +08:00
setTimeout(()=>{
if (this.id != '') {
this.$u.get("/app/user/userInfo").then((res) => {
if (res.code == 200) {
this.getone()
} else {
uni.navigateTo({
url: '/pages/login/login?id=' + 1
})
}
})
}
},1)
2024-05-10 17:37:36 +08:00
},
2024-06-07 17:05:52 +08:00
onUnload: function() {
if (this.timer) {
2024-08-06 18:04:09 +08:00
clearInterval(this.timer)
2024-06-07 17:05:52 +08:00
this.timer = null;
}
xBlufi.listenDeviceMsgEvent(false, this.funListenDeviceMsgEvent);
xBlufi.notifyStartDiscoverBle({
'isStart': false
})
},
onHide() {
xBlufi.listenDeviceMsgEvent(false, this.funListenDeviceMsgEvent);
xBlufi.notifyStartDiscoverBle({
'isStart': false
});
},
onBeforeUnmount() {
xBlufi.listenDeviceMsgEvent(false, this.funListenDeviceMsgEvent);
xBlufi.notifyStartDiscoverBle({
'isStart': false
2024-08-06 18:04:09 +08:00
})
2024-06-07 17:05:52 +08:00
},
2024-05-10 17:37:36 +08:00
methods: {
2024-08-02 18:00:50 +08:00
getone(){
let that = this
let data = {
deviceNo: that.id
}
that.$u.get(`/app/device/isBind?deviceNo=${that.id}`).then(res => {
if (res.data == 2) {
that.$u.get(`/app/device/${that.id}/withSuitList`).then((res) => {
if (res.code == 200) {
that.$u.get(`/app/device/${that.id}/bySn`).then((res) => {
if (res.code == 200) {
that.mac = 'CTKG-' + res.data.mac
that.onlineStatus = res.data.onlineStatus
2024-08-12 21:49:12 +08:00
// if (that.onlineStatus == 0) {
// // 一开始搜索设备
// xBlufi.initXBlufi(1)
// xBlufi.listenDeviceMsgEvent(true, that.funListenDeviceMsgEvent);
// xBlufi.notifyStartDiscoverBle({
// 'isStart': true
// })
// setTimeout(() => {
// xBlufi.notifyStartDiscoverBle({
// 'isStart': false
// })
// if (that.devicesList.length > 0) {
// xBlufi.notifyConnectBle({
// isStart: true,
// deviceId: that.deviceId,
// name: that.name
// })
// }
// }, 2000)
// }
2024-08-02 18:00:50 +08:00
}
})
}
})
} else if (res.data == 1) {
2024-08-12 21:49:12 +08:00
// console.log(111);
2024-08-02 18:00:50 +08:00
uni.showModal({
title: '提示',
content: '该设备未绑定,你需进行绑定吗?',
success: function(res) {
if (res.confirm) {
that.$u.put("/app/device/bind", data).then(res => {
if(res.code == 200){
that.$u.get(`/app/device/${that.id}/bySn`).then((res) => {
if (res.code == 200) {
uni.navigateTo({
url: '/page_components/bindsz?id=' + res.data.deviceId
})
}
})
}
})
} else if (res.cancel) {
}
}
})
} else if (res.data == 0) {
uni.showModal({
title: '提示',
content: '该设备未录入,你需进行录入吗?',
success: function(res) {
if (res.confirm) {
uni.navigateTo({
url: '/page_fenbao/zhuce?sn=' + that.id
})
} else if (res.cancel) {
}
}
})
}
})
this.gettaoc()
},
2024-07-15 18:00:44 +08:00
btnshouye(){
uni.reLaunch({
url:'/pages/shouye/index'
})
},
2024-07-12 18:13:59 +08:00
btnjxcz() {
2024-08-12 21:49:12 +08:00
this.czflag = false
2024-07-09 18:03:16 +08:00
xBlufi.initXBlufi(1)
xBlufi.listenDeviceMsgEvent(true, this.funListenDeviceMsgEvent);
xBlufi.notifyStartDiscoverBle({
'isStart': true
})
setTimeout(() => {
xBlufi.notifyStartDiscoverBle({
'isStart': false
})
if (this.devicesList.length > 0) {
xBlufi.notifyConnectBle({
isStart: true,
deviceId: this.deviceId,
name: this.name
})
}
}, 2000)
},
2024-07-12 18:13:59 +08:00
2024-06-14 19:22:34 +08:00
call() {
let phoneNumber = ''
2024-07-12 18:13:59 +08:00
if (this.deviceobj.storeContactMobile == null) {
2024-06-14 19:22:34 +08:00
phoneNumber = this.deviceobj.userMobile
2024-07-12 18:13:59 +08:00
} else {
2024-06-14 19:22:34 +08:00
phoneNumber = this.deviceobj.storeContactMobile
}
uni.makePhoneCall({
2024-07-12 18:13:59 +08:00
phoneNumber: phoneNumber,
2024-06-14 19:22:34 +08:00
success: function(res) {
2024-08-06 18:04:09 +08:00
console.log('拨打电话成功', res)
2024-06-14 19:22:34 +08:00
},
fail: function(err) {
2024-08-06 18:04:09 +08:00
console.error('拨打电话失败', err)
2024-06-14 19:22:34 +08:00
uni.showToast({
title: '拨打电话失败',
icon: 'none'
})
}
})
},
gettrue() {
2024-06-14 18:51:43 +08:00
this.$u.get("/app/device/isBind?deviceNo=" + this.id).then((res) => {
2024-07-30 18:02:27 +08:00
if (res.data == 0 || res.data == 1) {
2024-06-14 19:22:34 +08:00
uni.navigateTo({
url: '/pages/shouye/index?flag=' + true + '&id=' + this.id
})
}
2024-06-14 18:51:43 +08:00
})
},
getuserinfo() {
this.$u.get("/app/user/userInfo").then((res) => {
if (res.code == 200) {
2024-07-30 18:02:27 +08:00
// this.gettrue()
2024-06-14 18:51:43 +08:00
} else {
uni.navigateTo({
2024-06-14 19:22:34 +08:00
url: '/pages/login/login?id=' + 1
2024-06-14 18:51:43 +08:00
})
}
})
},
2024-06-07 17:05:52 +08:00
getmac() {
this.$u.get(`/app/device/${this.id}/bySn`).then((res) => {
if (res.code == 200) {
2024-08-16 22:23:20 +08:00
// this.mac = 'CTKG-' + res.data.mac
this.mac = res.data.mac
2024-06-07 17:05:52 +08:00
this.onlineStatus = res.data.onlineStatus
}
})
2024-05-10 17:37:36 +08:00
},
gettaoc() {
2024-05-21 15:07:11 +08:00
this.$u.get(`/app/device/${this.id}/withSuitList`).then((res) => {
2024-05-10 17:37:36 +08:00
if (res.code == 200) {
2024-08-06 18:04:09 +08:00
this.deviceobj = res.data
2024-05-10 17:37:36 +08:00
this.zfobj = res.data.suitList[0]
2024-08-06 18:04:09 +08:00
let targetDateStr = this.deviceobj.expireTime
let targetParts = targetDateStr.split(/[- :]/)
let targetDate = new Date(targetParts[0], targetParts[1] - 1, targetParts[2], targetParts[3], targetParts[4], targetParts[5])
let now = new Date()
let differenceInMs = targetDate - now
2024-07-12 18:13:59 +08:00
if (differenceInMs <= 0) {
2024-08-06 18:04:09 +08:00
this.expireTimeStr = '0'
2024-07-12 18:13:59 +08:00
} else {
this.expireTimeStr = '1'
2024-06-17 13:57:53 +08:00
}
2024-08-16 22:23:20 +08:00
if(res.data.suitList){
this.mapGearTimeToGearAmount(res.data.suitList)
}
// console.log(res.data.suitList,'1212');
2024-05-10 17:37:36 +08:00
}
2024-06-07 17:05:52 +08:00
})
2024-05-10 17:37:36 +08:00
},
2024-08-16 22:23:20 +08:00
mapGearTimeToGearAmount(suitList) {
// 遍历 suitList 数组
suitList.forEach(suit => {
const gearTime = suit.gearTime;
const gearAmount = suit.gearAmount;
const arr = new Array(gearTime.length).fill(null);
gearTime.forEach((time, index) => {
if (time >= 0 && time < gearAmount.length) {
arr[index] = gearAmount[time];
}
});
suit.arr = arr;
});
},
2024-05-10 17:37:36 +08:00
btnzhifu() {
if (this.checked == false) {
uni.showToast({
title: '请勾选用户服务协议 !',
icon: 'none',
duration: 1000
2024-06-07 17:05:52 +08:00
})
2024-07-12 18:13:59 +08:00
} else if (this.indexactive == -1) {
2024-07-11 18:02:47 +08:00
uni.showToast({
title: '请选择套餐 !',
icon: 'none',
duration: 1000
})
2024-06-07 17:05:52 +08:00
} else if (this.onlineStatus == 1) {
2024-07-27 18:43:42 +08:00
this.zhifuflag = false
2024-06-07 17:05:52 +08:00
let that = this
2024-05-10 17:37:36 +08:00
let data = {
2024-06-07 17:05:52 +08:00
deviceNo: that.id,
suitId: that.zfobj.suitId,
money: that.zfobj.price,
2024-07-17 17:59:51 +08:00
suitTime: that.zfobj.value,
2024-08-16 22:23:20 +08:00
suitTimeUnit:that.suitTimeUnit,
suitFeeMode:that.suitFeeMode,
suitFeeType:that.suitFeeType,
suitGearAmount:that.suitGearAmount,
suitGearTime:that.suitGearTime,
suitPrice:that.suitPrice
2024-05-10 17:37:36 +08:00
}
2024-06-07 17:05:52 +08:00
that.$u.post('/app/bill/recharge', data).then((res) => {
2024-05-10 17:37:36 +08:00
if (res.code == 200) {
2024-06-07 17:05:52 +08:00
that.orderno = res.data
2024-08-02 18:00:50 +08:00
// console.log(this.prices);
2024-08-16 22:23:20 +08:00
// if(this.prices == 0){
// 0元购
// that.$u.put(`/app/bill/${that.orderno}/refreshPayResult`).then(res => {})
// // 支付成功逻辑
// uni.reLaunch({
// url: '/pages/shouye/index'
// })
// uni.setStorageSync('time', that.expireTimeStr)
// }
if(this.suitFeeType == 3 || this.suitFeeType == 4){
let data = {
billNo:that.orderno,
channelId:1
}
that.$u.put(`/app/bill/payDeposit`,data).then(res => {
if(res.code == 200){
that.payNo = res.data.payBill.payNo
uni.requestPayment({
provider: 'wxpay',
timeStamp: res.data.payParams.timeStamp,
nonceStr: res.data.payParams.nonceStr,
package: res.data.payParams.packageVal,
signType: res.data.payParams.signType,
paySign: res.data.payParams.paySign,
success: (res) => {
this.zhifuflag = true
// console.log(res, '支付成功')
if (that.timer) {
clearInterval(this.timer)
that.timer = null;
}
that.$u.put(`/app/bill/${that.payNo}/refreshPayResult`).then(res => {})
// 支付成功逻辑
uni.reLaunch({
// url: '/pages/shouye/index'
url:'/page_components/eletj?id=' + that.orderno
})
uni.setStorageSync('time', that.expireTimeStr)
},
fail(err) {
this.zhifuflag = true
// 支付失败逻辑
uni.showToast({
title: '支付失败',
icon: 'none',
duration: 2000
})
}
})
}
2024-07-27 18:43:42 +08:00
})
}else{
that.$u.get(`/app/pay/wx/${that.orderno}`).then((res) => {
if (res.code == 200) {
uni.requestPayment({
provider: 'wxpay',
2024-08-16 22:23:20 +08:00
timeStamp: res.data.payParams.timeStamp,
nonceStr: res.data.payParams.nonceStr,
package: res.data.payParams.packageVal,
signType: res.data.payParams.signType,
paySign: res.data.payParams.paySign,
2024-07-27 18:43:42 +08:00
success: (res) => {
this.zhifuflag = true
2024-08-06 18:04:09 +08:00
// console.log(res, '支付成功')
2024-07-27 18:43:42 +08:00
if (that.timer) {
2024-08-06 18:04:09 +08:00
clearInterval(this.timer)
2024-07-27 18:43:42 +08:00
that.timer = null;
}
that.$u.put(`/app/bill/${that.orderno}/refreshPayResult`).then(res => {})
// 支付成功逻辑
uni.reLaunch({
2024-08-16 22:23:20 +08:00
url:'/page_components/eletj?id=' + that.orderno
2024-07-27 18:43:42 +08:00
})
uni.setStorageSync('time', that.expireTimeStr)
},
fail(err) {
this.zhifuflag = true
// 支付失败逻辑
uni.showToast({
title: '支付失败',
icon: 'none',
duration: 2000
2024-08-16 22:23:20 +08:00
})
2024-07-27 18:43:42 +08:00
}
2024-05-24 18:02:56 +08:00
})
2024-07-27 18:43:42 +08:00
}
})
}
2024-05-24 18:02:56 +08:00
} else if (res.code == 401) {
2024-05-13 15:32:48 +08:00
uni.reLaunch({
2024-05-24 18:02:56 +08:00
url: '/pages/login/login'
2024-05-10 17:37:36 +08:00
})
2024-08-16 22:23:20 +08:00
}else if(res.code == 500){
uni.showToast({
title:res.msg,
icon: 'none',
duration: 2000
});
2024-05-10 17:37:36 +08:00
}
})
2024-06-07 17:05:52 +08:00
} else {
if (this.ver_data == '') {
2024-07-12 18:13:59 +08:00
this.czflag = true
uni.showLoading({
title: '切换中'
})
2024-06-07 17:05:52 +08:00
let that = this
2024-07-10 18:01:40 +08:00
xBlufi.initXBlufi(1);
xBlufi.listenDeviceMsgEvent(true, that.funListenDeviceMsgEvent);
xBlufi.notifyStartDiscoverBle({
'isStart': true
})
setTimeout(() => {
xBlufi.notifyStartDiscoverBle({
'isStart': false
})
2024-07-12 18:13:59 +08:00
if (that.devicesList.length > 0) {
2024-07-10 18:01:40 +08:00
xBlufi.notifyConnectBle({
isStart: true,
deviceId: that.deviceId,
name: that.name
})
}
}, 2000)
2024-06-07 17:05:52 +08:00
uni.showModal({
2024-07-10 18:01:40 +08:00
title: '温馨提示',
2024-08-16 22:23:20 +08:00
content: `检测到该设备未联网,为您切换为蓝牙模式,支付的时候靠近该设备,并打开蓝牙`,
showCancel: false,
success: function (res) {
2024-06-07 17:05:52 +08:00
}
})
2024-06-14 19:22:34 +08:00
} else {
2024-07-27 18:43:42 +08:00
this.zhifuflag = false
2024-06-07 17:05:52 +08:00
let that = this
let data = {
deviceNo: that.id,
suitId: that.zfobj.suitId,
money: that.zfobj.price,
2024-07-17 17:59:51 +08:00
suitTime: that.zfobj.value,
2024-08-16 22:23:20 +08:00
suitTimeUnit:that.suitTimeUnit,
suitFeeMode:that.suitFeeMode,
suitFeeType:that.suitFeeType,
suitGearAmount:that.suitGearAmount,
suitGearTime:that.suitGearTime,
suitPrice:that.suitPrice
2024-06-07 17:05:52 +08:00
}
that.$u.post('/app/bill/recharge', data).then((res) => {
if (res.code == 200) {
that.orderno = res.data
2024-08-16 22:23:20 +08:00
if(this.suitFeeType == 3 || this.suitFeeType == 4){
let data = {
billNo:that.orderno,
channelId:1
}
that.$u.put(`/app/bill/payDeposit`,data).then((res) => {
if (res.code == 200) {
that.payNo = res.data.payBill.payNo
uni.requestPayment({
provider: 'wxpay',
timeStamp: res.data.payParams.timeStamp,
nonceStr: res.data.payParams.nonceStr,
package: res.data.payParams.packageVal,
signType: res.data.payParams.signType,
paySign: res.data.payParams.paySign,
success: (res) => {
// console.log(res, '支付成功');
if (that.timer) {
clearInterval(this.timer);
that.timer = null;
}
// 111111111111111111111111
that.$u.put(`/app/payBill/${that.payNo}/refreshPayResult`).then(res =>{
// if(res.code == 200){
that.$u.get(`/app/bill/byNo/${that.orderno}`).then(res => {
2024-07-27 18:43:42 +08:00
if (res.code == 200) {
2024-08-16 22:23:20 +08:00
if(res.data.status == 9){
uni.getNetworkType({
success(res) {
if (res.networkType !== 'none') {
uni.getConnectedBluetoothDevices({
success(res) {
that.jzflag = true
that.startLoading()
setTimeout(()=> {
xBlufi.notifySendCustomData({
customData: 'open'
})
setTimeout(() => {
that.zhifuflag = true
uni.reLaunch({
// url: '/pages/shouye/index'
url:'/page_components/eletj?id=' + that.orderno
})
},1000)
},1500)
},
fail(err) {
console.error('获取已连接蓝牙设备信息失败:',err)
}
})
} else {
console.log('手机未连接网络')
// this.baiflag = false
}
}
2024-07-27 18:43:42 +08:00
})
2024-08-16 22:23:20 +08:00
}else{
uni.showToast({
title: '支付失败',
icon: 'none',
duration: 2000
});
}
2024-07-27 18:43:42 +08:00
}
})
2024-08-16 22:23:20 +08:00
// }
})
// 支付成功逻辑
uni.setStorageSync('time', that.expireTimeStr)
},
fail(err) {
this.zhifuflag = true
setTimeout(() => {
this.czflag = false
uni.hideLoading()
}, 500)
// 支付失败逻辑
uni.showToast({
title: '支付失败',
icon: 'none',
duration: 2000
});
2024-07-27 18:43:42 +08:00
}
})
2024-08-16 22:23:20 +08:00
}
})
// that.$u.get('/app/bill/recharge/device/fail/list').then(res => {
// if (res.code == 200) {
// // console.log('获取订单状态',res);
// let dingobj = res.data[0].billNo
// // console.log(dingobj,'订单号');
// uni.getNetworkType({
// success(res) {
// if (res.networkType !== 'none') {
// uni.getConnectedBluetoothDevices({
// success(res) {
// xBlufi.notifySendCustomData({
// customData: "time@" + that.jine
// })
// },
// fail(err) {
// console.error('获取已连接蓝牙设备信息失败:',err)
// }
// })
// that.$u.get(`/app/bill/recharge/${dingobj}/bluetoothSuccess`).then(res => {
// if (res.code == 200) {
// this.zhifuflag = true
// console.log('蓝牙离线充值成功')
// setTimeout(() => {
// uni.reLaunch({
// url: '/pages/shouye/index'
// })
// },1000)
// }
// })
// } else {
// console.log('手机未连接网络')
// // this.baiflag = false
// }
// }
// })
// }
// })
2024-07-27 18:43:42 +08:00
// 11111111111111111111111
// 支付成功逻辑
2024-08-16 22:23:20 +08:00
// uni.setStorageSync('time', that.expireTimeStr)
2024-07-27 18:43:42 +08:00
}else{
that.$u.get(`/app/pay/wx/${that.orderno}`).then((res) => {
if (res.code == 200) {
uni.requestPayment({
provider: 'wxpay',
2024-08-16 22:23:20 +08:00
timeStamp: res.data.payParams.timeStamp,
nonceStr: res.data.payParams.nonceStr,
package: res.data.payParams.packageVal,
signType: res.data.payParams.signType,
paySign: res.data.payParams.paySign,
2024-07-27 18:43:42 +08:00
success: (res) => {
// console.log(res, '支付成功');
if (that.timer) {
clearInterval(this.timer);
that.timer = null;
}
2024-08-12 21:49:12 +08:00
// 111111111111111111111111
that.$u.put(`/app/bill/${that.orderno}/refreshPayResult`).then(res =>{
2024-08-16 22:23:20 +08:00
// if(res.code == 200){
2024-07-27 18:43:42 +08:00
that.$u.get('/app/bill/recharge/device/fail/list').then(res => {
if (res.code == 200) {
console.log('获取订单状态',res);
let dingobj = res.data[0].billNo
console.log(dingobj,'订单号');
uni.getNetworkType({
success(res) {
if (res.networkType !== 'none') {
uni.getConnectedBluetoothDevices({
success(res) {
2024-08-12 21:49:12 +08:00
that.jzflag = true
that.startLoading()
setTimeout(()=> {
xBlufi.notifySendCustomData({
customData: "time@" + that.jine
})
},1500)
2024-07-27 18:43:42 +08:00
},
fail(err) {
console.error('获取已连接蓝牙设备信息失败:',err)
}
})
that.$u.get(`/app/bill/recharge/${dingobj}/bluetoothSuccess`).then(res => {
if (res.code == 200) {
2024-08-12 21:49:12 +08:00
that.zhifuflag = true
console.log('蓝牙离线充值成功11')
2024-07-27 18:43:42 +08:00
setTimeout(() => {
uni.reLaunch({
2024-08-16 22:23:20 +08:00
url:'/page_components/eletj?id=' + that.orderno
2024-07-27 18:43:42 +08:00
})
},1000)
}
})
} else {
console.log('手机未连接网络')
// this.baiflag = false
}
}
})
}
})
2024-08-16 22:23:20 +08:00
// }
2024-07-27 18:43:42 +08:00
})
// 支付成功逻辑
uni.setStorageSync('time', that.expireTimeStr)
},
fail(err) {
this.zhifuflag = true
setTimeout(() => {
this.czflag = false
uni.hideLoading()
}, 500)
// 支付失败逻辑
uni.showToast({
title: '支付失败',
icon: 'none',
duration: 2000
});
}
})
}
})
}
2024-08-16 22:23:20 +08:00
} else if (res.code == 500) {
uni.showToast({
title: res.msg,
icon: 'none',
duration: 2000
});
2024-07-12 18:13:59 +08:00
} else {
2024-07-10 18:01:40 +08:00
this.czflag = false
2024-06-07 17:05:52 +08:00
}
})
}
2024-05-10 17:37:36 +08:00
}
},
2024-08-12 21:49:12 +08:00
startLoading() {
this.isLoading = true;
const intervalId = setInterval(() => {
this.progress += 100 / 100; // 每次增加 1
if (this.progress >= 99) {
clearInterval(intervalId);
this.isLoading = false;
this.progress = 98; // 确保进度条最终达到98
}
}, 15);
},
2024-07-18 18:06:40 +08:00
//选择套餐
2024-05-10 17:37:36 +08:00
btnactive(item) {
2024-07-27 18:43:42 +08:00
this.zhifuflag = true
this.prices = item.price
2024-05-24 16:48:42 +08:00
this.sytime = item.value
2024-05-10 17:37:36 +08:00
this.zfobj = item
2024-07-17 17:59:51 +08:00
this.indexactive = item.suitId
this.suitTimeUnit = item.timeUnit
2024-08-16 22:23:20 +08:00
this.suitPrice = item.price
this.suitGearAmount = item.gearAmount
this.suitGearTime = item.gearTime
this.suitFeeMode = item.feeMode
this.suitFeeType = item.feeType
2024-07-17 17:59:51 +08:00
if(item.timeUnit == 1){
this.jine = item.value * 24 * 60 * 60
}else if(item.timeUnit == 2){
this.jine = item.value * 60 * 60
}else if(item.timeUnit == 3){
this.jine = item.value * 60
}else if(item.timeUnit == 4){
this.jine = item.value
}
console.log(this.jine);
2024-05-10 17:37:36 +08:00
},
checkboxChange(e) {
this.checked = e.value
},
2024-06-07 17:05:52 +08:00
2024-07-18 18:06:40 +08:00
// 获取附近蓝牙设备列表
2024-06-07 17:05:52 +08:00
funListenDeviceMsgEvent: function(options) {
2024-08-16 22:23:20 +08:00
switch (options.type) {
2024-06-07 17:05:52 +08:00
case xBlufi.XBLUFI_TYPE.TYPE_GET_DEVICE_LISTS:
if (options.result) {
let devicesarr = options.data
2024-08-16 22:23:20 +08:00
console.log(devicesarr,this.mac,'111');
2024-06-07 17:05:52 +08:00
devicesarr.forEach(device => {
const mac = device.name.substring(4);
2024-08-16 22:23:20 +08:00
if (device.name.slice(5, 17) == this.mac.slice(5, 17)) {
2024-06-07 17:05:52 +08:00
this.deviceId = device.deviceId
this.name = device.name
2024-07-10 18:01:40 +08:00
// console.log(device.name,this.mac,'222');
2024-06-07 17:05:52 +08:00
this.devicesList.push(device);
let uniqueDevicesList = Array.from(new Set(this.devicesList));
// 将去重后的数组重新赋值给 this.devicesList
this.devicesList = uniqueDevicesList;
2024-07-12 18:13:59 +08:00
} else {
2024-07-11 18:02:47 +08:00
// uni.showToast({
// title: '未找到该设备,请确认该设备在附近',
// icon: 'none',
// duration: 3000
// })
2024-06-07 17:05:52 +08:00
}
2024-07-12 18:13:59 +08:00
})
2024-06-07 17:05:52 +08:00
}
break;
case xBlufi.XBLUFI_TYPE.TYPE_CONNECTED:
console.log("连接回调:" + JSON.stringify(options));
if (options.result) {
2024-07-12 18:13:59 +08:00
// console.log('125451245')
2024-06-07 17:05:52 +08:00
{
xBlufi.notifyInitBleEsp32({
deviceId: this.deviceId
});
xBlufi.listenDeviceMsgEvent(true, this.funListenDeviceMsgEvents);
this.deviceIds = options.data.deviceId
this.name = this.name
}
2024-07-12 18:13:59 +08:00
}else{
2024-06-07 17:05:52 +08:00
}
break;
case xBlufi.XBLUFI_TYPE.TYPE_RECIEVE_CUSTON_DATA:
this.ver_data = this.parseCustomData(options.data)
2024-07-10 18:01:40 +08:00
console.log("1收到设备发来的自定义数据结果", this.ver_data);
2024-07-12 18:13:59 +08:00
setTimeout(()=>{
this.czflag = false
uni.hideLoading()
},1000)
2024-06-07 17:05:52 +08:00
break;
case xBlufi.XBLUFI_TYPE.TYPE_GET_DEVICE_LISTS_STOP:
if (options.result) {
let uniqueDevicesList = Array.from(new Set(this.devicesList));
2024-07-09 18:03:16 +08:00
let filteredDevices = uniqueDevicesList.filter(device => device.name.substring(0, 4) === "CTKG");
2024-06-07 17:05:52 +08:00
// 将过滤后的数组重新赋值给 this.devicesList
this.devicesList = filteredDevices;
}
break;
2024-07-09 18:03:16 +08:00
case xBlufi.XBLUFI_TYPE.TYPE_GET_DEVICE_LISTS_START:
if (!options.result) {
2024-07-12 18:13:59 +08:00
this.lanyaflag = true
2024-07-09 18:03:16 +08:00
uni.showToast({
title: '蓝牙未开启',
icon: 'none',
duration: 3000
});
return
2024-07-12 18:13:59 +08:00
} else {
2024-07-09 18:03:16 +08:00
this.lanyaflag = false
}
break;
2024-05-10 17:37:36 +08:00
}
},
2024-07-18 18:06:40 +08:00
// 从蓝牙拿到数据进行解析
2024-06-07 17:05:52 +08:00
parseCustomData(data) {
// 将字符串按照 "@" 分割成数组
const dataArray = data.split('@');
const voltage = parseFloat(dataArray[0].substring(1)); // 去除前缀 "V",并将字符串转换为浮点数
const switchState = dataArray[1].substring(1); // 去除前缀 "S"
const current = parseFloat(dataArray[2].substring(1)); // 去除前缀 "A",并将字符串转换为浮点数
const power = parseFloat(dataArray[4].substring(1)); // 去除前缀 "P",并将字符串转换为浮点数
const remainingPower = parseFloat(dataArray[5].substring(1)); // 去除前缀 "M",并将字符串转换为浮点数
const setMode = dataArray[6].substring(1); // 去除前缀 "T"
// 返回解析后的数据对象
return {
voltage,
switchState,
current,
power,
remainingPower,
setMode
};
},
2024-05-10 17:37:36 +08:00
}
}
</script>
<style lang="scss">
2024-08-12 21:49:12 +08:00
.czdh{
width: 100%;
height: 100vh;
position: fixed;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, .5);
padding-top: 700rpx;
.bj{
width: 500rpx;
height: 300rpx;
background-color: #fff;
margin: auto;
border-radius: 20rpx;
.tittop{
width: 100%;
text-align: center;
padding-top: 50rpx;
box-sizing: border-box;
}
.bfb{
width: 100%;
text-align: center;
padding-top: 50rpx;
box-sizing: border-box;
font-size: 50rpx;
}
}
}
2024-07-15 18:00:44 +08:00
.u-icon__icon{
// margin-right: 20rpx;
}
2024-07-12 18:13:59 +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-12 18:13:59 +08:00
}
2024-08-12 21:49:12 +08:00
.ulbox{
width: 100%;
2024-08-16 22:23:20 +08:00
overflow: scroll;
2024-08-12 21:49:12 +08:00
.ulli{
display: flex;
2024-08-16 22:23:20 +08:00
width: 170vh;
2024-08-12 21:49:12 +08:00
.li{
2024-08-16 22:23:20 +08:00
flex: 1;
2024-08-12 21:49:12 +08:00
border: 1rpx solid #ccc;
text-align: center;
font-size: 32rpx;
color: #8883F0;
height: 88rpx;
line-height: 88rpx;
}
}
.olli{
display: flex;
2024-08-16 22:23:20 +08:00
width: 170vh;
2024-08-12 21:49:12 +08:00
.li{
2024-08-16 22:23:20 +08:00
flex: 1;
2024-08-12 21:49:12 +08:00
border: 1rpx solid #ccc;
text-align: center;
font-size: 22rpx;
color: #262B37;
height: 88rpx;
line-height: 88rpx;
}
}
}
2024-07-12 18:13:59 +08:00
.shibai {
2024-07-09 18:03:16 +08:00
margin-top: 50rpx;
text-align: center;
padding-bottom: 600rpx;
height: 100vh;
overflow: scroll;
2024-07-12 18:13:59 +08:00
.jxcz {
2024-07-09 18:03:16 +08:00
width: 563rpx;
height: 100rpx;
background: #8883F0;
border-radius: 60rpx 60rpx 60rpx 60rpx;
text-align: center;
line-height: 100rpx;
font-size: 45rpx;
color: #FFFFFF;
position: fixed;
bottom: 62rpx;
left: 50%;
transform: translateX(-50%);
}
2024-07-12 18:13:59 +08:00
.top {
2024-07-09 18:03:16 +08:00
font-size: 40rpx;
color: #3D3D3D;
}
2024-07-12 18:13:59 +08:00
.tishi {
2024-07-09 18:03:16 +08:00
font-size: 31rpx;
color: #3D3D3D;
margin-top: 50rpx;
}
2024-07-12 18:13:59 +08:00
.li {
2024-07-09 18:03:16 +08:00
margin-top: 50rpx;
font-size: 31rpx;
color: #3D3D3D;
2024-07-12 18:13:59 +08:00
image {
2024-07-09 18:03:16 +08:00
margin-top: 30rpx;
}
}
}
2024-07-12 18:13:59 +08:00
2024-05-24 18:02:56 +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-06-07 17:05:52 +08:00
/deep/ .u-checkbox__label {
2024-06-04 14:50:30 +08:00
margin-right: 0 !important;
}
2024-06-07 17:05:52 +08:00
2024-05-24 16:48:42 +08:00
// /deep/ .u-icon__icon{
// padding-bottom: 41rpx;
// }
2024-05-10 17:37:36 +08:00
page {
2024-06-14 19:22:34 +08:00
background: linear-gradient(180deg, #8883F0 0%, rgba(255, 255, 255, 0) 100%);
2024-05-10 17:37:36 +08:00
}
.active {
2024-08-12 21:49:12 +08:00
// background-color: #8883F0 !important;
// color: #fff !important;
border: 4rpx solid #8883F0 !important;
box-sizing: border-box;
2024-05-10 17:37:36 +08:00
}
.page {
width: 750rpx;
2024-07-09 18:03:16 +08:00
// position: fixed;
// top: 0;
// left: 0;
overflow: hidden;
height: 100vh;
2024-05-24 18:02:56 +08:00
.tip_box {
2024-05-24 16:48:42 +08:00
position: fixed;
left: 72rpx;
top: 700rpx;
width: 610rpx;
// height: 282rpx;
background: #F7FAFE;
border-radius: 30rpx 30rpx 30rpx 30rpx;
z-index: 10000000;
2024-05-24 18:02:56 +08:00
.top {
2024-05-24 16:48:42 +08:00
padding: 52rpx 38rpx 42rpx 36rpx;
2024-05-24 18:02:56 +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-24 18:02:56 +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-24 18:02:56 +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-24 18:02:56 +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-24 18:02:56 +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-24 18:02:56 +08:00
2024-05-24 16:48:42 +08:00
}
2024-05-24 18:02:56 +08:00
2024-05-24 16:48:42 +08:00
}
}
2024-05-10 17:37:36 +08:00
.title {
margin-top: 40rpx;
padding-left: 32rpx;
2024-06-04 14:50:30 +08:00
font-weight: 600;
2024-05-10 17:37:36 +08:00
font-size: 40rpx;
2024-06-14 19:22:34 +08:00
color: #fff;
2024-05-10 17:37:36 +08:00
margin-bottom: 30rpx;
2024-06-14 18:51:43 +08:00
margin-top: 110rpx;
2024-07-22 18:03:27 +08:00
height: 126rpx;
2024-07-12 18:13:59 +08:00
2024-06-14 19:22:34 +08:00
.wz {
font-weight: 400;
font-size: 32rpx;
margin-top: 30rpx;
}
2024-05-10 17:37:36 +08:00
}
.box {
width: 750rpx;
2024-08-12 21:49:12 +08:00
height: 71vh;
overflow: scroll;
2024-05-10 17:37:36 +08:00
background: #F4F5F7;
border-radius: 0rpx 0rpx 0rpx 0rpx;
padding: 36rpx 54rpx;
box-sizing: border-box;
2024-07-12 18:13:59 +08:00
border-radius: 30rpx 30rpx 0 0;
2024-05-10 17:37:36 +08:00
.tongyi {
width: 590rpx;
position: fixed;
bottom: 50rpx;
left: 50%;
transform: translateX(-50%);
text {
color: #638DFF;
2024-06-04 14:50:30 +08:00
height: 50rpx;
line-height: 50rpx;
2024-05-10 17:37:36 +08:00
}
.zf {
width: 590rpx;
height: 84rpx;
background: #8883F0;
filter: blur(0px);
border-radius: 50rpx;
text-align: center;
line-height: 84rpx;
font-size: 36rpx;
color: #FFFFFF;
margin-top: 10rpx;
}
}
.shuom {
width: 648rpx;
2024-06-14 20:46:37 +08:00
max-height: 100%;
2024-05-10 17:37:36 +08:00
background: #FFFFFF;
box-shadow: 0rpx 16rpx 40rpx 0rpx rgba(42, 130, 228, 0.1);
filter: blur(0px);
border-radius: 30rpx;
margin: auto;
margin-top: 36rpx;
padding: 20rpx 36rpx;
box-sizing: border-box;
.tits {
font-size: 32rpx;
font-weight: 600;
margin-top: 30rpx;
}
2024-07-12 18:13:59 +08:00
2024-06-14 20:46:37 +08:00
}
2024-07-12 18:13:59 +08:00
2024-06-14 20:46:37 +08:00
.wz {
font-size: 28rpx;
color: #ccc;
margin-top: 30rpx;
font-weight: 400;
2024-05-10 17:37:36 +08:00
}
.list_val {
.tc {
2024-08-12 21:49:12 +08:00
font-weight: 600;
2024-05-10 17:37:36 +08:00
font-size: 34rpx;
color: #525252;
}
.date {
2024-06-05 18:07:50 +08:00
font-size: 26rpx;
2024-05-10 17:37:36 +08:00
color: #525252;
margin-top: 10rpx;
}
.rt {
font-size: 40rpx;
color: #525252;
padding-top: 20rpx;
}
}
.tit {
font-size: 40rpx;
color: #383838;
font-weight: 600;
margin-bottom: 32rpx;
}
}
}
</style>