This commit is contained in:
Sliverber 2024-06-04 18:12:12 +08:00
parent c4bd835fff
commit ebbb4f3b69
11 changed files with 706 additions and 399 deletions

View File

@ -124,9 +124,9 @@ const install = (Vue, vm) => {
uni.hideLoading(); uni.hideLoading();
if (res.code == 200) { if (res.code == 200) {
uni.setStorageSync('token', res.token); uni.setStorageSync('token', res.token);
uni.navigateTo({ // uni.navigateTo({
url:'/pages/index/index' // url:'/pages/index/index'
}) // })
}else if(res.code == 501){ }else if(res.code == 501){

View File

@ -53,7 +53,7 @@
// this._switchTabbarPage(index) // this._switchTabbarPage(index)
if(index==0){ if(index==0){
uni.navigateTo({ uni.redirectTo({
url:'/pages_admin/admin_worke', url:'/pages_admin/admin_worke',
routeType: 'wx://modal', routeType: 'wx://modal',
success() { success() {
@ -62,7 +62,7 @@
}) })
console.log('点击了',index); console.log('点击了',index);
}else if(index==1){ }else if(index==1){
uni.navigateTo({ uni.redirectTo({
url:'/pages_admin/admin_index', url:'/pages_admin/admin_index',
routeType: 'wx://modal', routeType: 'wx://modal',
success() { success() {
@ -70,7 +70,7 @@
} }
}) })
}else if(index==2){ }else if(index==2){
uni.navigateTo({ uni.redirectTo({
url:'/pages_admin/admin_order', url:'/pages_admin/admin_order',
routeType: 'wx://modal', routeType: 'wx://modal',
success() { success() {
@ -100,7 +100,7 @@
// left: 60rpx; // left: 60rpx;
bottom: 0rpx; bottom: 0rpx;
width: 750rpx; width: 750rpx;
height: 118rpx; height: 150rpx;
background: #FFFFFF; background: #FFFFFF;
box-shadow: 0rpx 16rpx 40rpx 0rpx rgba(53, 140, 255, 0.1); box-shadow: 0rpx 16rpx 40rpx 0rpx rgba(53, 140, 255, 0.1);
// border-radius: 60rpx; // border-radius: 60rpx;

View File

@ -2,27 +2,34 @@
<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='40'></u-navbar> height='40'></u-navbar>
<view class="ipt_box"> <view class="tit">
<view class="li"> 为了防范身份信息被冒用需进行身份认证以确保 是本人操作
<view class="left"> </view>
姓名 <view class="imgbox">
</view> <image class="img" src="https://lxnapi.ccttiot.com/bike/img/static/uxAqR8zizZddzadit9ms" mode=""></image>
<input type="text" v-model="name" placeholder="填写本人真实姓名" placeholder-style=''/> </view>
<view class="ipt_box">
<view class="li">
<view class="left">
姓名
</view> </view>
<view class="line"></view> <input type="text" v-model="name" placeholder="填写本人真实姓名" placeholder-style='' />
<view class="li"> </view>
<view class="left"> <view class="line"></view>
身份证号 <view class="li">
</view> <view class="left">
<input type="number" v-model="idnum" placeholder="填写本人身份证号"/> 身份证号
</view> </view>
<input type="text" v-model="idnum" placeholder="填写本人身份证号" />
</view> </view>
<view class="tips"> </view>
以上信息仅用于验证我们将严格为您保密 <view class="tips">
</view> 以上信息仅用于验证我们将严格为您保密
<view class="btn" @click="test"> </view>
认证 <view class="btn" :class="istrue?'act1':''" @click="test">
</view> 认证
</view>
</view> </view>
</template> </template>
@ -34,9 +41,18 @@
backgroundColor: "#fff", backgroundColor: "#fff",
}, },
name: '', name: '',
idnum: '' idnum: null,
istrue:false
} }
}, },
watch: {
idnum(newVal) {
// 15 18
const regex = /^\d{17}(\d|X|x)$/;
this.istrue = regex.test(newVal);
}
},
computed: { computed: {
userId() { userId() {
return this.$store.getters.userId; return this.$store.getters.userId;
@ -48,7 +64,8 @@
return nameRegex.test(name); return nameRegex.test(name);
}, },
validateIdnum(idnum) { 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)$)$/; 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); return idnumRegex.test(idnum);
}, },
test() { test() {
@ -76,7 +93,7 @@
this.$u.get('/appVerify/user/authentication?', data).then((res) => { this.$u.get('/appVerify/user/authentication?', data).then((res) => {
if (res.code === 200) { if (res.code === 200) {
uni.navigateBack({ uni.navigateBack({
delta: 1 // delta1 delta: 1 // delta1
}); });
} else { } else {
uni.showToast({ uni.showToast({
@ -94,6 +111,15 @@
<style lang="scss"> <style lang="scss">
.page { .page {
width: 750rpx; width: 750rpx;
.tit{
margin: 20rpx auto;
width: 608rpx;
height: 76rpx;
font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
font-weight: 600;
font-size: 28rpx;
color: #3D3D3D;
}
.tips { .tips {
text-align: center; text-align: center;
margin: 10rpx auto; margin: 10rpx auto;
@ -102,6 +128,17 @@
font-size: 28rpx; font-size: 28rpx;
color: #3D3D3D; color: #3D3D3D;
} }
.imgbox{
width: 100%;
display: flex;
align-items: center;justify-content: center;
.img{
margin: 10rpx auto;
width: 428rpx;
height: 292.32rpx;
}
}
.btn { .btn {
display: flex; display: flex;
align-items: center; align-items: center;
@ -115,13 +152,17 @@
font-size: 40rpx; font-size: 40rpx;
color: #FFFFFF; color: #FFFFFF;
} }
.act1{
background: #4C97E7;
}
.ipt_box { .ipt_box {
padding: 30rpx 12rpx; padding: 30rpx 12rpx;
margin: 48rpx auto; margin: 48rpx auto;
width: 610rpx; width: 610rpx;
background: #FFFFFF; background: #FFFFFF;
box-shadow: 0rpx 10rpx 64rpx 0rpx rgba(0,0,0,0.08); box-shadow: 0rpx 10rpx 64rpx 0rpx rgba(0, 0, 0, 0.08);
border-radius: 12rpx; border-radius: 12rpx;
.line { .line {
margin-top: 34rpx; margin-top: 34rpx;
margin-bottom: 34rpx; margin-bottom: 34rpx;
@ -129,20 +170,24 @@
height: 2rpx; height: 2rpx;
background: #F3F3F3; background: #F3F3F3;
} }
.li { .li {
display: flex; display: flex;
align-items: center; align-items: center;
.left { .left {
width: 96rpx; width: 96rpx;
font-weight: 400; font-weight: 400;
font-size: 24rpx; font-size: 24rpx;
color: #979797; color: #979797;
} }
input { input {
margin-left: 44rpx; margin-left: 44rpx;
font-weight: 400; font-weight: 400;
font-size: 24rpx; font-size: 24rpx;
color: #3D3D3D; color: #3D3D3D;
.input-placeholder { .input-placeholder {
font-weight: 400; font-weight: 400;
font-size: 24rpx; font-size: 24rpx;
@ -152,4 +197,4 @@
} }
} }
} }
</style> </style>

View File

@ -229,7 +229,7 @@
money: this.areaInfo.deposit, money: this.areaInfo.deposit,
mark: "押金充值", mark: "押金充值",
type: '4', type: '4',
areaId:this.areaId areaId:id
} }
@ -246,10 +246,14 @@
paySign: res.data.paySign, paySign: res.data.paySign,
success(res) { success(res) {
// //
uni.showLoading({
title:'加载中'
})
setTimeout(() => { setTimeout(() => {
uni.hideLoading()
that.getinfo() that.getinfo()
that.getlist() that.getlist()
}, 1000) }, 2000)
}, },
fail(err) { fail(err) {

View File

@ -6,10 +6,10 @@
"pages": [{ "pages": [{
"path": "pages/index/index", "path": "pages/index/index",
"style": { "style": {
"navigationBarTitleText": "我的", "navigationBarTitleText": "",
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#3996FD", "navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "#FFFFFF", "navigationBarTextStyle": "black",
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },

File diff suppressed because it is too large Load Diff

View File

@ -3,14 +3,17 @@
<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" v-if="false"> <view class="info" >
<image src="https://api.ccttiot.com/smartmeter/img/static/uZ5onboA1yozB2VFaCI2" mode=""></image> <image :src='item.avatar' mode=""></image>
<view class="cont"> <view class="cont">
<view class="name"> <view class="name" v-if="info.realName!=null">
微信用户 {{maskedName}}
</view>
<view class="name" v-if="info.realName==null" >
未实名
</view> </view>
<view class="phone"> <view class="phone">
138****1123 {{ maskedPhoneNumber }}
</view> </view>
</view> </view>
</view> </view>
@ -167,6 +170,16 @@
onShow() { onShow() {
this.getuserInfo() this.getuserInfo()
}, },
computed: {
maskedPhoneNumber() {
if (!this.info.phonenumber) return '';
return this.info.phonenumber.slice(0, 3) + '****' + this.info.phonenumber.slice(7);
},
maskedName() {
if (!this.info.realName) return '';
return this.info.realName.charAt(0) + '*'.repeat(this.info.realName.length - 1);
}
},
methods: { methods: {
topage(num){ topage(num){
if(num==0){ if(num==0){
@ -211,18 +224,21 @@
if (res.code == 200) { if (res.code == 200) {
this.$store.commit('SET_USERID', res.user.userId); this.$store.commit('SET_USERID', res.user.userId);
this.info=res.user this.info=res.user
uni.setStorageSync('role', res.user.role);
if( res.user.role==2){ // if( res.user.role==2){
uni.navigateTo({ // uni.navigateTo({
url:'/page_fix/fix_index' // url:'/page_fix/fix_index'
}) // })
} // }
} else { } else {
uni.showToast({ uni.showToast({
title: '未登录,请登录后尝试', title: '未登录,请登录后尝试',
icon: 'none', icon: 'none',
duration: 2000 duration: 2000
}); });
setTimeout(()=>{
// if()
},300)
} }
}); });
} }

View File

@ -668,7 +668,7 @@
<style lang="scss"> <style lang="scss">
page { page {
background-color: #F7FAFE; background-color: #fff;
} }
.page { .page {
@ -739,6 +739,7 @@
.slider { .slider {
padding: 15rpx 0 0 15rpx; padding: 15rpx 0 0 15rpx;
margin-bottom: 20rpx;
.tit { .tit {
font-weight: 500; font-weight: 500;
font-size: 28rpx; font-size: 28rpx;
@ -748,13 +749,13 @@
width: 752rpx; width: 752rpx;
height:160rpx; height:160rpx;
background: #FFFFFF; background: #FFFFFF;
box-shadow: 0rpx 4rpx 22rpx 0rpx rgba(0, 0, 0, 0.07); // box-shadow: 0rpx 4rpx 22rpx 0rpx rgba(0, 0, 0, 0.07);
border-radius: 0rpx 0rpx 0rpx 0rpx; border-radius: 0rpx 0rpx 0rpx 0rpx;
} }
.map { .map {
width: 750rpx; width: 750rpx;
height: 906rpx; height:850rpx;
} }

View File

@ -56,7 +56,7 @@
</view> --> </view> -->
</view> </view>
<view class="info_li"> <view class="info_li">
<view class="txt">最近一笔订单{{item.latestOrder.orderNo}}</view> <view class="txt" v-if="item.latestOrder.orderNo">最近一笔订单{{item.latestOrder.orderNo}}</view>
<span style="color:#4C97E7 ;" v-if="item.latestOrder.status==0||item.latestOrder.status==2">进行中</span> <span style="color:#4C97E7 ;" v-if="item.latestOrder.status==0||item.latestOrder.status==2">进行中</span>
<span style="color:#4C97E7 ;" v-if="item.latestOrder.status==1||item.latestOrder.status==3">待支付</span> <span style="color:#4C97E7 ;" v-if="item.latestOrder.status==1||item.latestOrder.status==3">待支付</span>
<span style="color:#4C97E7 ;" v-if="item.latestOrder.status==4">已完成</span> <span style="color:#4C97E7 ;" v-if="item.latestOrder.status==4">已完成</span>

View File

@ -16,5 +16,6 @@ const getters = {
userId: state => state.app.userId, userId: state => state.app.userId,
isMeal: state => state.app.isMeal, isMeal: state => state.app.isMeal,
deposit: state => state.app.deposit, deposit: state => state.app.deposit,
showTips: state => state.app.showTips,
} }
export default getters export default getters

View File

@ -13,6 +13,7 @@ const state = {
userId:null, userId:null,
isMeal:null, isMeal:null,
deposit:null, deposit:null,
showTips:true,
}; };
const mutations = { const mutations = {
@ -50,6 +51,12 @@ const mutations = {
console.log(fee,'feefeefeefee'); console.log(fee,'feefeefeefee');
state.deposit = fee; state.deposit = fee;
},
SET_SHOWTIPS(state, fee) {
console.log(fee,'feefeefeefee');
state.showTips = fee;
} }
}; };