فهرست منبع

feature_20260427_图片上传增加埋点记录

zhujindu 5 ساعت پیش
والد
کامیت
88e22ea7dc
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/components/uploadVNormalTaskPhoto.vue

+ 1 - 1
src/components/uploadVNormalTaskPhoto.vue

@@ -297,7 +297,7 @@ export default {
           if (this.userInfo.photoMethod == '0') {
           if (this.userInfo.photoMethod == '0') {
             if (this.interfaceUsageTime) {
             if (this.interfaceUsageTime) {
               this.interfaceUsageTime = Number(
               this.interfaceUsageTime = Number(
-                ((Date.now() - this.interfaceUsageTime) / 1000).toFixed(3),
+                ((Date.now() - this.interfaceUsageTime) / 1000).toFixed(0),
               );
               );
             }
             }
             buryingPoint({
             buryingPoint({