mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-13 08:46:20 +02:00
Referral creation on page load, api things
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
class="deposit-input deposit-text referal-icon-diamond deposit-icon__input"
|
||||
>
|
||||
<br>
|
||||
<h3>Ваш реферальный код</h3>
|
||||
<h3 v-if="data in ReferralData">{{ referralCode }}</h3>
|
||||
<input
|
||||
:class="{ 'animate-start-btn': errorDeposit }" readonly
|
||||
class="deposit-amount__input"
|
||||
@@ -85,7 +85,13 @@
|
||||
|
||||
<script>
|
||||
import "@/assets/css/ComponentsStyles/payments-modal.css";
|
||||
import {GetReferralData} from "@/assets/js/Profile/Referrals";
|
||||
export default {
|
||||
data () {
|
||||
return{
|
||||
ReferralData: GetReferralData
|
||||
}
|
||||
},
|
||||
props: ["payments"],
|
||||
methods: {
|
||||
closeModal() {
|
||||
|
||||
Reference in New Issue
Block a user