常见问题/联系客服/公众号二维码

This commit is contained in:
kk
2026-04-29 18:14:09 +08:00
parent 8a4cba7769
commit 4ed63675a4
4 changed files with 265 additions and 12 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ export default {
} else if (item.action === 'contact') {
uni.showModal({
title: '联系客服',
content: '客服电话:400-123-4567',
content: '客服电话:13264706088',
showCancel: false
});
}