From 8213407057de7bc80e9884f102347a1d1a352546 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期二, 03 三月 2026 15:55:23 +0800
Subject: [PATCH] 小程序 接口开发
---
mini-program/pages/mall/mall.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/mini-program/pages/mall/mall.vue b/mini-program/pages/mall/mall.vue
index 28dd9e1..e0260ce 100644
--- a/mini-program/pages/mall/mall.vue
+++ b/mini-program/pages/mall/mall.vue
@@ -216,7 +216,7 @@
num: 1
}).then(res => {
if (res.code === 200) {
- uni.showToast({ title: '娣诲姞鎴愬姛', icon: 'success' })
+ uni.showToast({ title: '娣诲姞鎴愬姛', icon: 'success', mask: true })
this.getCartNum()
}
})
--
Gitblit v1.9.3