|
|
@@ -299,7 +299,7 @@
|
|
|
<a ng-switch-when="1">审核通过</a>
|
|
|
<a ng-switch-when="2">待审核</a>
|
|
|
</li>
|
|
|
- <li>
|
|
|
+ <!--<li>
|
|
|
<span>
|
|
|
<h5 ng-show="userInfo.havePayPwd"><img class="ok-icon" src="static/img/user/images/ok-account.png"/></h5>
|
|
|
<h5 ng-hide="userInfo.havePayPwd"><img src="static/img/user/images/safe.png"/></h5>
|
|
|
@@ -308,7 +308,7 @@
|
|
|
</span>
|
|
|
<a ng-hide="userInfo.havePayPwd" ng-click="updateUserPay()" class="mall-btn-default">立即设置</a>
|
|
|
<a ng-show="userInfo.havePayPwd" ng-click="updateUserPay()">修改</a>
|
|
|
- </li>
|
|
|
+ </li>-->
|
|
|
</ul>
|
|
|
</div>
|
|
|
|