pull/1/head
袁野 3 years ago
parent 2896c7a6cb
commit c47294ae4f
  1. 2
      src/app/admin/recharge-order/order-list/order-list.component.html
  2. 8
      src/environments/environment.ts

@ -154,6 +154,7 @@
<th nzWidth="80px">编号</th> <th nzWidth="80px">编号</th>
<th nzWidth="180px">订单名称</th> <th nzWidth="180px">订单名称</th>
<th nzWidth="180px">订单类型</th> <th nzWidth="180px">订单类型</th>
<th nzWidth="180px">充值类型</th>
<th nzWidth="180px">工会卡号</th> <th nzWidth="180px">工会卡号</th>
<th nzWidth="180px">订单号</th> <th nzWidth="180px">订单号</th>
<th nzWidth="120px">客户名称</th> <th nzWidth="120px">客户名称</th>
@ -171,6 +172,7 @@
<td>{{i+1}}</td> <td>{{i+1}}</td>
<td>{{data.remarks}}</td> <td>{{data.remarks}}</td>
<td>{{data.rechargeModel | rechargePrice}}</td> <td>{{data.rechargeModel | rechargePrice}}</td>
<td>{{data.rechargeType== 1? '快充':'慢充'}}</td>
<td>{{data.idCard}}</td> <td>{{data.idCard}}</td>
<td>{{data.orderNo}}</td> <td>{{data.orderNo}}</td>
<td>{{data.userName == null ? '暂无': data.userName}}</td> <td>{{data.userName == null ? '暂无': data.userName}}</td>

@ -4,10 +4,10 @@
export const environment = { export const environment = {
production: false, production: false,
baseUrl: 'http://localhost:9302/brest/', // 测试环境服务器地址(请求数据地址) // baseUrl: 'http://localhost:9302/brest/', // 测试环境服务器地址(请求数据地址)
imageUrl: 'http://localhost:9302/filesystem/', // imageUrl: 'http://localhost:9302/filesystem/',
// baseUrl: 'https://hsgcs.dctpay.com/brest/', // 测试环境服务器地址(请求数据地址) baseUrl: 'https://hsgcs.dctpay.com/brest/', // 测试环境服务器地址(请求数据地址)
// imageUrl: 'https://hsgcs.dctpay.com/filesystem/', imageUrl: 'https://hsgcs.dctpay.com/filesystem/',
key: 'https://hsgcs.dctpay.com/phone-recharge-H5/index.html?codeValue=', key: 'https://hsgcs.dctpay.com/phone-recharge-H5/index.html?codeValue=',
inviteUrl: 'https://hsgcs.dctpay.com/wx/?action=ic&id=', inviteUrl: 'https://hsgcs.dctpay.com/wx/?action=ic&id=',
}; };

Loading…
Cancel
Save