瀏覽代碼

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 = {};