ai聊天
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="AppDialogue">
|
||||
<u-navbar title="Copilot小助理" title-color="#000" title-width="300" title-size="32" :title-bold="true" :background="backgroundNavbar"></u-navbar>
|
||||
<u-navbar title="Copilot小助理" title-color="#000" title-width="300" title-size="32" :title-bold="true" :background="backgroundNavbar" :is-back="false"></u-navbar>
|
||||
<!-- <scroll-view scroll-y="true" class="scroll-Y" @scroll="scroll"> -->
|
||||
<!-- <div class="service-content">
|
||||
<div class="text-content">
|
||||
@@ -60,7 +60,7 @@
|
||||
|
||||
import {mapActions, mapState} from "vuex";
|
||||
const recorderManager = uni.getRecorderManager();
|
||||
const innerAudioContext = uni.createInnerAudioContext();
|
||||
const innerAudioContext = uni.createInnerAudioContext();
|
||||
innerAudioContext.autoplay = true;
|
||||
export default {
|
||||
customNavigation: true,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="AppMy">
|
||||
<u-navbar title-color="#000" title-width="300" title-size="32" :title-bold="true" :background="backgroundNavbar"></u-navbar>
|
||||
<u-navbar title-color="#000" title-width="300" title-size="32" :title-bold="true" :background="backgroundNavbar" :is-back="false"></u-navbar>
|
||||
<div class="my-bg"></div>
|
||||
<div class="my-content">
|
||||
<div class="user-info">
|
||||
@@ -12,7 +12,7 @@
|
||||
<div>党委书记</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="app-list">
|
||||
<!-- <div class="app-list">
|
||||
<div class="item">
|
||||
<div class="item-left">
|
||||
<img src="./img/icon1.png" alt="" class="icon-img">应用1
|
||||
@@ -29,7 +29,7 @@
|
||||
<img src="./img/right-icon.png" alt="" class="right-img">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="AppRecord">
|
||||
<u-navbar title="Copilot小助理" title-color="#000" title-width="300" title-size="32" :title-bold="true" :background="backgroundNavbar"></u-navbar>
|
||||
<u-navbar title="Copilot小助理" title-color="#000" title-width="300" title-size="32" :title-bold="true" :background="backgroundNavbar" :is-back="false"></u-navbar>
|
||||
<div class="list-bg"></div>
|
||||
<div class="list-content">
|
||||
<div class="item">
|
||||
|
||||
Reference in New Issue
Block a user