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