增加扫码页/增加环境配置

This commit is contained in:
kk
2026-06-15 09:46:17 +08:00
parent 4b1d3445da
commit 7a95facf30
11 changed files with 531 additions and 28 deletions
+2 -1
View File
@@ -44,6 +44,7 @@
<script>
import PageNav from '@/components/page-nav/page-nav.vue';
import config from '@/config/env.js';
export default {
components: {
@@ -78,7 +79,7 @@ export default {
} else if (item.action === 'contact') {
uni.showModal({
title: '联系客服',
content: '客服电话:13264706088',
content: '客服电话:' + config.servicePhone,
showCancel: false
});
}