浏览代码

[停车][修改][页面]

tags/河北版C.8.1.01
rui 5 年前
父节点
当前提交
280a4e983d
共有 12 个文件被更改,包括 37 次插入26 次删除
  1. +1
    -1
      pages/couponorder/index/index.wxss
  2. +2
    -3
      pages/integralmall/index.js
  3. +1
    -1
      pages/integralmall/index.wxss
  4. +3
    -1
      pages/managelicenseplate/managelicenseplate.wxml
  5. +5
    -5
      pages/managelicenseplate/managelicenseplate.wxss
  6. +5
    -3
      pages/order/detail/index.wxml
  7. +9
    -2
      pages/order/detail/index.wxss
  8. +1
    -0
      pages/passCar/couponList/couponList.js
  9. +1
    -1
      pages/passCar/couponList/couponList.wxml
  10. +2
    -2
      pages/passCar/couponList/couponList.wxss
  11. +2
    -2
      pages/passCar/passCar.wxml
  12. +5
    -5
      pages/passCar/passCar.wxss

+ 1
- 1
pages/couponorder/index/index.wxss 查看文件

@@ -76,7 +76,6 @@ button::after{ border: none; }
display: flex;
padding-bottom: 26rpx;
}

.expiretime {
text-align: left;
text-indent: 1em;
@@ -126,6 +125,7 @@ button::after{ border: none; }
}

