소스 검색

Merge branch 'dev_220318_test' into test

wenliming 3 년 전
부모
커밋
af0f9ac5e6
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/view/components/give-dialog.vue

+ 2 - 1
src/view/components/give-dialog.vue

@@ -309,7 +309,8 @@ const messageBoxConfirm = () => {
 const submitRequest = () => {
     let {amountValue = 0, totalCount = 0, amountCurrencyCode} = baseFormData;
     formList[0]['text'] = atUserList.value;
-
+    amountValue = amountValue * 100; // 元转分
+    
     let finishConditions = [];
     for(let i = 0; i < formList.length; i++) {
         let item = {};