|
@@ -8,7 +8,7 @@
|
|
|
<view class="briefContent_info_content">
|
|
|
基于人工智能技术开发而成的个人助手,能够极大地提高办公和生活效率为用户节省处理事务的时间和精力。无论是在工作还是日常生活中,智能助理都可以帮助用户提高处理信息的速度,更快地完成工作和安排,打造更加便捷、高效的生活。通过智能学习和精准分析,智能助理还可以了解用户的喜好和习惯,为用户提供个性化的服务和建议,让用户的使用更加舒适和无忧。
|
|
|
</view>
|
|
|
- <view class="briefContent_button">
|
|
|
+ <view class="briefContent_button" @click="clickToTiyan">
|
|
|
立即体验 →
|
|
|
</view>
|
|
|
</view>
|
|
@@ -27,6 +27,11 @@
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
|
+ clickToTiyan() {
|
|
|
+ if(this.tools.is_login_gotoLogin()) {
|
|
|
+ uni.$emit(this.config.notification.switch_page_index, this.config.page_index.ai_chat)
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
}
|
|
|
}
|