Bladeren bron

问题修改

future 2 jaren geleden
bovenliggende
commit
7ed689fc54

+ 5 - 2
pages/AI-draw/AI-draw.vue

@@ -1,5 +1,5 @@
 <template>
-	<view class="container" :style="{'top': viewTop + 'px', 'height': viewHeight + 'px'}">
+	<view class="draw_container" :style="{'top': viewTop + 'px', 'height': viewHeight + 'px'}">
 		AI_画图
 	</view>
 </template>
@@ -28,11 +28,14 @@
 </script>
 
 <style lang="scss">
-	.container{
+	.draw_container{
 		display: flex;
 		box-sizing: border-box;
 		position: fixed;
 		left: 0;
 		width: 100%;
+		height: 100%;
+		color: #ffffff;
+		background-color: #2A2832;
 	}
 </style>

+ 4 - 4
pages/AI_chat/AI_chat.vue

@@ -18,7 +18,7 @@
 								</view>
 								
 					
-								<view v-if="recvMsgQueue[index].isFinish==true" style="margin-left: 65%;">
+								<view v-if="false" style="margin-left: 65%;">
 									<image src="../../static/msg-opt-3.png" style="margin-left: 10upx;width: 30upx;height: 30upx;"></image>
 									<image src="../../static/msg-opt-4.png" style="margin-left: 10upx;width: 30upx;height: 30upx;"></image>
 								</view>
@@ -37,7 +37,7 @@
 									
 								</view>
 								
-								<view style="margin-left: 65%;">
+								<view v-if="false" style="margin-left: 65%;">
 									<image src="../../static/msg-opt-1.png" style="margin-left: 10upx; width: 30upx;height: 30upx;"></image>
 									<image src="../../static/msg-opt-2.png" style="margin-left: 10upx;width: 30upx;height: 30upx;"></image>
 									<image src="../../static/msg-opt-3.png" style="margin-left: 10upx;width: 30upx;height: 30upx;"></image>
@@ -92,7 +92,7 @@
 		},
 		data() {
 			return {
-				is_open_related:false,
+				is_open_related:true,
 				code:'',
 				title: 'Hello',
 				disabled: false,
@@ -109,7 +109,7 @@
 				all_src_list:[],
 				src_index:0,
 				scroll_top:0,
-				user_name:'ZYPX',  //用户名字
+				user_name:'ZYWZ',  //用户名字
 				ai_name:"SmartAssistant", //ai名字
 				user_mobile:"18612220000",//用户手机号
 				ani:'',

+ 2 - 1
pages/enter/enter-navigator.vue

@@ -83,7 +83,7 @@
 			clickToLogout() {
 				let self = this
 				uni.showModal({
-					title:'是否退出登录',
+					title:'是否退出登录?',
 					success: function(res) {
 						if(res.confirm) {
 							self.tools.request_logout(self, (success)=>{
@@ -106,6 +106,7 @@
 <style lang="scss">
 	.container{
 		position: fixed;
+		z-index: 100;
 		width: 100%;
 		height: 60px;
 		top: 0%;

+ 4 - 4
pages/enter/enter.vue

@@ -1,9 +1,9 @@
 <template>
 	<view class="container">
 		<enterNavigator :selectedIndex="nav_current_index" @clickToIndex='homeNavigatorClick'/>
-		<home :viewTop="subviewTop" :viewHeight="subviewHeight" v-if="nav_current_index == config.page_index.home" />
-		<AIChat :viewTop="subviewTop" :viewHeight="subviewHeight" v-if="nav_current_index == config.page_index.ai_chat" />
-		<AIDraw :viewTop="subviewTop" :viewHeight="subviewHeight" v-if="nav_current_index == config.page_index.ai_draw" />
+		<home :viewTop="subviewTop" :viewHeight="subviewHeight" v-show="nav_current_index == config.page_index.home" />
+		<AIChat :viewTop="subviewTop" :viewHeight="subviewHeight" v-show="nav_current_index == config.page_index.ai_chat" />
+		<AIDraw :viewTop="subviewTop" :viewHeight="subviewHeight" v-show="nav_current_index == config.page_index.ai_draw" />
 	</view>
 </template>
 
@@ -61,6 +61,6 @@
 
 <style lang="scss">
 	.container{
-		
+		background-color: #ffffff;
 	}
 </style>

+ 2 - 2
pages/home/home-bottom.vue

@@ -21,9 +21,9 @@
 	export default {
 		data() {
 			return {
-				leftList: ["地址:广州市番禺区元岗大街1号七号小镇c栋",
+				leftList: ["地址:广东省广州市番禺区xxxxxxxxxx",
 				           "邮箱:xxxxxx@163.com", 
-						   "电话:010-53647364、010-54647765"],
+						   "电话:xxxxxxxxxx、xxxxxxxxxx"],
 				rightList:['关于我们', '服务条款', '隐私政策']
 			}
 		},	

+ 1 - 0
pages/home/home-serviceTrait.vue

@@ -39,6 +39,7 @@
 		flex-direction: column;
 		width: 100%;
 		padding: 20px;
+		background-color: #ffffff;
 		.title {
 			display: flex;
 			font-size: 25px;

+ 4 - 3
pages/login/login.vue

@@ -1,5 +1,5 @@
 <template>
-	<view class="container">
+	<view class="login_container">
 		<navback />
 		<view class="kuang">
 			<view class="loginText">欢迎登录</view>
@@ -70,18 +70,19 @@
 		}
 	}
 </script>
+
 <style>
 	page{
 		background-color: #2A2832;
 	}
 </style>
+
 <style lang="scss">
-	.container{
+	.login_container{
 		display: flex;
 		box-sizing: border-box;
 		flex-direction: column;
 		width: 100%;
-		height: 100%;
 		align-items: center;
 		.kuang{
 			display: flex;

BIN
unpackage/dist/.DS_Store


+ 1 - 5
unpackage/dist/build/h5/index.html

@@ -1,6 +1,2 @@
 <!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>chatgpd</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
-<<<<<<< HEAD
-            document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/static/index.63b34199.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/static/js/chunk-vendors.15388f02.js></script><script src=/static/js/index.9309ca3c.js></script></body></html>
-=======
-            document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/static/index.63b34199.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/static/js/chunk-vendors.091ebf81.js></script><script src=/static/js/index.9c62c02c.js></script></body></html>
->>>>>>> 250ea0f636824df4cca773ccbd5d90eb317d7314
+            document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/static/index.63b34199.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/static/js/chunk-vendors.091ebf81.js></script><script src=/static/js/index.bd4445ef.js></script></body></html>

File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/h5/static/js/index.9309ca3c.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/h5/static/js/index.9c62c02c.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/h5/static/js/index.bd4445ef.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-enter-enter.11a8ff1d.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-enter-enter.ac3ba94d.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-enter-enter.d8fc198e.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-enter-enter~pages-index-index.2d163305.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-index-index.8a11332e.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-login-login.18d838d6.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-login-login.5f9ba7ff.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-login-login.fe46a986.js


Some files were not shown because too many files changed in this diff