InfiniteScroll 3
fix user list send telegram text invited show in profile
This commit is contained in:
@@ -88,7 +88,10 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
function condividipag() {
|
||||
return tools.copyStringToClipboard($q, self.location.host + tools.getPathByTable(props.table, myrec.value._id), true)
|
||||
const mystr = self.location.host + tools.getPathByTable(props.table, myrec.value._id)
|
||||
tools.copyStringToClipboard($q, mystr, true)
|
||||
tools.sendMsgTelegramCmd($q, t, shared_consts.MsgTeleg.SHARE_TEXT, false, mystr)
|
||||
return true
|
||||
}
|
||||
|
||||
function showBadge() {
|
||||
|
||||
Reference in New Issue
Block a user