From bf8370d4a194db7c4412abd0c5263840967ad19f Mon Sep 17 00:00:00 2001
From: fengxiang <fengxiang>
Date: Wed, 20 Dec 2017 10:55:21 +0800
Subject: [PATCH] updates

---
 _mock/installer.service.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/_mock/installer.service.ts b/_mock/installer.service.ts
index ecaa6aa..a579dda 100644
--- a/_mock/installer.service.ts
+++ b/_mock/installer.service.ts
@@ -7,7 +7,7 @@
     sex: ['���', '���'][i % 2],
     mobile: 13713713777 + i,
     email: `test_${i + 1}@test.com`,
-    weixin: 'test',
+    weixin: 'test' + (i + 1),
     password: 'ISGMyneATSuhkiwz4BURBQ==',
     organization: '������' + (i + 1),
     nickname:  '������' + (i + 1),

--
Gitblit v1.8.0