Compare commits

..

No commits in common. '70ef06a95976a0e48b00342c62a41594284c39c1' and '37e9cac65b08fcf1e1bb87322aeac5e0185ace7c' have entirely different histories.

  1. 2
      src/app/admin/api-merchants/list/list.component.ts
  2. 3
      src/app/app.module.ts

@ -298,7 +298,7 @@ export class ListComponent implements OnInit {
this.rechargeForm.controls.merchantId.disable();
this.rechargeForm.controls.amount.disable();
this.common.sendRechargeSmsCode('13251378838', this.rechargeParam['merchantId'], this.rechargeParam['amount'], data => {
this.common.sendRechargeSmsCode('18090580471', this.rechargeParam['merchantId'], this.rechargeParam['amount'], data => {
if (data['return_code'] === '000000') {
this.getVerifyCodeCountdown();
} else {

@ -17,8 +17,11 @@ import {NavigationModule} from './admin/navigation/navigation.module';
import {AppCommonModule} from './app-common.module';
import {NgxEchartsModule} from 'ngx-echarts';
import {HashLocationStrategy, LocationStrategy} from '@angular/common';
import {RouterModule} from '@angular/router';
registerLocaleData(zh);
@NgModule({
declarations: [
AppComponent,

Loading…
Cancel
Save