نظام التفاعل والتعليقات
likesCount: 1845,
isLiked: false,
likePost() {
if(!this.isLiked) { this.likesCount++; this.isLiked = true; }
else { this.likesCount--; this.isLiked = false; }
},
comments: [
{ name: 'أحمد الشريف', text: 'أخيرًا موقع بيعرض الأسعار الواقعية زي الصاغة بالظبط بدون أرقام خيالية.', date: 'منذ 10 دقائق' },
{ name: 'منى الاستاذ', text: 'الحاسبة ممتازة جداً وسريعة في حساب المصنعية، تسلم إيدك.', date: 'منذ ساعة' }
],
newCommentName: '',
newCommentText: '',
addComment() {
if(!this.newCommentName || !this.newCommentText) return;
this.comments.unshift({ name: this.newCommentName, text: this.newCommentText, date: 'الآن' });
this.newCommentName = '';
this.newCommentText = '';
},
fetchLivePrices() {
this.isLiveLoading = true;
fetch('https://goldprice.org')
.then(response => response.json())
.then(data => {
if(data && data.items && data.items) {
this.liveGoldOunce = data.items.xauPrice;
}
this.isLiveLoading = false;
})
.catch(error => {
this.isLiveLoading = false;
});
},
// أسعار حقيقية وواقعية مستمدة من محلات الصاغة المصرية حالياً
get baseGramPrice24() { return 7175; },
get baseGramPrice21() { return 6280; },
get baseGramPrice18() { return 5385; },
get calculatedPrice() {
let basePrice = this.calcCarat == 24 ? this.baseGramPrice24 : (this.calcCarat == 21 ? this.baseGramPrice21 : this.baseGramPrice18);
let total = this.calcWeight * (basePrice + Number(this.calcCraftsmanship));
return total.toLocaleString();
}
}"
x-init="fetchLivePrices()">
🔴 أونصة الذهب عالمياً:
| عيار 21 الآن: 6,280 ج.م (سعر صاغة حقيقي)
AURA GOLD
Real-Time Market