Browse Source

[停车券][修改][状态展示]

tags/河北版C.8.1.01
hurui 5 years ago
parent
commit
a4c6baebae
6 changed files with 27 additions and 28 deletions
  1. +11
    -12
      ext.json
  2. +1
    -1
      pages/passCar/couponList/couponList.wxml
  3. +6
    -3
      pages/passCar/couponList/couponList.wxss
  4. +1
    -8
      pages/user/index.wxml
  5. +7
    -3
      pages/user/index.wxss
  6. +1
    -1
      project.config.json

+ 11
- 12
ext.json View File

@@ -3,29 +3,28 @@
"attr": { "attr": {
"imgProxy": [ "imgProxy": [
{ {
"newUrl": "https://ciformall.youlane.cn/img",
"newUrl": "https://ctest.malls.iformall.com/img",
"orgUrl": "https://iformall-net.s3.cn-northwest-1.amazonaws.com.cn" "orgUrl": "https://iformall-net.s3.cn-northwest-1.amazonaws.com.cn"
}, },
{ {
"newUrl": "https://ciformall.youlane.cn/img1",
"newUrl": "https://ctest.malls.iformall.com/img1",
"orgUrl": "https://s3.cn-northwest-1.amazonaws.com.cn" "orgUrl": "https://s3.cn-northwest-1.amazonaws.com.cn"
}, },
{ {
"newUrl": "https://ciformall.youlane.cn/img2",
"newUrl": "https://ctest.malls.iformall.com/img2",
"orgUrl": "https://wx.qlogo.cn" "orgUrl": "https://wx.qlogo.cn"
} }
], ],
"configUrl": "https://ciformall.youlane.cn/C/api",
"configUrl": "https://ctest.malls.iformall.com/C/api",
"etcpAppId": "wx192b7d2e8dcbefd0", "etcpAppId": "wx192b7d2e8dcbefd0",
"socketUrl": "wss://mp.youlane.cn/W/ws",
"etcpVersion": "release", "etcpVersion": "release",
"etcpCallbackUrl": "https://ciformall.youlane.cn/api/carCallback/etcpPaidCallback",
"etcpCallbackUrl": "https://admintest.malls.iformall.com/api/carCallback/etcpPaidCallback",
"ifHaveWebSocket": "0", "ifHaveWebSocket": "0",
"ifHaveCarModular": "1" "ifHaveCarModular": "1"
}, },
"name": "富茂客官开发",
"weappId": "wxea71200db93d756b",
"appVersion": "C.4.5.106"
"name": "富茂客",
"weappId": "wx649b3be73c1afe47",
"appVersion": "C.test.5.2.0"
}, },
"debug": false, "debug": false,
"tabBar": { "tabBar": {
@@ -61,10 +60,10 @@
"window": { "window": {
"backgroundTextStyle": "dark", "backgroundTextStyle": "dark",
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
"navigationBarTitleText": "WeChat",
"navigationBarBackgroundColor": "#fff"
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#FFFFFF"
}, },
"extAppid": "wxea71200db93d756b",
"extAppid": "wx649b3be73c1afe47",
"extEnable": true, "extEnable": true,
"permission": { "permission": {
"scope.userLocation": { "scope.userLocation": {


+ 1
- 1
pages/passCar/couponList/couponList.wxml View File

@@ -16,7 +16,7 @@


<view class='section' wx:for='{{list}}' wx:key='{{index}}' bindtap="gotouse" data-quancode="{{item.id}}" data-couponorderstatus="{{item.couponOrderStatus}}"> <view class='section' wx:for='{{list}}' wx:key='{{index}}' bindtap="gotouse" data-quancode="{{item.id}}" data-couponorderstatus="{{item.couponOrderStatus}}">
<view class='mms'> <view class='mms'>
<view class='detail_msg'>
<view class="{{item.couponOrderStatus == 0 ? 'detail_msg':'detail_msgYsy'}}" >
<view class='logo'> <view class='logo'>
<image mode="aspectFill" src='{{item.coverImg}}'></image> <image mode="aspectFill" src='{{item.coverImg}}'></image>
</view> </view>


+ 6
- 3
pages/passCar/couponList/couponList.wxss View File

@@ -29,10 +29,7 @@
width: 690rpx; width: 690rpx;
height: 180rpx !important; height: 180rpx !important;
background: #fff; background: #fff;
/* padding: 30rpx 0 0; */
margin: 0 auto 40rpx; margin: 0 auto 40rpx;
/* border-radius: 16rpx; */
/* border-top: 8rpx solid #02b7ff; */
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10); box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10);
} }
@@ -42,6 +39,12 @@
padding-bottom: 16rpx; padding-bottom: 16rpx;
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%);
} }
.detail_msgYsy {
display: flex;
padding-top: 16rpx;
padding-bottom: 16rpx;
background: #E1E1E1;
}
.expiretime { .expiretime {
display: block; display: block;


+ 1
- 8
pages/user/index.wxml View File

@@ -72,14 +72,7 @@
<image class='icons' src="{{wmintegral}}" mode='widthFix'></image>积分商城</view> <image class='icons' src="{{wmintegral}}" mode='widthFix'></image>积分商城</view>
</view> </view>
</navigator> </navigator>
</view>
<view class="user-btns">
</view>
<view class="user-btns">
<!-- 当商场开启使用折扣按钮的时候, -->
<!-- 当商场开启使用折扣按钮的时候, -->
<navigator url="/pages/specialcourtesy/specialcourtesy"> <navigator url="/pages/specialcourtesy/specialcourtesy">
<view class="user-btn app-border-bottom"> <view class="user-btn app-border-bottom">
<view> <view>


+ 7
- 3
pages/user/index.wxss View File

@@ -108,13 +108,17 @@ page{


.user-btns{ .user-btns{
background: #fff; background: #fff;
/* margin-top: 20rpx; */
margin: 20rpx 20rpx 0; margin: 20rpx 20rpx 0;
display: flex; display: flex;
justify-content: space-around;
text-align: center; text-align: center;
/* margin-bottom: 20rpx; */
flex-wrap: wrap;
} }
.user-btns navigator{
width: 33%;
}



.user-btns:nth-of-type(3){ .user-btns:nth-of-type(3){
margin-bottom: 0; margin-bottom: 0;
} }


+ 1
- 1
project.config.json View File

@@ -14,7 +14,7 @@
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.5.0", "libVersion": "2.5.0",
"appid": "wxb11603577a84a86d",
"appid": "wxfa336cad86ed598d",
"projectname": "C%E7%AB%AF%E5%B0%8F%E7%A8%8B%E5%BA%8F", "projectname": "C%E7%AB%AF%E5%B0%8F%E7%A8%8B%E5%BA%8F",
"isGameTourist": false, "isGameTourist": false,
"simulatorType": "wechat", "simulatorType": "wechat",


Loading…
Cancel
Save