nvue直播间需要调整分享样式
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
import { sendRedEnvelope } from '../../../../../api/tui-kit'
|
||||
import { useUserStore } from '../../../../../stores/user'
|
||||
|
||||
const emits = defineEmits(['onDialogPopupShowOrHide']);
|
||||
|
||||
const { showDialog, showToast } = useUI()
|
||||
|
||||
const placeholderStyle = `font-family: PingFang SC, PingFang SC; font-weight: 500; color: #a9a9a9; font-size: 32rpx; font-style: normal; text-transform: none;`
|
||||
@@ -114,10 +116,12 @@
|
||||
formData.num = ''
|
||||
errorData.integralShow = false
|
||||
errorData.numShow = false
|
||||
emits('onDialogPopupShowOrHide', true);
|
||||
}
|
||||
|
||||
const onDialogClose = () => {
|
||||
console.log('关闭窗口')
|
||||
emits('onDialogPopupShowOrHide', false);
|
||||
}
|
||||
|
||||
const closeDialog = () => {
|
||||
@@ -261,6 +265,7 @@
|
||||
@click.stop="closeDialog"
|
||||
></uni-icons>
|
||||
</view>
|
||||
<input />
|
||||
<!-- 红包个数 -->
|
||||
<view v-if="isGroup" class="group-box">
|
||||
<view
|
||||
|
||||
Reference in New Issue
Block a user