feat: 修正min的分包引入

This commit is contained in:
2025-08-07 22:26:22 +08:00
parent 350f89565b
commit 40a92730e0
31 changed files with 69 additions and 69 deletions
@@ -1,7 +1,7 @@
<template>
<view class="purse_bonus_withdraw_log">
<Header :leftTitle="'提现记录(' + getValue(ACCOUNT_CATEGORY, form.category) + ')'" left-path-type="navigateTo"
:leftPath="'/pages/mine/mine_purse_bonus_withdraw/mine_purse_bonus_withdraw?category=' + form.category" />
:leftPath="'/pages/mine_package/mine_purse_bonus_withdraw/mine_purse_bonus_withdraw?category=' + form.category" />
<scroll-view scroll-y="true" @scrolltolower="loadMore" :style="{ 'height': 'calc(100vh - 200rpx)' }">
<view class="purse_bonus_withdraw_log_content" v-if="logList && logList.length !== 0">
<view class="log_item" v-for="(item, index) in logList" :key="index">