diff --git a/.env.development b/.env.development index a7b52e29..80cab90f 100644 --- a/.env.development +++ b/.env.development @@ -9,7 +9,7 @@ ENV = 'development' # VITE_APP_BASE_API_Url = 'http://25.18.122.78:9786' # DEV -VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001' +VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7003' # app入口 #VITE_APP_BASE_API_Url = 'http://25.16.122.65:7001' @@ -17,4 +17,4 @@ VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001' #VITE_APP_BASE_API_Url = 'http://25.18.122.66:9786' # h5专用地址 -VITE_APP_BASE_H5_API_Url = 'https://aitstest.jlbank.com.cn:7001' \ No newline at end of file +VITE_APP_BASE_H5_API_Url = 'https://aitstest.jlbank.com.cn:7003' \ No newline at end of file diff --git a/src/pages/course/components/touchBtn.vue b/src/pages/course/components/touchBtn.vue index 69f1d7ca..6b272a48 100644 --- a/src/pages/course/components/touchBtn.vue +++ b/src/pages/course/components/touchBtn.vue @@ -10,7 +10,7 @@ + placeholderStyle='color:#999999;font-size:26rpx' placeholder="请输入文字"> @@ -115,7 +115,6 @@ const initRecord = () => { let _recordPerm = uni.getAppAuthorizeSetting() let _state = _recordPerm.microphoneAuthorized if(_state === 'authorized'){ - console.log('大大大大大'); showTalkingModel.value = true } }) diff --git a/src/pages/course/index.vue b/src/pages/course/index.vue index 1fbf94f6..e0d7eb04 100644 --- a/src/pages/course/index.vue +++ b/src/pages/course/index.vue @@ -284,12 +284,13 @@ import { onShow } from "@dcloudio/uni-app" getPrdLineTypeListApi().then(res=>{ coursePrdlineList.value = res.body||[] }) - getTraTagListApi().then(res=>{ - tagsTree.value = res.body||[] - }) changeTab({name:'全部'}) }) onActivated(() => { + // 重新获取标签信息 + getTraTagListApi().then(res=>{ + tagsTree.value = res.body||[] + }) changeTab({name:activeTab.value || '全部'}) }); @@ -368,7 +369,8 @@ import { onShow } from "@dcloudio/uni-app" overflow-y: auto; z-index: 2; background-color: #f9f9f9; - box-shadow: 0rpx 3.85rpx 38rpx rgba(0,0,0,.05); + box-shadow: 0rpx 19rpx 19rpx rgba(160,160,160,.5); + border-radius: 0 0 20rpx 20rpx; padding: 0rpx 25rpx; box-sizing: border-box; .filter-type{ diff --git a/src/pages/index/dialog.vue b/src/pages/index/dialog.vue index d5f27998..7c11f071 100644 --- a/src/pages/index/dialog.vue +++ b/src/pages/index/dialog.vue @@ -3,7 +3,8 @@ - + @@ -16,7 +17,7 @@ - + Hi,我是{{ userInfo.mascotInfo?.mascotName || ''}} 工作学习,我都能帮你! 试试他的能力 @@ -25,36 +26,22 @@ - {{questionList[item-1]}} + {{questionList[item-1]}} - {{questionList[item + Math.ceil(questionList.length/2)-1]}} + @click="sendText(questionList[item + Math.ceil(questionList.length/2)-1])"> + {{questionList[item + Math.ceil(questionList.length/2)-1]}} - - + + @@ -90,36 +77,56 @@ - + \ No newline at end of file diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index f5ff929b..928cdf01 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -225,6 +225,7 @@