Click per mandare un messaggio al Destinatario dei RIS, se non è entrato ancora in RIS ITALIA.
This commit is contained in:
@@ -19,6 +19,11 @@ export default defineComponent({
|
||||
showBtnActivities: {
|
||||
type: Boolean,
|
||||
required: true,
|
||||
},
|
||||
sendRIS: {
|
||||
type: Number,
|
||||
required: false,
|
||||
default: 0,
|
||||
}
|
||||
},
|
||||
components: { CLabel, CSendCoins },
|
||||
|
||||
@@ -68,10 +68,11 @@
|
||||
</q-btn>
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="showsendCoinTo">
|
||||
<div v-if="showsendCoinTo || sendRIS > 0">
|
||||
<CSendCoins
|
||||
:showprop="showsendCoinTo"
|
||||
:to_user="myuser"
|
||||
:sendRIS="sendRIS"
|
||||
@close="showsendCoinTo = false"
|
||||
>
|
||||
</CSendCoins>
|
||||
|
||||
Reference in New Issue
Block a user