|
@@ -85,7 +85,7 @@
|
|
|
<view class="menu-item-box">
|
|
|
<view class="iconfont icon-clean menu-icon"></view>
|
|
|
<view>清理缓存</view>
|
|
|
- <view style="margin: 0 15px 0 auto; font-size: 14px; color: #909399">{{ settingStores.$state.currentSize }}</view>
|
|
|
+ <view style="margin: 0 15px 0 auto; font-size: 14px; color: #909399">{{ settings.$state.currentSize }}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="list-cell list-cell-arrow" @click="handleToUpgrade">
|
|
@@ -116,7 +116,7 @@ import { ref, reactive, computed, getCurrentInstance, toRefs, inject } from "vue
|
|
|
import useStores from "@/store/modules/user.js";
|
|
|
import settingStore from "@/store/modules/setting.js";
|
|
|
const useStore = useStores();
|
|
|
-const settingStores = settingStore();
|
|
|
+const settings = settingStore();
|
|
|
|
|
|
const { proxy } = getCurrentInstance();
|
|
|
|