aI问答支持流式输出,效果非常好
This commit is contained in:
12
unpackage/dist/dev/mp-weixin/pages/team/team.js
vendored
12
unpackage/dist/dev/mp-weixin/pages/team/team.js
vendored
@@ -66,15 +66,15 @@ const _sfc_main = {
|
||||
};
|
||||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return common_vendor.e({
|
||||
a: common_vendor.o((...args) => $options.onBack && $options.onBack(...args)),
|
||||
a: common_vendor.o((...args) => $options.onBack && $options.onBack(...args), "78"),
|
||||
b: $data.activeTab === "personal" ? 1 : "",
|
||||
c: common_vendor.o(($event) => $options.changeTab("personal")),
|
||||
c: common_vendor.o(($event) => $options.changeTab("personal"), "bc"),
|
||||
d: $data.activeTab === "team" ? 1 : "",
|
||||
e: common_vendor.o(($event) => $options.changeTab("team")),
|
||||
e: common_vendor.o(($event) => $options.changeTab("team"), "7b"),
|
||||
f: $data.activeTab === "personal" ? "translateX(0)" : "translateX(100%)",
|
||||
g: $data.activeTab === "personal"
|
||||
}, $data.activeTab === "personal" ? {
|
||||
h: common_vendor.o(($event) => $options.onMore("duration")),
|
||||
h: common_vendor.o(($event) => $options.onMore("duration"), "50"),
|
||||
i: common_vendor.f($options.currentData.duration, (item, k0, i0) => {
|
||||
return {
|
||||
a: item.avatar,
|
||||
@@ -84,7 +84,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
e: item.id
|
||||
};
|
||||
}),
|
||||
j: common_vendor.o(($event) => $options.onMore("customers")),
|
||||
j: common_vendor.o(($event) => $options.onMore("customers"), "fa"),
|
||||
k: common_vendor.f($options.currentData.customers, (item, k0, i0) => {
|
||||
return {
|
||||
a: item.avatar,
|
||||
@@ -94,7 +94,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
e: item.id
|
||||
};
|
||||
}),
|
||||
l: common_vendor.o(($event) => $options.onMore("sop")),
|
||||
l: common_vendor.o(($event) => $options.onMore("sop"), "d6"),
|
||||
m: common_vendor.f($options.currentData.sop, (item, k0, i0) => {
|
||||
return {
|
||||
a: item.avatar,
|
||||
|
||||
Reference in New Issue
Block a user