Ver código fonte

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

tags/河北版C.8.1.01
hurui 5 anos atrás
pai
commit
a4c6baebae
6 arquivos alterados com 27 adições e 28 exclusões
  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 Ver arquivo

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


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

@@ -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='mms'>
<view class='detail_msg'>
<view class="{{item.couponOrderStatus == 0 ? 'detail_msg':'detail_msgYsy'}}" >
<view class='logo'>
<image mode="aspectFill" src='{{item.coverImg}}'></image>
</view>


+ 6
- 3
pages/passCar/couponList/couponList.wxss Ver arquivo

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


+ 1
- 8
pages/user/index.wxml Ver arquivo

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


+ 7
- 3
pages/user/index.wxss Ver arquivo

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

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



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


+ 1
- 1
project.config.json Ver arquivo

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


Carregando…
Cancelar
Salvar