设置新的小时/分钟时,力矩对象不更新

时间:2018-11-28 16:53:25

标签: momentjs

所以我正在使用代码:

                $scope.startDate.set({
                    hour,
                    minute
                });
                $scope.startDate.format();
                console.log('$scope.startDate', $scope.startDate);

这是控制台中的对象:

enter image description here

为什么_i字段没有更新?看来只能更新_d字段。

0 个答案:

没有答案