|
|
|
|
@ -38,7 +38,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="g_flex_row_between"
|
|
|
|
|
style="margin-top: 4px;padding-left: 40rpx;padding-right: 40rpx;"
|
|
|
|
|
v-if="corpUserFlag"
|
|
|
|
|
v-if="corpUserFlag && false"
|
|
|
|
|
>
|
|
|
|
|
<div v-for="(item,index) in customList" :key="index" @click="goChatDetail(item)">
|
|
|
|
|
<div>
|
|
|
|
|
@ -313,7 +313,7 @@
|
|
|
|
|
},
|
|
|
|
|
onShow() {
|
|
|
|
|
let that = this;
|
|
|
|
|
|
|
|
|
|
console.log('==============',this.G.store())
|
|
|
|
|
if (uni.getStorageSync("apply-token")) {
|
|
|
|
|
that.checkRecordingPermission();
|
|
|
|
|
|
|
|
|
|
@ -558,7 +558,7 @@
|
|
|
|
|
uni.setStorageSync('test_file', audioChunks.join(','))
|
|
|
|
|
|
|
|
|
|
uni.setStorageSync('btn_form', 1)
|
|
|
|
|
uni.setStorageSync('robot_id', '7491244881596809243')
|
|
|
|
|
uni.setStorageSync('robot_id', that.G.store().coziID)
|
|
|
|
|
uni.setStorageSync('isExecute',1)
|
|
|
|
|
uni.navigateTo({
|
|
|
|
|
url: '/root/chat/index?cid=&form=audiodata',
|
|
|
|
|
@ -824,7 +824,7 @@
|
|
|
|
|
uni.hideLoading();
|
|
|
|
|
uni.setStorageSync('ls-chat-text', $sendMessage)
|
|
|
|
|
$sendMessage = '';
|
|
|
|
|
uni.setStorageSync('robot_id', '7491244881596809243')
|
|
|
|
|
uni.setStorageSync('robot_id', that.G.store().coziID)
|
|
|
|
|
uni.setStorageSync('isExecute',1)
|
|
|
|
|
uni.navigateTo({
|
|
|
|
|
url: '/root/chat/index?cid=&form=msgdata&stip=' + $type
|
|
|
|
|
@ -852,7 +852,7 @@
|
|
|
|
|
},
|
|
|
|
|
goHistory($form = '') {
|
|
|
|
|
let that = this;
|
|
|
|
|
uni.setStorageSync('robot_id', '7491244881596809243')
|
|
|
|
|
uni.setStorageSync('robot_id', that.G.store().coziID)
|
|
|
|
|
uni.setStorageSync('isExecute',1)
|
|
|
|
|
uni.navigateTo({
|
|
|
|
|
url: "/root/chat/index?cid=&form=viwdata",
|
|
|
|
|
@ -860,7 +860,7 @@
|
|
|
|
|
},
|
|
|
|
|
goChatDetail($item = '') {
|
|
|
|
|
let that = this;
|
|
|
|
|
uni.setStorageSync('robot_id', $item.robotId)
|
|
|
|
|
uni.setStorageSync('robot_id', that.G.store().coziID)
|
|
|
|
|
let _title = $item.title;
|
|
|
|
|
if($item.title == '智能匹配'){
|
|
|
|
|
_title = '';
|
|
|
|
|
|