修改ios权限问题

This commit is contained in:
duan
2025-01-14 11:12:52 +08:00
parent c80b7ca975
commit 6fb22d8f10
8 changed files with 123 additions and 149 deletions

View File

@@ -31,7 +31,7 @@
<view class="title">我的追剧</view>
<view class="num">{{ likeData.collectCount }}</view>
</navigator>
<view class="item" @click="linkTo('/pages/me/withdraw/index')">
<view class="item" v-if="$common.isExamine==0" @click="linkTo('/pages/me/withdraw/index')">
<view class="title">我的红包</view>
<view class="num">{{ amount || 0 }}</view>
</view>
@@ -114,7 +114,10 @@ import { ref, reactive } from 'vue';
import { onLoad, onPullDownRefresh } from '@dcloudio/uni-app';
import { selectByUserId, collectVideoSummary, selectUserMoney } from '@/api/me/me.js';
import { linkTo } from '@/utils/app.js';
import {
useCommonStore
} from '@/store/common.js'
const $common = useCommonStore()
const userInfo = ref({});
// 获取最近的三条观看历史

View File

@@ -243,6 +243,7 @@ export default {
// 大哥,这里只是模拟,别告诉我你不会对接自己的接口
async requestApiGetPrizeList() {
const res = await selectDiscSpinning({ source: this.source });
console.log(res,'debug')
return {
ok: true,
data: res.records.map((v) => {