fix:rating
This commit is contained in:
@@ -40,3 +40,11 @@ export const fetchTopicRatingItems = async (topicId, page = 1) => {
|
||||
method: "GET",
|
||||
});
|
||||
};
|
||||
|
||||
// 获取当前用户参与的话题列表
|
||||
export const fetchUserTopics = async (page = 1) => {
|
||||
return request({
|
||||
url: `/api/rating/personal/topic/list?page=${page}`,
|
||||
method: "GET",
|
||||
});
|
||||
};
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
<view class="menu-group">
|
||||
<view class="menu-item" @tap="navTo('avatar')">
|
||||
<view class="icon-box pink-bg"><text>☺</text></view>
|
||||
<text class="menu-text">我的专属头像</text>
|
||||
<text class="menu-text">我参与的话题</text>
|
||||
<text class="arrow">›</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
0
pages/mine/topics.vue
Normal file
0
pages/mine/topics.vue
Normal file
@@ -111,7 +111,7 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="settings-card card-block">
|
||||
<!-- <view class="settings-card card-block">
|
||||
<view class="setting-row">
|
||||
<view class="setting-info">
|
||||
<text class="setting-title">允许用户锐评</text>
|
||||
@@ -147,7 +147,7 @@
|
||||
@change="formData.anonymous = $event.detail.value"
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
|
||||
<view class="footer-bar">
|
||||
|
||||
Reference in New Issue
Block a user