Parcourir la source

暂时不允许 修改手机号

wangdy il y a 8 ans
Parent
commit
cd18764cc1

+ 1 - 1
src/main/webapp/resources/view/usercenter/forstore/account_manager.html

@@ -88,7 +88,7 @@
 		<div class="rt_menu">
 			<span>您的个人信息</span>
 			<span class="fr" >
-				<button ng-if=" !updateState"  ng-click="changeToUpdate(true)">修改</button>
+				<!--<button ng-if=" !updateState"  ng-click="changeToUpdate(true)">修改</button>-->
 				<button ng-if=" updateState"  ng-click="saveUpdate()">保存</button>
 				<button ng-if="updateState" ng-click="changeToUpdate(false)" style="color: #f00">取消</button>
 			</span>