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: '加载中...'
})
let params = {
type: item
type: item,
regionId: app.globalData.cityId,
showType: 3
}
getListOutRechargePrice(params).then(res => {
uni.hideLoading()
@ -254,6 +256,7 @@
margin-left: 3%;
display: flow-root;
justify-content: space-between;
align-items: center;
padding: 20upx 0;
.box {
@ -263,7 +266,8 @@
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;

Loading…
Cancel
Save