diff --git a/high-unionPay/pages/unionPay/recharge-centre/recharge-centre.vue b/high-unionPay/pages/unionPay/recharge-centre/recharge-centre.vue index 97445b7..57b0c00 100644 --- a/high-unionPay/pages/unionPay/recharge-centre/recharge-centre.vue +++ b/high-unionPay/pages/unionPay/recharge-centre/recharge-centre.vue @@ -127,7 +127,9 @@ title: '加载中...' }) let params = { - type: item + type: item, + regionId: app.globalData.cityId, + showType: 3 } getListOutRechargePrice(params).then(res => { uni.hideLoading() @@ -254,8 +256,9 @@ margin-left: 3%; display: flow-root; justify-content: space-between; + align-items: center; padding: 20upx 0; - + .box { width: 30%; margin-left: 1%; @@ -263,20 +266,21 @@ margin-top: 20upx; float: left; height: 120upx; - line-height: 120upx; + // line-height: 120upx; + display: inline-grid; justify-content: center; align-items: center; text-align: center; box-shadow: 0upx 0upx 4upx #666666; font-size: 36upx; color: #089bf5; - + &.on { background-color: #089bf5; color: #ffffff; } } - + .heTitle { width: 100%; font-size: 15px;