7 Commits

  1. 8
      src/views/DeepNineModel.vue
  2. 16
      src/views/Selectmodel.vue
  3. 3
      src/views/deepNine.vue

8
src/views/DeepNineModel.vue

@ -97,8 +97,8 @@ const closeNoPermissionDialog = () => {
<div v-if="false"></div>
<!-- 顶部图标 -->
<img class="top-icon" src="https://d31zlh4on95l9h.cloudfront.net/images/35bf808538183be0062e4647570a9abd.png" alt="顶部图标" />
<img class="top-title" src="https://d31zlh4on95l9h.cloudfront.net/images/9441f6f0979c2775d0bd916516aa0cc3.png" alt="顶部标题" />
<img class="top-icon" src="https://d31zlh4on95l9h.cloudfront.net/images/b983f29ec261d76d1e7cf5ee33612a7e.png" alt="顶部图标" />
<!-- <img class="top-title" src="https://d31zlh4on95l9h.cloudfront.net/images/9441f6f0979c2775d0bd916516aa0cc3.png" alt="顶部标题" /> -->
<!-- 副标题 -->
<div class="bottom-icon">
<img class="sub-title" src="https://d31zlh4on95l9h.cloudfront.net/images/882069c172b9289b66fa129ddd6b7080.png" alt="构建场景化交易" />
@ -144,7 +144,7 @@ const closeNoPermissionDialog = () => {
/* 顶部标题图 */
.top-icon {
width: 10%;
width: 100%;
max-width: 500px;
height: auto;
/* margin-top: 20px; */
@ -290,7 +290,7 @@ const closeNoPermissionDialog = () => {
.top-icon {
/* margin-top: 15%; */
width: 30%;
width: 100%;
position: absolute;
top: 13vh;
}

16
src/views/Selectmodel.vue

@ -273,6 +273,7 @@ const goToDeepNineModel = () => {
position: relative;
z-index: 2;
margin-top: -30px;
top: -3rem;
}
.btn-item {
@ -309,7 +310,7 @@ const goToDeepNineModel = () => {
height: 150px;
width: 100%;
background-image: url("@/assets/img/Selectmodel/-s-夺宝奇兵logo.png");
scale: 0.8;
z-index: 3;
}
.btn-ai {
@ -320,7 +321,7 @@ const goToDeepNineModel = () => {
}
.btn-deepnine {
height: 150px;
height: 130px;
width: 100%;
background-image: url("https://d31zlh4on95l9h.cloudfront.net/images/35bf808538183be0062e4647570a9abd.png");
z-index: 3;
@ -329,7 +330,7 @@ const goToDeepNineModel = () => {
.btn-ball {
height: 150px;
width: 150%;
margin-top: -30px;
margin-top: -80px;
background-image: url("@/assets/img/Selectmodel/球.png");
background-size: contain;
background-repeat: no-repeat;
@ -338,7 +339,7 @@ const goToDeepNineModel = () => {
}
.btn-text {
height: 200px;
height: 100px;
width: 150%;
position: absolute;
bottom: -20px;
@ -397,6 +398,10 @@ const goToDeepNineModel = () => {
/* 手机适配 */
@media screen and (max-width: 768px) {
.btn-dbqb {
max-width: 110px;
}
.homepage {
background-image: url("@/assets/img/Selectmodel/手机bg.png");
/* height: auto; */
@ -424,6 +429,7 @@ const goToDeepNineModel = () => {
.connection-lines {
width: 80vw;
height: 80px;
margin-top: -40px;
}
.connection-line {
@ -431,7 +437,7 @@ const goToDeepNineModel = () => {
}
.first-row {
gap: 10vw;
gap: 20vw;
margin-bottom: 0;
}

3
src/views/deepNine.vue

@ -1122,7 +1122,7 @@ watch(
console.log(AIcontent, "AIcontent");
if (result.code == 406) {
AIcontent.value = `<p>尊敬的用户,目前您的token余额为0,系统将无法处理您的搜索请求,您可以补充token后再进行搜索。token兑换的入口在右上角“<span style="color:blue;cursor:pointer;border-bottom:1px solid blue" onclick="window.showCountHandler()">获取token次数</span>”,点击即可操作哦~</p>`;
AIcontent.value = `<p>尊敬的用户您好,您当前的“深度九大模型专属Token”数量为0,无法进行股票查询,可联系客服团队进行充值,感谢您的理解与支持</p>`;
}
const aiMsg = {
@ -3347,6 +3347,7 @@ onUnmounted(() => {
<template>
<div class="chat-container">
<div id="deepNine-top-anchor"></div>
<!-- GIF区域 -->
<div class="gif-area">
<img

Loading…
Cancel
Save