运作费计算:
管理费 = (前一日的基金资产净值 x 管理费率)/ 365
-
托管费 = (前一日的基金资产净值 x 管理费率)/ 365
-
销售服务费 = (前一日的基金资产净值 x 管理费率)/ 365
+
托管费 = (前一日的基金资产净值 x 托管费率)/ 365
+
销售服务费 = (前一日的基金资产净值 x 销售服务费率)/ 365
diff --git a/src/views/product/interestRate/772.vue b/src/views/product/interestRate/772.vue
index d22cc1d..df4fcfe 100644
--- a/src/views/product/interestRate/772.vue
+++ b/src/views/product/interestRate/772.vue
@@ -95,12 +95,9 @@ import Cookies from 'js-cookie';
const router = useRouter();
const route = useRoute();
-const projectId = +Cookies.get('sand-projectId');
-const levelId = +Cookies.get('sand-level');
let loading = null;
const form = ref