|
@@ -118,7 +118,7 @@
|
|
一对一专业顾问演示服务,助您快速了解系统功能
|
|
一对一专业顾问演示服务,助您快速了解系统功能
|
|
</div>
|
|
</div>
|
|
<!-- <div class="image"></div> -->
|
|
<!-- <div class="image"></div> -->
|
|
- <img class="image" :src="img" alt="">
|
|
|
|
|
|
+ <img class="image" :src="img" alt="" />
|
|
<div class="bottom_font">手机扫码添加微信</div>
|
|
<div class="bottom_font">手机扫码添加微信</div>
|
|
</div>
|
|
</div>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
@@ -134,7 +134,7 @@ import bottom from "../../components/Layout/bottom.vue";
|
|
import application from "../../components/Application .vue";
|
|
import application from "../../components/Application .vue";
|
|
import corporation from "../../components/corporation.vue";
|
|
import corporation from "../../components/corporation.vue";
|
|
import * as configApi from "../../api/config";
|
|
import * as configApi from "../../api/config";
|
|
-import froma from '../../components/Form/from.vue'
|
|
|
|
|
|
+import froma from "../../components/Form/from.vue";
|
|
|
|
|
|
//价格配置
|
|
//价格配置
|
|
const config = async () => {
|
|
const config = async () => {
|
|
@@ -157,16 +157,16 @@ const configa = async () => {
|
|
};
|
|
};
|
|
onMounted(configa);
|
|
onMounted(configa);
|
|
// 客服二维码
|
|
// 客服二维码
|
|
-const img = ref('')
|
|
|
|
|
|
+const img = ref("");
|
|
const configb = async () => {
|
|
const configb = async () => {
|
|
try {
|
|
try {
|
|
const { data } = await configApi.config({
|
|
const { data } = await configApi.config({
|
|
module: "basic",
|
|
module: "basic",
|
|
});
|
|
});
|
|
- img.value = data.service_mobile
|
|
|
|
|
|
+ img.value = data.service_qr_code;
|
|
} catch (error) {}
|
|
} catch (error) {}
|
|
};
|
|
};
|
|
-onMounted(configa);
|
|
|
|
|
|
+onMounted(configb);
|
|
|
|
|
|
//更换标签
|
|
//更换标签
|
|
const tabs = ref("0");
|
|
const tabs = ref("0");
|
|
@@ -193,9 +193,9 @@ const pricea = reactive({
|
|
const infoa = reactive({
|
|
const infoa = reactive({
|
|
info: {},
|
|
info: {},
|
|
});
|
|
});
|
|
-const close = ()=>{
|
|
|
|
- dialogTableVisible2.value = false
|
|
|
|
-}
|
|
|
|
|
|
+const close = () => {
|
|
|
|
+ dialogTableVisible2.value = false;
|
|
|
|
+};
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
@@ -203,13 +203,13 @@ const close = ()=>{
|
|
width: 1200px;
|
|
width: 1200px;
|
|
margin-bottom: 70px;
|
|
margin-bottom: 70px;
|
|
}
|
|
}
|
|
-::v-deep(.one .el-dialog){
|
|
|
|
|
|
+::v-deep(.one .el-dialog) {
|
|
--el-dialog-width: 420px !important;
|
|
--el-dialog-width: 420px !important;
|
|
}
|
|
}
|
|
:deep(.two .el-dialog) {
|
|
:deep(.two .el-dialog) {
|
|
--el-dialog-width: 520px !important;
|
|
--el-dialog-width: 520px !important;
|
|
}
|
|
}
|
|
-::v-deep(.el-form-item__label){
|
|
|
|
|
|
+::v-deep(.el-form-item__label) {
|
|
width: 83px !important;
|
|
width: 83px !important;
|
|
}
|
|
}
|
|
.button {
|
|
.button {
|