This commit is contained in:
Sliverber 2024-05-28 17:48:29 +08:00
parent dee0b8868f
commit fb18e8fd55
12 changed files with 1619 additions and 608 deletions

View File

@ -1,8 +1,8 @@
@font-face {
font-family: "iconfont"; /* Project id 4503426 */
src: url('//at.alicdn.com/t/c/font_4503426_iai3d7mxog.woff2?t=1712816649291') format('woff2'),
url('//at.alicdn.com/t/c/font_4503426_iai3d7mxog.woff?t=1712816649291') format('woff'),
url('//at.alicdn.com/t/c/font_4503426_iai3d7mxog.ttf?t=1712816649291') format('truetype');
src: url('//at.alicdn.com/t/c/font_4503426_46km7g1hjg9.woff2?t=1716779352968') format('woff2'),
url('//at.alicdn.com/t/c/font_4503426_46km7g1hjg9.woff?t=1716779352968') format('woff'),
url('//at.alicdn.com/t/c/font_4503426_46km7g1hjg9.ttf?t=1716779352968') format('truetype');
}
.iconfont {
@ -13,6 +13,10 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-chakanxiangqing:before {
content: "\e64c";
}
.icon-xiangyou1:before {
content: "\e775";
}

View File

@ -21,8 +21,8 @@ const install = (Vue, vm) => {
// });
Vue.prototype.$u.http.setConfig({
// baseUrl: 'http://61.174.243.28:15861',
// baseUrl: 'http://192.168.2.6:8080',
baseUrl: 'https://dianche.chuantewulian.cn/prod-api',
baseUrl: 'http://192.168.2.6:8080',
// baseUrl: 'https://dche.ccttiot.com/prod-api',
loadingText: '努力加载中~',
loadingTime: 800,
// 设置自定义头部content-type
@ -90,26 +90,26 @@ const install = (Vue, vm) => {
// return res.result;
// uni.login({
// success: function(ret) {
// console.log("main.js==>res", ret)
// // vm.$u.post('/user/login',{"js_code": ret.code}).then(res=>{
// // if (res.code == 10003) {
// // // console.log("新用户登录")
// // uni.setStorageSync('token', res.data);
// uni.login({
// success: function(ret) {
// console.log("main.js==>res", ret)
// // vm.$u.post('/user/login',{"js_code": ret.code}).then(res=>{
// // if (res.code == 10003) {
// // // console.log("新用户登录")
// // uni.setStorageSync('token', res.data);
// // } else if (res.code == 200) {
// // // console.log("老用户登录",res.data)
// // uni.setStorageSync('token', res.data);
// // } else if (res.code == 200) {
// // // console.log("老用户登录",res.data)
// // uni.setStorageSync('token', res.data);
// // }
// // });
// }
// // }
// // });
// }
// });
// uni.showLoading({
// title: '登录中...',
// mask: true // Set to true if you want to prevent user interactions while loading
// });
uni.showLoading({
title: '登录中...',
mask: true // Set to true if you want to prevent user interactions while loading
});
wx.login({
success(res) {
if (res.code) {
@ -117,19 +117,20 @@ const install = (Vue, vm) => {
let data = {
wxOpenId: res.code,
};
vm.$u.post('/loginByopenid?jsCode='+res.code).then(res=>{
};
let areaId=uni.getStorageSync('areaId');
vm.$u.post('/loginByopenid?jsCode='+res.code+'&areaId='+areaId).then(res=>{
uni.hideLoading();
if (res.code == 200) {
uni.setStorageSync('token', res.token);
// uni.switchTab({
// url:'/pages/index/index'
// })
uni.navigateTo({
url:'/pages/index/index'
})
} else {
// console.log("老用户登录",res.data)
uni.navigateTo({
uni.redirectTo({
url:'/pages/login/login'
})
}

View File

@ -51,7 +51,7 @@
/* */
"mp-weixin" : {
"libVersion" : "latest",
"appid" : "wxbbe52b5414ab65ac",
"appid" : "wx3428c498d5061192",
"setting" : {
"urlCheck" : false
},

100
package-lock.json generated
View File

@ -1,23 +1,90 @@
{
"name": "dianbiao",
"version": "1.0.0",
"lockfileVersion": 1,
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "dianbiao",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"crypto-js": "^4.1.1",
"fast-xml-parser": "^4.0.12",
"js-base64": "^3.7.3",
"js-md5": "^0.7.3",
"mp-html": "^2.4.2",
"mpvue-echarts": "^0.3.2",
"uview-ui": "^1.8.8",
"weapp-cookie": "^1.4.8"
}
},
"node_modules/crypto-js": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz",
"integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q=="
},
"node_modules/fast-xml-parser": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.2.tgz",
"integrity": "sha512-rmrXUXwbJedoXkStenj1kkljNF7ugn5ZjR9FJcwmCfcCbtOMDghPajbc+Tck6vE6F5XsDmx+Pr2le9fw8+pXBg==",
"dependencies": {
"strnum": "^1.0.5"
},
"bin": {
"fxparser": "src/cli/cli.js"
}
},
"node_modules/js-base64": {
"version": "3.7.5",
"resolved": "https://registry.npmjs.org/js-base64/-/js-base64-3.7.5.tgz",
"integrity": "sha512-3MEt5DTINKqfScXKfJFrRbxkrnk2AxPWGBL/ycjz4dK8iqiSJ06UxD8jh8xuh6p10TX4t2+7FsBYVxxQbMg+qA=="
},
"node_modules/js-md5": {
"version": "0.7.3",
"resolved": "https://registry.npmjs.org/js-md5/-/js-md5-0.7.3.tgz",
"integrity": "sha512-ZC41vPSTLKGwIRjqDh8DfXoCrdQIyBgspJVPXHBGu4nZlAEvG3nf+jO9avM9RmLiGakg7vz974ms99nEV0tmTQ=="
},
"node_modules/mp-html": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/mp-html/-/mp-html-2.4.2.tgz",
"integrity": "sha512-MSfJh5ckuaI2uibeO4qiUl2e/j5fpXy6cmW/ZzSkb+U3rTJfMSNzODqrDwG0YWOd8BVI+tD9/jLZiBhJbMupUg=="
},
"node_modules/mpvue-echarts": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/mpvue-echarts/-/mpvue-echarts-0.3.2.tgz",
"integrity": "sha512-KULGS1DOMNhXu3nBkBv6BtmnqjyHLc+2Dur7eW+2s2aic1NCOygglCMmAmMEU6/TGSR67ttFA2NYxXPUYbNhWQ=="
},
"node_modules/set-cookie-parser": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.6.0.tgz",
"integrity": "sha512-RVnVQxTXuerk653XfuliOxBP81Sf0+qfQE73LIYKcyMYHG94AuH0kgrQpRDuTZnSmjpysHmzxJXKNfa6PjFhyQ=="
},
"node_modules/strnum": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
"integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA=="
},
"node_modules/uview-ui": {
"version": "1.8.8",
"resolved": "https://registry.npmjs.org/uview-ui/-/uview-ui-1.8.8.tgz",
"integrity": "sha512-Osal3yzXiHor0In9OPTZuXTaqTbDglMZ9RGK/MPYDoQQs+y0hrBCUD0Xp5T70C8i2lLu2X6Z11zJhmsQWMR7Jg=="
},
"node_modules/weapp-cookie": {
"version": "1.4.8",
"resolved": "https://registry.npmjs.org/weapp-cookie/-/weapp-cookie-1.4.8.tgz",
"integrity": "sha512-YksOnCI4mM+MAlAf/5iL0aSzwfePHZTUS9NorL0RerAxJMOpzzrEZrMBF+wKS1usH/UQqkZTMSxjiWs0ZcAE9g==",
"dependencies": {
"set-cookie-parser": "^2.4.8"
}
}
},
"dependencies": {
"crypto-js": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz",
"integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q=="
},
"echarts": {
"version": "5.4.3",
"resolved": "https://registry.npmjs.org/echarts/-/echarts-5.4.3.tgz",
"integrity": "sha512-mYKxLxhzy6zyTi/FaEbJMOZU1ULGEQHaeIeuMR5L+JnJTpz+YR03mnnpBhbR4+UYJAgiXgpyTVLffPAjOTLkZA==",
"requires": {
"tslib": "2.3.0",
"zrender": "5.4.4"
}
},
"fast-xml-parser": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.2.tgz",
@ -56,11 +123,6 @@
"resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
"integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA=="
},
"tslib": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz",
"integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg=="
},
"uview-ui": {
"version": "1.8.8",
"resolved": "https://registry.npmjs.org/uview-ui/-/uview-ui-1.8.8.tgz",
@ -73,14 +135,6 @@
"requires": {
"set-cookie-parser": "^2.4.8"
}
},
"zrender": {
"version": "5.4.4",
"resolved": "https://registry.npmjs.org/zrender/-/zrender-5.4.4.tgz",
"integrity": "sha512-0VxCNJ7AGOMCWeHVyTrGzUgrK4asT4ml9PEkeGirAkKNYXYzoPJCLvmyfdoOXcjTHPs10OZVMfD1Rwg16AZyYw==",
"requires": {
"tslib": "2.3.0"
}
}
}
}

View File

@ -19,7 +19,6 @@
"homepage": "https://github.com/lchighpass/lchighpass-speaking#readme",
"dependencies": {
"crypto-js": "^4.1.1",
"echarts": "^5.4.0",
"fast-xml-parser": "^4.0.12",
"js-base64": "^3.7.3",
"js-md5": "^0.7.3",

View File

@ -1,124 +1,175 @@
<template>
<view class="page">
<u-navbar title="我的订单" :border-bottom="false" :background="bgc" title-color='#000' title-size='36'
height='36'></u-navbar>
<view class="card">
<view class="top_li">
<view class="left">
<image src="https://api.ccttiot.com/smartmeter/img/static/upPr9QBpmeFzYN2kXEJj" mode=""></image> 车辆故障
</view>
<view class="right">
处理完成 <view class="iconfont icon-xiangyou1"></view>
</view>
</view>
<view class="info">
时间2023-12-31 21:22
</view>
<view class="info">
时长14分钟4秒
</view>
<view class="info">
距离2.1公里
</view>
<view class="price">
3
</view>
<!-- <view class="info">
反馈时间2023-12-31 21:22
</view> -->
</view>
<!-- <view class="tip">
仅支持查看最近一年的记录
</view> -->
</view>
<view class="page">
<u-navbar title="我的订单" :border-bottom="false" :background="bgc" title-color='#000' title-size='36'
height='36'></u-navbar>
<view class="card" v-for="(item, index) in computedList" :key="index">
<view class="top_li">
<view class="left">
<image src="https://api.ccttiot.com/smartmeter/img/static/upPr9QBpmeFzYN2kXEJj" mode=""></image> 电单车
</view>
<view class="right">
已完成 <view class="iconfont icon-xiangyou1"></view>
</view>
</view>
<view class="info">
时间{{ item.payTime }}
</view>
<view class="info">
时长{{ item.duration }}
</view>
<view class="info">
距离2.1公里
</view>
<view class="price">
{{item.totalFee}}
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
bgc: {
backgroundColor: "#fff",
},
}
},
methods: {
}
}
export default {
data() {
return {
bgc: {
backgroundColor: "#fff",
},
list: []
};
},
computed: {
computedList() {
return this.list.map(item => {
const createTime = new Date(item.createTime);
const payTime = new Date(item.payTime);
const timeDifference = Math.abs(createTime - payTime);
const hours = Math.floor(timeDifference / (1000 * 60 * 60));
const minutes = Math.floor((timeDifference % (1000 * 60 * 60)) / (1000 * 60));
const seconds = Math.floor((timeDifference % (1000 * 60)) / 1000);
return {
...item,
duration: `${minutes}分钟${seconds}`
};
});
}
},
methods: {
getuserInfo() {
this.$u.get("/getAppInfo").then((res) => {
if (res.code === 200) {
this.userid = res.user.userId;
this.getlist();
} else {
uni.showToast({
title: '未登录,请登录后尝试',
icon: 'none',
duration: 2000
});
}
});
},
getlist() {
let data = {
userId: this.userid,
type: '1'
};
this.$u.get("/appVerify/order/list?", data).then((res) => {
if (res.code === 200) {
this.list = res.rows;
} else {
uni.showToast({
title: '未登录,请登录后尝试',
icon: 'none',
duration: 2000
});
}
});
}
},
onShow() {
this.getuserInfo();
}
};
</script>
<style lang="scss" >
page{
background-color: #fff;
<style lang="scss">
.page {
background-color: #fff;
}
.page{
width: 750rpx;
.card{
position: relative;
width: 680rpx;
// height: 272rpx;
background: #FFFFFF;
box-shadow: 0rpx 10rpx 64rpx 0rpx rgba(0,0,0,0.08);
border-radius: 20rpx 20rpx 20rpx 20rpx;
padding: 22rpx 28rpx;
margin: 30rpx auto;
.price{
position: absolute;
right: 32rpx ;
top: 110rpx;
font-weight: 500;
font-size: 28rpx;
color: #3D3D3D;
}
.top_li{
margin-bottom: 16rpx;
display: flex;
align-items: center;
justify-content: space-between;
.left{
display: flex;
flex-wrap: nowrap;
align-items: center;
image{
margin-right: 18rpx;
width: 42rpx;
height: 42rpx;
}
font-weight: 700;
font-size: 32rpx;
color: #3D3D3D;
}
.right{
display: flex;
flex-wrap: nowrap;
align-items: center;
font-weight: 400;
font-size: 24rpx;
color: #808080;
.iconfont{
font-size: 20rpx;
}
}
}
.info{
margin-bottom: 12rpx;
font-weight: 400;
font-size: 24rpx;
color: #808080;
}
}
.tip{
margin-top: 52rpx;
width: 100%;
text-align: center;
font-weight: 400;
font-size: 28rpx;
color: #808080;
line-height: 38rpx;
}
.page .card {
position: relative;
width: 680rpx;
background: #ffffff;
box-shadow: 0rpx 10rpx 64rpx 0rpx rgba(0, 0, 0, 0.08);
border-radius: 20rpx 20rpx 20rpx 20rpx;
padding: 22rpx 28rpx;
margin: 30rpx auto;
}
.page .card .price {
position: absolute;
right: 32rpx;
top: 110rpx;
font-weight: 500;
font-size: 28rpx;
color: #3d3d3d;
}
.page .card .top_li {
margin-bottom: 16rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.page .card .top_li .left {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.page .card .top_li .left image {
margin-right: 18rpx;
width: 42rpx;
height: 42rpx;
}
.page .card .top_li .left {
font-weight: 700;
font-size: 32rpx;
color: #3d3d3d;
}
.page .card .top_li .right {
display: flex;
flex-wrap: nowrap;
align-items: center;
font-weight: 400;
font-size: 24rpx;
color: #808080;
}
.page .card .top_li .right .iconfont {
font-size: 20rpx;
}
.page .card .info {
margin-bottom: 12rpx;
font-weight: 400;
font-size: 24rpx;
color: #808080;
}
.page .tip {
margin-top: 52rpx;
width: 100%;
text-align: center;
font-weight: 400;
font-size: 28rpx;
color: #808080;
line-height: 38rpx;
}
</style>

153
page_user/idcard_test.vue Normal file
View File

@ -0,0 +1,153 @@
<template>
<view class="page">
<u-navbar title="认证" :border-bottom="false" :background="bgc" title-color='#000' title-size='36'
height='36'></u-navbar>
<view class="ipt_box">
<view class="li">
<view class="left">
姓名
</view>
<input type="text" v-model="name" placeholder="填写本人真实姓名" placeholder-style=''/>
</view>
<view class="line"></view>
<view class="li">
<view class="left">
身份证号
</view>
<input type="number" v-model="idnum" placeholder="填写本人身份证号"/>
</view>
</view>
<view class="tips">
以上信息仅用于验证我们将严格为您保密
</view>
<view class="btn" @click="test">
认证
</view>
</view>
</template>
<script>
export default {
data() {
return {
bgc: {
backgroundColor: "#fff",
},
name: '',
idnum: ''
}
},
computed: {
userId() {
return this.$store.getters.userId;
},
},
methods: {
validateName(name) {
const nameRegex = /^[\u4e00-\u9fa5·]{2,20}$/;
return nameRegex.test(name);
},
validateIdnum(idnum) {
const idnumRegex = /^(^[1-9]\d{7}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])\d{3}$)|(^[1-9]\d{5}[1-9]\d{3}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])\d{3}(\d|X)$)$/;
return idnumRegex.test(idnum);
},
test() {
if (!this.validateName(this.name)) {
uni.showToast({
title: '请输入有效的中文姓名',
icon: 'none',
duration: 2000
});
return;
}
if (!this.validateIdnum(this.idnum)) {
uni.showToast({
title: '请输入有效的身份证号',
icon: 'none',
duration: 2000
});
return;
}
let data = {
realName: this.name,
idCard: this.idnum,
userId: this.userId,
};
this.$u.get('/appVerify/user/authentication?', data).then((res) => {
if (res.code === 200) {
this.getisInOrder()
} else {
uni.showToast({
title: res.msg,
icon: 'none',
duration: 2000
});
}
});
},
}
}
</script>
<style lang="scss">
.page {
width: 750rpx;
.tips {
text-align: center;
margin: 10rpx auto;
width: 610rpx;
font-weight: 500;
font-size: 28rpx;
color: #3D3D3D;
}
.btn {
display: flex;
align-items: center;
justify-content: center;
margin: 10rpx auto;
width: 610rpx;
height: 90rpx;
background: #979797;
border-radius: 16rpx;
font-weight: 500;
font-size: 40rpx;
color: #FFFFFF;
}
.ipt_box {
padding: 30rpx 12rpx;
margin: 48rpx auto;
width: 610rpx;
background: #FFFFFF;
box-shadow: 0rpx 10rpx 64rpx 0rpx rgba(0,0,0,0.08);
border-radius: 12rpx;
.line {
margin-top: 34rpx;
margin-bottom: 34rpx;
width: 586rpx;
height: 2rpx;
background: #F3F3F3;
}
.li {
display: flex;
align-items: center;
.left {
width: 96rpx;
font-weight: 400;
font-size: 24rpx;
color: #979797;
}
input {
margin-left: 44rpx;
font-weight: 400;
font-size: 24rpx;
color: #3D3D3D;
.input-placeholder {
font-weight: 400;
font-size: 24rpx;
color: #C7C7C7;
}
}
}
}
}
</style>

View File

@ -136,10 +136,10 @@
},
onShow() {
this.$store.dispatch('fetchFeeRules', this.$u).then(() => {
// this.$store.dispatch('fetchFeeRules', this.$u).then(() => {
// ...
});
// // ...
// });
this.getinfo()
},
@ -216,10 +216,10 @@
this.userinfo = res.user
this.getlist()
} else {
setTimeout(()=>{
this.getinfo()
this.getlist()
},1000)
// setTimeout(()=>{
// this.getinfo()
// this.getlist()
// },1000)
}
});
},

View File

@ -302,6 +302,15 @@
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "idcard_test",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
}
// userpages ...

File diff suppressed because it is too large Load Diff

View File

@ -66,7 +66,8 @@
};
wxLoginAsync()
.then(async (data) => {
this.$u.post("/wxlogin?mobileCode="+data.mobileCode+'&jsCode='+data.jscode).then((res) => {
let areaId=uni.getStorageSync('areaId');
this.$u.post("/wxlogin?mobileCode="+data.mobileCode+'&jsCode='+data.jscode+'&areaId='+areaId).then((res) => {

View File

@ -3,7 +3,7 @@
<u-navbar title="个人中心" :border-bottom="false" :background="bgc" title-color='#fff' title-size='36' height='36'></u-navbar>
<view class="topbg">
<view class="topbox">
<view class="info">
<view class="info" v-if="false">
<image src="https://api.ccttiot.com/smartmeter/img/static/uZ5onboA1yozB2VFaCI2" mode=""></image>
<view class="cont">
<view class="name">