Browse Source

判断布尔值

linehang 6 years ago
parent
commit
a0e7a28641
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/recover/html/new_recover.html

+ 1 - 1
app/recover/html/new_recover.html

@ -577,7 +577,7 @@
                		vm.allFee = vm.sub(vm.allFee, vm.templateDetail[index].expense)
                	},
                	createRehabilitationPlan: function() {
                		if(!this.allFee) {
                		if(!Number(this.allFee)) {
                			showWarningMessage("请选择计划时间!")
                			return false;
                		}