.info view:nth-child(1) text {
text-indent: 0.6em;
font-size: 32rpx;
line-height: 32rpx;
height: 32rpx;


+ 2
- 3
pages/integralmall/index.js 查看文件

@@ -25,6 +25,7 @@ Page({
reloadIf: false,
creditAmount: 0,
score: '0',
},
goback: function () {
wx.switchTab({
@@ -69,7 +70,7 @@ Page({
showEdit: true
})
}
console.log(res.data,22222222222)
that.setData({
score: res.data.score,
levelName: res.data.levelName,
@@ -106,7 +107,6 @@ Page({
pageSize: 1,
}
}).then(res => {
console.log(res.data.list[0]),
wx.stopPullDownRefresh();
that.setData({
creditAmount: res.data.list[0].creditAmount,
@@ -129,7 +129,6 @@ Page({
},
getList(pageNum) {
var that = this;
console.log(pageNum)
if (that.data.allow_load) {
that.setData({
loading: true,


+ 1
- 1
pages/integralmall/index.wxss 查看文件

@@ -46,12 +46,12 @@
background:linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
border-radius:9px 9px 9px 0px;
font-family:PingFangSC-Regular;
font-size: 22rpx;
font-weight:400;
color:rgba(255,255,255,1);
line-height:32rpx;
float: left;
margin-top: 8rpx;
overflow: hidden;
}
.chengzhang {
font-size: 24rpx;


+ 3
- 1
pages/managelicenseplate/managelicenseplate.wxml 查看文件

@@ -18,6 +18,8 @@
<!-- 没有车牌的时候显示 -->
<view class='borderUp' hover-class='active' bindtap='jumpToAdd' bindtap='jumpToAdd' wx:if="{{carList.length>=0&&3>=carList.length}}">
<view class="myCars">
<image src='{{addUrl}}' mode="widthFix"></image>我的爱车</view>
<!-- <image src='{{addUrl}}' mode="widthFix"></image> -->
添加车牌
</view>
<text class='carNumber'>车辆入场后,才能绑车牌</text>
</view>

+ 5
- 5
pages/managelicenseplate/managelicenseplate.wxss 查看文件

@@ -86,7 +86,7 @@ page {
width: 680rpx;
margin: 0 auto;
font-size: 36rpx;
border: 2rpx dashed #979797;
border: 2rpx dashed #FD832D;
border-radius: 16rpx;
padding-bottom: 40rpx;
height: 202rpx;
@@ -183,7 +183,7 @@ page {
}

.swiper-item > view {
background: #bbe6ff;
background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
border-radius: 12rpx;
padding: 6rpx;
}
@@ -195,7 +195,7 @@ page {
margin: 0 auto;
float: right;
border-radius: 12rpx;
background: #00c0ff;
background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
border: 3px solid #fff;
position: relative;
}
@@ -205,7 +205,7 @@ page {
height: 180rpx;
line-height: 180rpx;
float: left;
background: #00c0ff;
background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
border-radius: 12rpx;
border: 3px solid #fff;
text-align: center;
@@ -533,7 +533,7 @@ button::after {

.myCars {
font-size: 34rpx;
color: #02c0ff;
color: #FD832D;
letter-spacing: 0;
text-align: center;
padding-top: 58rpx;


+ 5
- 3
pages/order/detail/index.wxml 查看文件

@@ -86,9 +86,11 @@
<text class="jine1" wx:if="{{order.unit==1}}">{{order.price/100}}小时</text>
</view> -->
<view>
<text>实付金额:</text>
<text class='RMB'>¥</text>
<text class="jine">{{order.payment/100}}</text>
<text class='left'>实付金额:</text>
<view class='right'>
<text class='RMB'>¥</text>
<text class='jine'>{{order.payment/100}}</text>
</view>
</view>
</view>
<view class='classifShop'>


+ 9
- 2
pages/order/detail/index.wxss 查看文件

@@ -203,6 +203,7 @@ page {
.classif > view text:nth-child(1) {
font-size: 28rpx;
color: #A6A6A6;
float: left;
}

.classif > view:nth-child(1) {
@@ -418,16 +419,22 @@ radio {
width: 350rpx;
height: 350rpx;
}
.left{
float: left;
}
.right{
float:right;
}
.RMB{
color: #FD782D !important;
font-size: 24rpx !important;
position: absolute;
right: 65rpx
float: right;
}
.jine {
color: #FD782D !important;
font-size: 36rpx !important;
font-weight: 400 !important;
float: right;
}

.jine1 {


+ 1
- 0
pages/passCar/couponList/couponList.js 查看文件

@@ -5,6 +5,7 @@ const Http = require("../../../utils/HttpBasics");
const imgurl = require("../../../utils/imgurl");
Page({
data: {
noCoupon:imgurl.noCoupon.url,
couponUrl: imgurl.coupon.url,
linessUrl: imgurl.liness.url,
loadingUrl: imgurl.loading.url,


+ 1
- 1
pages/passCar/couponList/couponList.wxml 查看文件

@@ -5,7 +5,7 @@
</i-tabs>
<view style='padding-top:120rpx;'>
<view class="nocoupon" wx:if="{{list.length==0}}">
<image src="{{couponUrl}}" mode="widthFix" />
<image src="{{noCoupon}}" mode="widthFix" />
<text class="txt001">请您敬请期待</text>
<text class='txt002'>我们正在筹备一大波优惠活动</text>
<navigator class='nav' url="/pages/main/index" open-type="switchTab" hover-class="other-navigator-hover">


+ 2
- 2
pages/passCar/couponList/couponList.wxss 查看文件

@@ -168,7 +168,7 @@
}
.nocoupon button {
background: #00c0ff;
background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
color: #fff;
font-size: 36rpx;
width: 100%;
@@ -204,7 +204,7 @@
margin: auto;
width: 670rpx;
border-radius: 60rpx;
background: #02c0ff;
background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
font-size: 32px;
color: #fff;
text-align: center;


+ 2
- 2
pages/passCar/passCar.wxml 查看文件

@@ -37,7 +37,6 @@
<text class='fr time'>{{timecha}}</text>
</view>


<view class='coupon clearfix' bindtap='gotoquan' wx:if="{{couponList.length>0}}">
<text class='fl'><text class='jians'>券</text>优惠券:</text>
<view class="fr">
@@ -67,7 +66,8 @@
<!-- 没有车牌的时候显示 -->
<view class='borderUp' bindtap='jumpToAdd' wx:if="{{carList.length==0}}">
<view class="myCars">
<image src='{{addUrl}}' mode="widthFix"></image>我的爱车
<!-- <image src='{{addUrl}}' mode="widthFix"></image> -->
添加车牌
</view>
<text class='carNumber'>车辆入场后,才能绑车牌</text>
</view>


+ 5
- 5
pages/passCar/passCar.wxss 查看文件

@@ -112,7 +112,7 @@ page {
width: 680rpx;
margin: 0 auto;
font-size: 36rpx;
border: 2rpx dashed #979797;
border: 2rpx dashed #FD832D;
border-radius: 16rpx;
padding-bottom: 40rpx;
height: 202rpx;
@@ -212,7 +212,7 @@ page {
}

.swiper-item .clearfix1 {
background: #bbe6ff;
background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
border-radius: 12rpx;
padding: 6rpx;
}
@@ -233,7 +233,7 @@ page {
height: 180rpx;
line-height: 180rpx;
float: left;
background: #00c0ff;
background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
border-radius: 12rpx;
border: 3px solid #fff;
text-align: center;
@@ -398,7 +398,7 @@ page {
}

.buy {
background: #00c0ff;
background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
height: 88rpx;
width: 73%;
margin: 0 auto;
@@ -601,7 +601,7 @@ button::after {
.orderBox .fr {
line-height: 70rpx;
font-size: 28rpx;
color: #ff4949;
color: #FD832D;
}

.jians {


正在加载...
取消
保存