提交修改

pull/1/head
袁野 3 years ago
parent 33743161b9
commit dd3f99c13a
  1. 2
      src/app/admin/recharge-order/user/user.component.html
  2. 1
      src/app/admin/recharge-order/user/user.component.ts
  3. 9
      src/environments/environment.ts

@ -73,6 +73,7 @@
<thead nzSingleSort> <thead nzSingleSort>
<tr> <tr>
<th nzWidth="50px">编号</th> <th nzWidth="50px">编号</th>
<th nzWidth="140px">邀请链接</th>
<th nzWidth="80px">代理商名称</th> <th nzWidth="80px">代理商名称</th>
<th nzWidth="80px">代理商地址</th> <th nzWidth="80px">代理商地址</th>
<th nzWidth="80px">联系人</th> <th nzWidth="80px">联系人</th>
@ -84,6 +85,7 @@
<tbody> <tbody>
<tr *ngFor="let data of ajaxTable.data; let i = index"> <tr *ngFor="let data of ajaxTable.data; let i = index">
<td>{{i + 1}}</td> <td>{{i + 1}}</td>
<td>{{KEY + data.agentKey}}</td>
<td>{{data.agentName}}</td> <td>{{data.agentName}}</td>
<td>{{data.agentAddress}}</td> <td>{{data.agentAddress}}</td>
<td>{{data.agentUser}}</td> <td>{{data.agentUser}}</td>

@ -18,6 +18,7 @@ export class UserComponent implements OnInit {
WEB_SERVE_URL = environment.imageUrl; WEB_SERVE_URL = environment.imageUrl;
FILE_URL = environment.imageUrl; FILE_URL = environment.imageUrl;
KEY = environment.key;
searchForm: FormGroup; // 搜索框 searchForm: FormGroup; // 搜索框
requestData = []; // 列表数据 requestData = []; // 列表数据
total: number; // 页码 total: number; // 页码

@ -4,10 +4,11 @@
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=',
}; };
/* /*

Loading…
Cancel
Save