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

master
杨杰 3 years ago
parent d47dd73e5b
commit 980f062981
  1. 8
      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,6 +256,7 @@
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 {
@ -263,7 +266,8 @@
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;

Loading…
Cancel
Save