Ver Fonte

[edit ] fix

wenliming há 3 anos atrás
pai
commit
4572453fa3
1 ficheiros alterados com 2 adições e 1 exclusões
  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 = {};