pull/1/head
袁野 3 years ago
parent 29b4f9c687
commit 9e007fe787
  1. 2
      src/app/admin/index/index/index.component.html
  2. 2
      src/app/admin/recharge-order/order-list/order-list.component.html
  3. 2
      src/app/admin/system/menu/menu.component.html
  4. 3
      src/app/admin/system/system-role-show/system-role-show.component.html
  5. 4
      src/environments/environment.ts

@ -18,7 +18,7 @@
<div nz-col nzSpan="8"> <div nz-col nzSpan="8">
<nz-card nzHoverable [nzLoading]="loading" (click)="isVisible = true"> <nz-card nzHoverable [nzLoading]="loading" (click)="isVisible = true">
<h3>汇联通预充值账号</h3> <h3>汇联通预充值账号</h3>
<p>余额:{{balance}}</p> <p>余额:{{(balance - balanceData['payRealPrice']).toFixed(2)}}</p>
<p>订单数量:{{balanceData['count']}}</p> <p>订单数量:{{balanceData['count']}}</p>
<p>支付总额:{{balanceData['payRealPrice'] == null ? '0': balanceData['payRealPrice']}}</p> <p>支付总额:{{balanceData['payRealPrice'] == null ? '0': balanceData['payRealPrice']}}</p>
</nz-card> </nz-card>

@ -190,7 +190,7 @@
<td nzRight class="table-td-operation"> <td nzRight class="table-td-operation">
<a (click)="getDetail(data.id)">详情</a> <a (click)="getDetail(data.id)">详情</a>
<a *ngIf="data.rechargeStatus === 1" (click)="getMobileRechargeByOrderId(data.id)">再次充值</a> <a *ngIf="data.rechargeStatus === 1" (click)="getMobileRechargeByOrderId(data.id)">再次充值</a>
<!-- <a *ngIf="data.status === 2" (click)="postRefund(data.orderNo)">申请退款</a>--> <a *ngIf="data.status === 2" (click)="postRefund(data.orderNo)">申请退款</a>
</td> </td>
</tbody> </tbody>
</nz-table> </nz-table>

@ -1,4 +1,4 @@
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.0/css/bootstrap.min.css"> <link href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<!--面包屑--> <!--面包屑-->
<nz-breadcrumb> <nz-breadcrumb>

@ -1,5 +1,4 @@
<link href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.0/css/bootstrap.min.css">
<!--面包屑 --> <!--面包屑 -->
<nz-breadcrumb> <nz-breadcrumb>
<nz-breadcrumb-item> <nz-breadcrumb-item>

@ -6,8 +6,8 @@ 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://hsg.dctpay.com/brest/', // 测试环境服务器地址(请求数据地址)
imageUrl: 'https://hsgcs.dctpay.com/filesystem/', imageUrl: 'https://hsg.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