Commit 7b09a097 by crushh

update: dist

parent dbbc787a
...@@ -202,19 +202,19 @@ export default { ...@@ -202,19 +202,19 @@ export default {
const { result, totalCount } = res.result || {}; const { result, totalCount } = res.result || {};
this.total = totalCount; this.total = totalCount;
this.tableData = result; this.tableData = result;
if (this.scene == 5) {
this.tableData.forEach((item, index) => { this.tableData.forEach((item, index) => {
item.isPlay = false; item.isPlay = false;
item.id = index; item.id = index;
// if (index % 2) { // if (index % 2) {
// item.aiTelRecordUrl = 'https://byrobot-prod.oss-cn-hangzhou.aliyuncs.com/RobotPhoneCommunicate/20220725/20220725TFuFsG8136020144q.mp3'; // item.aiTelRecordUrl = 'https://byrobot-prod.oss-cn-hangzhou.aliyuncs.com/RobotPhoneCommunicate/20220725/20220725TFuFsG8136020144q.mp3';
// } else { // } else {
// item.aiTelRecordUrl = 'https://byrobot-prod.oss-cn-hangzhou.aliyuncs.com/RobotPhoneCommunicate/20220725/20220725TFuFsG8136020144.mp3'; // item.aiTelRecordUrl = 'https://byrobot-prod.oss-cn-hangzhou.aliyuncs.com/RobotPhoneCommunicate/20220725/20220725TFuFsG8136020144.mp3';
// } // }
// item.aiTelRecordUrl = null; // item.aiTelRecordUrl = null;
// item.aiTelRecordText = 'AI:你出行了吗<br><br用户:<br><br>AI:好的,这边不打扰了<br><br用户:<br><br>AI:抱歉,暂时没听清您的问题<br><br您刚刚说什么来着?<br><brAI:你出行了吗<br><br用户:<br><br>AI:好的,这边不打扰了<br>用户:<br><br>'; // item.aiTelRecordText = 'AI:你出行了吗<br><br用户:<br><br>AI:好的,这边不打扰了<br><br用户:<br><br>AI:抱歉,暂时没听清您的问题<br><br您刚刚说什么来着?<br><brAI:你出行了吗<br><br用户:<br><br>AI:好的,这边不打扰了<br>用户:<br><br>';
}); });
}
// this.tableData = [ // this.tableData = [
// { // {
// smsSendTime: 1647852104000, //短信发送时间 // smsSendTime: 1647852104000, //短信发送时间
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment