Ver código fonte

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

tags/河北版C.8.1.01
rui 5 anos atrás
pai
commit
280a4e983d
12 arquivos alterados com 37 adições e 26 exclusões
  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 Ver arquivo

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

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


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


+ 2
- 3
pages/integralmall/index.js Ver arquivo

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


+ 1
- 1
pages/integralmall/index.wxss Ver arquivo

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


+ 3
- 1
pages/managelicenseplate/managelicenseplate.wxml Ver arquivo

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

+ 5
- 5
pages/managelicenseplate/managelicenseplate.wxss Ver arquivo

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


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


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


+ 5
- 3
pages/order/detail/index.wxml Ver arquivo

@@ -86,9 +86,11 @@
<text class="jine1" wx:if="{{order.unit==1}}">{{order.price/100}}小时</text> <text class="jine1" wx:if="{{order.unit==1}}">{{order.price/100}}小时</text>
</view> --> </view> -->
<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> </view>
<view class='classifShop'> <view class='classifShop'>


+ 9
- 2
pages/order/detail/index.wxss Ver arquivo

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


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


.jine1 { .jine1 {


+ 1
- 0
pages/passCar/couponList/couponList.js Ver arquivo

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


+ 1
- 1
pages/passCar/couponList/couponList.wxml Ver arquivo

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


+ 2
- 2
pages/passCar/couponList/couponList.wxss Ver arquivo

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


+ 2
- 2
pages/passCar/passCar.wxml Ver arquivo

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



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


+ 5
- 5
pages/passCar/passCar.wxss Ver arquivo

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


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


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


.jians { .jians {


Carregando…
Cancelar
Salvar