QAQ
This commit is contained in:
@@ -73,7 +73,14 @@
|
||||
class="action-btn"
|
||||
src="/static/images/fengxiang.png"
|
||||
style="width: 72rpx; height: 72rpx;"
|
||||
@click="shareDialog = true"
|
||||
@click="navigateTo('/pages/shop-together/user', {
|
||||
type: 1,
|
||||
id: currentLive.liveID,
|
||||
text: currentLive.liveName,
|
||||
cover: currentLive.coverUrl,
|
||||
avatarUrl: currentLive.liveOwner.avatarUrl
|
||||
title: currentLive.liveOwner.title
|
||||
})"
|
||||
/>
|
||||
<Like />
|
||||
</view>
|
||||
@@ -102,17 +109,10 @@
|
||||
<ActionSheet v-model="isShowCoGuestSheet" :title="coGuestSheetTitle" :itemList="coGuestSheetItems"
|
||||
@select="onCoGuestSheetSelect" />
|
||||
|
||||
<share-popup
|
||||
v-model:show="shareDialog"
|
||||
:id="currentLive.liveId"
|
||||
:text="currentLive.liveName"
|
||||
:cover="currentLive.coverUrl"
|
||||
:userLiveData="currentLive.liveOwner"
|
||||
type="1"
|
||||
></share-popup>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { navigateTo } from '@/utils/router'
|
||||
import { imDataEndLive, getLiveActivityDetail, getLiveActivityRecord } from '@/api/tui-kit'
|
||||
import { onLoad } from '@dcloudio/uni-app';
|
||||
import { ref, onMounted, computed, onUnmounted, watch, nextTick } from 'vue';
|
||||
|
||||
Reference in New Issue
Block a user