增加扫码页/增加环境配置
This commit is contained in:
+2
-1
@@ -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
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user