【fix】优化代码

This commit is contained in:
黄少君
2024-02-22 18:37:23 +08:00
parent 17c043348a
commit f8fac0a5bc
246 changed files with 973 additions and 406 deletions

View File

@ -15,7 +15,7 @@ import Popup from "@/components/Popup.vue";
import { getWithDrawMethodList, updateWithDrawMethod, withDrawNow } from "@/api/account/integral";
import { onLoad } from "@dcloudio/uni-app";
import { useRouter } from "@/hooks/useRouter";
import { useMainStore } from "@/store/store";
import { useMainStore } from "@/store/modules/useMainStore";
import { storeToRefs } from "pinia";
import { aliIcon, balanceIcon } from "@/utils/images";
import { cloneDeep } from "loadsh";
@ -155,13 +155,13 @@ onLoad(async (options) => {
</text>
</view>
<view class="row">
可提现金额{{ maxMoney }}
可提现金额{{ maxMoney.toFixed(2) }}
</view>
</view>
<view class="ver-card">
<view class="title">提现至</view>
<u-radio-group
<uv-radio-group
activeColor="#EE6D46"
v-model="methodCurrent"
placement="column"
@ -186,14 +186,14 @@ onLoad(async (options) => {
更新账户
</text>
</view>
<u-radio
<uv-radio
:customStyle="{marginBottom: '8px'}"
label=" "
:name="item.id"
/>
</view>
</template>
</u-radio-group>
</uv-radio-group>
</view>
<view