feat:v1.4前端更新

This commit is contained in:
超凡
2025-06-24 14:43:09 +08:00
parent 0268aa5033
commit 35fec82e4a
1026 changed files with 118424 additions and 56490 deletions

View File

@@ -22,6 +22,9 @@
},
onLoad(option) {
if(option.webUel) this.url = option.webUel;
// 蚂蚁智能客服场景参数
if(option.tntInstId) this.url += `?tntInstId=${option.tntInstId}`;
if(option.scene) this.url += `&scene=${option.scene}`;
uni.setNavigationBarTitle({
title: option.title
})