Browse Source

再次邀请功能

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@9193 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 8 years ago
parent
commit
a30f816594
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/resources/tpl/index/baseInfo/invitation.html

+ 1 - 1
src/main/webapp/resources/tpl/index/baseInfo/invitation.html

@@ -142,7 +142,7 @@
 							<div>次数:<span ng-bind="::record.count"></span></div>
 							<div>注册状态:
 								<span ng-if="record.active == 1">已注册</span>
-								<span ng-if="record.active == 0">未注册</span>
+								<span ng-if="record.active == 0">未注册<a ng-click="reInvite(record.id)">再次邀请</a></span>
 							</div>
 							<!-- <div ng-if="record.active == 0 && record.samecount > 1">
 								提示:当前企业名称匹配到多个企业,<a ng-click="search(record.vendname)">点击查看</a>