11
This commit is contained in:
parent
dee0b8868f
commit
fb18e8fd55
|
@ -1,8 +1,8 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "iconfont"; /* Project id 4503426 */
|
font-family: "iconfont"; /* Project id 4503426 */
|
||||||
src: url('//at.alicdn.com/t/c/font_4503426_iai3d7mxog.woff2?t=1712816649291') format('woff2'),
|
src: url('//at.alicdn.com/t/c/font_4503426_46km7g1hjg9.woff2?t=1716779352968') format('woff2'),
|
||||||
url('//at.alicdn.com/t/c/font_4503426_iai3d7mxog.woff?t=1712816649291') format('woff'),
|
url('//at.alicdn.com/t/c/font_4503426_46km7g1hjg9.woff?t=1716779352968') format('woff'),
|
||||||
url('//at.alicdn.com/t/c/font_4503426_iai3d7mxog.ttf?t=1712816649291') format('truetype');
|
url('//at.alicdn.com/t/c/font_4503426_46km7g1hjg9.ttf?t=1716779352968') format('truetype');
|
||||||
}
|
}
|
||||||
|
|
||||||
.iconfont {
|
.iconfont {
|
||||||
|
@ -13,6 +13,10 @@
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon-chakanxiangqing:before {
|
||||||
|
content: "\e64c";
|
||||||
|
}
|
||||||
|
|
||||||
.icon-xiangyou1:before {
|
.icon-xiangyou1:before {
|
||||||
content: "\e775";
|
content: "\e775";
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,8 +21,8 @@ const install = (Vue, vm) => {
|
||||||
// });
|
// });
|
||||||
Vue.prototype.$u.http.setConfig({
|
Vue.prototype.$u.http.setConfig({
|
||||||
// baseUrl: 'http://61.174.243.28:15861',
|
// baseUrl: 'http://61.174.243.28:15861',
|
||||||
// baseUrl: 'http://192.168.2.6:8080',
|
baseUrl: 'http://192.168.2.6:8080',
|
||||||
baseUrl: 'https://dianche.chuantewulian.cn/prod-api',
|
// baseUrl: 'https://dche.ccttiot.com/prod-api',
|
||||||
loadingText: '努力加载中~',
|
loadingText: '努力加载中~',
|
||||||
loadingTime: 800,
|
loadingTime: 800,
|
||||||
// 设置自定义头部content-type
|
// 设置自定义头部content-type
|
||||||
|
@ -90,26 +90,26 @@ const install = (Vue, vm) => {
|
||||||
|
|
||||||
// return res.result;
|
// return res.result;
|
||||||
|
|
||||||
// uni.login({
|
// uni.login({
|
||||||
// success: function(ret) {
|
// success: function(ret) {
|
||||||
// console.log("main.js==>res", ret)
|
// console.log("main.js==>res", ret)
|
||||||
// // vm.$u.post('/user/login',{"js_code": ret.code}).then(res=>{
|
// // vm.$u.post('/user/login',{"js_code": ret.code}).then(res=>{
|
||||||
// // if (res.code == 10003) {
|
// // if (res.code == 10003) {
|
||||||
// // // console.log("新用户登录")
|
// // // console.log("新用户登录")
|
||||||
// // uni.setStorageSync('token', res.data);
|
// // uni.setStorageSync('token', res.data);
|
||||||
|
|
||||||
// // } else if (res.code == 200) {
|
// // } else if (res.code == 200) {
|
||||||
// // // console.log("老用户登录",res.data)
|
// // // console.log("老用户登录",res.data)
|
||||||
// // uni.setStorageSync('token', 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({
|
wx.login({
|
||||||
success(res) {
|
success(res) {
|
||||||
if (res.code) {
|
if (res.code) {
|
||||||
|
@ -117,19 +117,20 @@ const install = (Vue, vm) => {
|
||||||
let data = {
|
let data = {
|
||||||
wxOpenId: res.code,
|
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();
|
uni.hideLoading();
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
uni.setStorageSync('token', res.token);
|
uni.setStorageSync('token', res.token);
|
||||||
// uni.switchTab({
|
uni.navigateTo({
|
||||||
// url:'/pages/index/index'
|
url:'/pages/index/index'
|
||||||
// })
|
})
|
||||||
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
// console.log("老用户登录",res.data)
|
// console.log("老用户登录",res.data)
|
||||||
uni.navigateTo({
|
uni.redirectTo({
|
||||||
url:'/pages/login/login'
|
url:'/pages/login/login'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
/* 小程序特有相关 */
|
/* 小程序特有相关 */
|
||||||
"mp-weixin" : {
|
"mp-weixin" : {
|
||||||
"libVersion" : "latest",
|
"libVersion" : "latest",
|
||||||
"appid" : "wxbbe52b5414ab65ac",
|
"appid" : "wx3428c498d5061192",
|
||||||
"setting" : {
|
"setting" : {
|
||||||
"urlCheck" : false
|
"urlCheck" : false
|
||||||
},
|
},
|
||||||
|
|
100
package-lock.json
generated
100
package-lock.json
generated
|
@ -1,23 +1,90 @@
|
||||||
{
|
{
|
||||||
"name": "dianbiao",
|
"name": "dianbiao",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"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": {
|
"dependencies": {
|
||||||
"crypto-js": {
|
"crypto-js": {
|
||||||
"version": "4.2.0",
|
"version": "4.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz",
|
||||||
"integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q=="
|
"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": {
|
"fast-xml-parser": {
|
||||||
"version": "4.3.2",
|
"version": "4.3.2",
|
||||||
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.2.tgz",
|
"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",
|
"resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
|
||||||
"integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA=="
|
"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": {
|
"uview-ui": {
|
||||||
"version": "1.8.8",
|
"version": "1.8.8",
|
||||||
"resolved": "https://registry.npmjs.org/uview-ui/-/uview-ui-1.8.8.tgz",
|
"resolved": "https://registry.npmjs.org/uview-ui/-/uview-ui-1.8.8.tgz",
|
||||||
|
@ -73,14 +135,6 @@
|
||||||
"requires": {
|
"requires": {
|
||||||
"set-cookie-parser": "^2.4.8"
|
"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"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
"homepage": "https://github.com/lchighpass/lchighpass-speaking#readme",
|
"homepage": "https://github.com/lchighpass/lchighpass-speaking#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"crypto-js": "^4.1.1",
|
"crypto-js": "^4.1.1",
|
||||||
"echarts": "^5.4.0",
|
|
||||||
"fast-xml-parser": "^4.0.12",
|
"fast-xml-parser": "^4.0.12",
|
||||||
"js-base64": "^3.7.3",
|
"js-base64": "^3.7.3",
|
||||||
"js-md5": "^0.7.3",
|
"js-md5": "^0.7.3",
|
||||||
|
|
|
@ -1,124 +1,175 @@
|
||||||
<template>
|
<template>
|
||||||
<view class="page">
|
<view class="page">
|
||||||
<u-navbar title="我的订单" :border-bottom="false" :background="bgc" title-color='#000' title-size='36'
|
<u-navbar title="我的订单" :border-bottom="false" :background="bgc" title-color='#000' title-size='36'
|
||||||
height='36'></u-navbar>
|
height='36'></u-navbar>
|
||||||
<view class="card">
|
<view class="card" v-for="(item, index) in computedList" :key="index">
|
||||||
<view class="top_li">
|
<view class="top_li">
|
||||||
<view class="left">
|
<view class="left">
|
||||||
<image src="https://api.ccttiot.com/smartmeter/img/static/upPr9QBpmeFzYN2kXEJj" mode=""></image> 车辆故障
|
<image src="https://api.ccttiot.com/smartmeter/img/static/upPr9QBpmeFzYN2kXEJj" mode=""></image> 电单车
|
||||||
</view>
|
</view>
|
||||||
<view class="right">
|
<view class="right">
|
||||||
处理完成 <view class="iconfont icon-xiangyou1"></view>
|
已完成 <view class="iconfont icon-xiangyou1"></view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="info">
|
<view class="info">
|
||||||
时间:2023-12-31 21:22
|
时间:{{ item.payTime }}
|
||||||
</view>
|
</view>
|
||||||
<view class="info">
|
<view class="info">
|
||||||
时长:14分钟4秒
|
时长:{{ item.duration }}
|
||||||
</view>
|
</view>
|
||||||
<view class="info">
|
<view class="info">
|
||||||
距离:2.1公里
|
距离:2.1公里
|
||||||
</view>
|
</view>
|
||||||
<view class="price">
|
<view class="price">
|
||||||
3元
|
{{item.totalFee}}元
|
||||||
</view>
|
</view>
|
||||||
<!-- <view class="info">
|
</view>
|
||||||
反馈时间:2023-12-31 21:22
|
</view>
|
||||||
</view> -->
|
|
||||||
</view>
|
|
||||||
<!-- <view class="tip">
|
|
||||||
仅支持查看最近一年的记录
|
|
||||||
</view> -->
|
|
||||||
</view>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
bgc: {
|
bgc: {
|
||||||
backgroundColor: "#fff",
|
backgroundColor: "#fff",
|
||||||
},
|
},
|
||||||
|
list: []
|
||||||
|
};
|
||||||
}
|
},
|
||||||
},
|
computed: {
|
||||||
methods: {
|
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>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" >
|
<style lang="scss">
|
||||||
page{
|
.page {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
.page{
|
|
||||||
width: 750rpx;
|
.page .card {
|
||||||
.card{
|
position: relative;
|
||||||
position: relative;
|
width: 680rpx;
|
||||||
width: 680rpx;
|
background: #ffffff;
|
||||||
// height: 272rpx;
|
box-shadow: 0rpx 10rpx 64rpx 0rpx rgba(0, 0, 0, 0.08);
|
||||||
background: #FFFFFF;
|
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
||||||
box-shadow: 0rpx 10rpx 64rpx 0rpx rgba(0,0,0,0.08);
|
padding: 22rpx 28rpx;
|
||||||
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
margin: 30rpx auto;
|
||||||
padding: 22rpx 28rpx;
|
}
|
||||||
margin: 30rpx auto;
|
|
||||||
.price{
|
.page .card .price {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 32rpx ;
|
right: 32rpx;
|
||||||
top: 110rpx;
|
top: 110rpx;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
color: #3D3D3D;
|
color: #3d3d3d;
|
||||||
}
|
}
|
||||||
.top_li{
|
|
||||||
margin-bottom: 16rpx;
|
.page .card .top_li {
|
||||||
display: flex;
|
margin-bottom: 16rpx;
|
||||||
align-items: center;
|
display: flex;
|
||||||
justify-content: space-between;
|
align-items: center;
|
||||||
.left{
|
justify-content: space-between;
|
||||||
display: flex;
|
}
|
||||||
flex-wrap: nowrap;
|
|
||||||
align-items: center;
|
.page .card .top_li .left {
|
||||||
image{
|
display: flex;
|
||||||
margin-right: 18rpx;
|
flex-wrap: nowrap;
|
||||||
width: 42rpx;
|
align-items: center;
|
||||||
height: 42rpx;
|
}
|
||||||
}
|
|
||||||
font-weight: 700;
|
.page .card .top_li .left image {
|
||||||
font-size: 32rpx;
|
margin-right: 18rpx;
|
||||||
color: #3D3D3D;
|
width: 42rpx;
|
||||||
}
|
height: 42rpx;
|
||||||
.right{
|
}
|
||||||
display: flex;
|
|
||||||
flex-wrap: nowrap;
|
.page .card .top_li .left {
|
||||||
align-items: center;
|
font-weight: 700;
|
||||||
font-weight: 400;
|
font-size: 32rpx;
|
||||||
font-size: 24rpx;
|
color: #3d3d3d;
|
||||||
color: #808080;
|
}
|
||||||
.iconfont{
|
|
||||||
font-size: 20rpx;
|
.page .card .top_li .right {
|
||||||
}
|
display: flex;
|
||||||
}
|
flex-wrap: nowrap;
|
||||||
}
|
align-items: center;
|
||||||
.info{
|
font-weight: 400;
|
||||||
margin-bottom: 12rpx;
|
font-size: 24rpx;
|
||||||
font-weight: 400;
|
color: #808080;
|
||||||
font-size: 24rpx;
|
}
|
||||||
color: #808080;
|
|
||||||
}
|
.page .card .top_li .right .iconfont {
|
||||||
|
font-size: 20rpx;
|
||||||
}
|
}
|
||||||
.tip{
|
|
||||||
margin-top: 52rpx;
|
.page .card .info {
|
||||||
width: 100%;
|
margin-bottom: 12rpx;
|
||||||
text-align: center;
|
font-weight: 400;
|
||||||
font-weight: 400;
|
font-size: 24rpx;
|
||||||
font-size: 28rpx;
|
color: #808080;
|
||||||
color: #808080;
|
}
|
||||||
line-height: 38rpx;
|
|
||||||
}
|
.page .tip {
|
||||||
|
margin-top: 52rpx;
|
||||||
|
width: 100%;
|
||||||
|
text-align: center;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 28rpx;
|
||||||
|
color: #808080;
|
||||||
|
line-height: 38rpx;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
153
page_user/idcard_test.vue
Normal file
153
page_user/idcard_test.vue
Normal 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>
|
|
@ -136,10 +136,10 @@
|
||||||
|
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
this.$store.dispatch('fetchFeeRules', this.$u).then(() => {
|
// this.$store.dispatch('fetchFeeRules', this.$u).then(() => {
|
||||||
|
|
||||||
// 执行其他操作...
|
// // 执行其他操作...
|
||||||
});
|
// });
|
||||||
this.getinfo()
|
this.getinfo()
|
||||||
|
|
||||||
},
|
},
|
||||||
|
@ -216,10 +216,10 @@
|
||||||
this.userinfo = res.user
|
this.userinfo = res.user
|
||||||
this.getlist()
|
this.getlist()
|
||||||
} else {
|
} else {
|
||||||
setTimeout(()=>{
|
// setTimeout(()=>{
|
||||||
this.getinfo()
|
// this.getinfo()
|
||||||
this.getlist()
|
// this.getlist()
|
||||||
},1000)
|
// },1000)
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
|
@ -302,6 +302,15 @@
|
||||||
"enablePullDownRefresh": false,
|
"enablePullDownRefresh": false,
|
||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path" : "idcard_test",
|
||||||
|
"style" :
|
||||||
|
{
|
||||||
|
"navigationBarTitleText" : "",
|
||||||
|
"enablePullDownRefresh" : false,
|
||||||
|
"navigationStyle": "custom"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 其他 userpages 目录下的页面...
|
// 其他 userpages 目录下的页面...
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -66,7 +66,8 @@
|
||||||
};
|
};
|
||||||
wxLoginAsync()
|
wxLoginAsync()
|
||||||
.then(async (data) => {
|
.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) => {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<u-navbar title="个人中心" :border-bottom="false" :background="bgc" title-color='#fff' title-size='36' height='36'></u-navbar>
|
<u-navbar title="个人中心" :border-bottom="false" :background="bgc" title-color='#fff' title-size='36' height='36'></u-navbar>
|
||||||
<view class="topbg">
|
<view class="topbg">
|
||||||
<view class="topbox">
|
<view class="topbox">
|
||||||
<view class="info">
|
<view class="info" v-if="false">
|
||||||
<image src="https://api.ccttiot.com/smartmeter/img/static/uZ5onboA1yozB2VFaCI2" mode=""></image>
|
<image src="https://api.ccttiot.com/smartmeter/img/static/uZ5onboA1yozB2VFaCI2" mode=""></image>
|
||||||
<view class="cont">
|
<view class="cont">
|
||||||
<view class="name">
|
<view class="name">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user