src/main/webapp/scripts/app/user/userModify.controller.js
@@ -85,7 +85,6 @@ $scope.vm.form.account = result.data.data.account; $scope.vm.form.phone = result.data.data.phone; if(result.data.data.reservationNotifyTime === "realTime"){ $scope.vm.form.reservationNotifyTime = ""; $scope.vm.form.realtimeNotify = true; }else{ $scope.vm.form.reservationNotifyTime = result.data.data.reservationNotifyTime;