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: '加载中...'
})
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;

Loading…
Cancel
Save