1.提交充值话费数据添加

master
杨杰 3 years ago
parent d47dd73e5b
commit 980f062981
  1. 14
      high-unionPay/pages/unionPay/recharge-centre/recharge-centre.vue

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

Loading…
Cancel
Save