完善医疗项目页面

This commit is contained in:
2026-04-10 10:02:10 +08:00
parent 3304b98bee
commit d5bd898896
186 changed files with 1059 additions and 247 deletions

View File

@@ -84,11 +84,7 @@
const session = supa.getSession()
this.merchantId = session?.user?.getString('id') || uni.getStorageSync('user_id') || ''
} catch (e) {}
},
async loadPromotions() {
this.loading = true
this.loadPromotions()
try {
const response = await supa
.from('ml_coupon_templates')