Commit 6ac7dd74 authored by fwz's avatar fwz

前端

parent 570d559a
......@@ -6,17 +6,18 @@
<view class="appCotent">
<div class="getCarCode">
<div class="get__content">
<div class="address" v-if="addressShow">
<div class="address" v-if="addressShow" @click="goAddress">
<div class="address__left">
<div class="right__title">
{{addressInfo.address}}&emsp;{{addressInfo.detailInfo}}
</div>
<div class="right__phone">
<span v-if="addressInfo.defaultFlag">默认</span>
<span>{{addressInfo.userName}}</span> <span>{{addressInfo.telNumber}}</span>
<span>{{addressInfo.userName}}</span>
<span>{{addressInfo.telNumber}}</span>
<span v-if="addressInfo.defaultFlag">默认</span>
</div>
</div>
<div class="address__right" @click="goAddress">
<div class="address__right" >
<image src="@/static/index/right.png" />
</div>
<u-gap bgColor="transparent" height="15"></u-gap>
......
......@@ -67,12 +67,17 @@ export default {
message: "请填写车型",
trigger: ["blur", "change"],
},
"carInfo.mileage": {
type: "number",
required: false,
message: "请填写正确的里程数",
trigger: ["blur", "change"],
},
"carInfo.carNo": [{
min: 7,
max: 8,
message: '车牌长度在7-8个字符之间'
},
{
type: "string",
required: true,
......
......@@ -15,11 +15,13 @@
当前位置:
</div>
<div class="item__value">
{{appBo.detailInfo}}
<!-- <u--text :text="appBo.detailInfo" color="#333333" height="35" bgColor="#ffffff" fontSize="30rpx" ></u--text> -->
<!-- //todo 这个滚动通知有一个padding的设置项,导致高度增加不少,需要解决 -->
<u-notice-bar :text="appBo.detailInfo" icon=" " single="true" color="#333333" height="35" bgColor="#ffffff" fontSize="30rpx" ></u-notice-bar>
<div class="item__icon">
<!-- <u-notice-bar :text="appBo.detailInfo" icon=" " single="true" color="#333333" height="35" bgColor="#ffffff" fontSize="30rpx" ></u-notice-bar> -->
<!-- <div class="item__icon">
<image src="@/static/move-car/move-car-code1.png" />
</div>
</div> -->
</div>
</div>
<div class="car_item__three">
......
......@@ -136,7 +136,9 @@ export default {
title: "绑定成功",
icon: "success",
});
this.goBack()
uni.navigateTo({
url: '/pagesB/pages/move-car/myMoveCar'
})
}else{
//绑定失败,展示失败信息
uni.showToast({
......
......@@ -5,7 +5,7 @@
<template>
<view class="appCotent">
<div class="pay">
<div class="address" v-if="addressShow">
<div class="address" v-if="addressShow" @click="goAddress">
<div class="address__left">
<div class="right__title">
{{addressInfo.address}}&emsp;{{addressInfo.detailInfo}}
......@@ -16,7 +16,7 @@
<span v-if="addressInfo.defaultFlag">默认</span>
</div>
</div>
<div class="address__right" @click="goAddress">
<div class="address__right" >
<image src="@/static/index/right.png" />
</div>
<u-gap bgColor="transparent" height="15"></u-gap>
......
......@@ -64,7 +64,10 @@ export default {
}
this.http.httpTokenRequest(opts, orderRefund).then(res => {
if (res.data.code == 200) {
uni.showToast({
title: '退款成功',
icon: 'success',
})
}
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment