Well,I just fix the problem by adding some code in countUp.js,which is:
this.count = function(timestamp) {
if (!self.startTime) self.startTime = timestamp;
//workaround for safari issue
if (self.startTime > timestamp){
self.startTime=timestamp;
}
self.timestamp = timestamp;
thanks anyway for developing the Plugin, it is great!