修复提现提示未实名问题
This commit is contained in:
@@ -91,6 +91,10 @@
|
||||
<script setup>
|
||||
import * as distributionApi from "@/common/api/market/distribution.js";
|
||||
import { productStore } from "@/stores/user.js";
|
||||
import {
|
||||
APIuserlogin,
|
||||
APIuser
|
||||
} from "@/common/api/api.js";
|
||||
const storeuser = productStore();
|
||||
import { ref, onMounted, reactive } from "vue";
|
||||
import { onLoad, onReachBottom, onShow } from "@dcloudio/uni-app";
|
||||
@@ -222,7 +226,7 @@ onLoad(() => {
|
||||
});
|
||||
|
||||
onShow(() => {
|
||||
storeuser.actionsAPIuser().then((res) => {
|
||||
APIuser().then((res) => {
|
||||
userinfo.value = res;
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user