aI问答支持流式输出,效果非常好
This commit is contained in:
@@ -330,10 +330,10 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return common_vendor.e({
|
||||
a: common_vendor.t($data.formData.recordingCount || 0),
|
||||
b: $data.formData.customerName,
|
||||
c: common_vendor.o(($event) => $data.formData.customerName = $event.detail.value),
|
||||
d: common_vendor.o((...args) => $options.onContactBlur && $options.onContactBlur(...args)),
|
||||
c: common_vendor.o(($event) => $data.formData.customerName = $event.detail.value, "34"),
|
||||
d: common_vendor.o((...args) => $options.onContactBlur && $options.onContactBlur(...args), "2c"),
|
||||
e: $data.formData.contact,
|
||||
f: common_vendor.o(($event) => $data.formData.contact = $event.detail.value),
|
||||
f: common_vendor.o(($event) => $data.formData.contact = $event.detail.value, "35"),
|
||||
g: common_vendor.t($data.formData.customerSource || "请选择客户来源"),
|
||||
h: common_vendor.n($data.formData.customerSource ? "form-item__picker-text" : "form-item__picker-placeholder"),
|
||||
i: common_vendor.p({
|
||||
@@ -341,7 +341,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
size: "16",
|
||||
color: "#9ca3af"
|
||||
}),
|
||||
j: common_vendor.o((...args) => $options.toggleCustomerSourceDropdown && $options.toggleCustomerSourceDropdown(...args)),
|
||||
j: common_vendor.o((...args) => $options.toggleCustomerSourceDropdown && $options.toggleCustomerSourceDropdown(...args), "cf"),
|
||||
k: $data.showCustomerSourceDropdown
|
||||
}, $data.showCustomerSourceDropdown ? {
|
||||
l: common_vendor.f($data.customerSourceOptions, (option, k0, i0) => {
|
||||
@@ -353,10 +353,10 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
};
|
||||
}),
|
||||
m: common_vendor.o(() => {
|
||||
})
|
||||
}, "66")
|
||||
} : {}, {
|
||||
n: $data.formData.dealershipName,
|
||||
o: common_vendor.o(($event) => $data.formData.dealershipName = $event.detail.value),
|
||||
o: common_vendor.o(($event) => $data.formData.dealershipName = $event.detail.value, "c4"),
|
||||
p: common_vendor.f($data.genderOptions, (option, index, i0) => {
|
||||
return {
|
||||
a: option,
|
||||
@@ -365,36 +365,36 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
d: index
|
||||
};
|
||||
}),
|
||||
q: common_vendor.o((...args) => $options.onGenderChange && $options.onGenderChange(...args)),
|
||||
q: common_vendor.o((...args) => $options.onGenderChange && $options.onGenderChange(...args), "22"),
|
||||
r: $data.formData.age,
|
||||
s: common_vendor.o(($event) => $data.formData.age = $event.detail.value),
|
||||
s: common_vendor.o(($event) => $data.formData.age = $event.detail.value, "5c"),
|
||||
t: $data.formData.salesName,
|
||||
v: common_vendor.o(($event) => $data.formData.salesName = $event.detail.value),
|
||||
v: common_vendor.o(($event) => $data.formData.salesName = $event.detail.value, "42"),
|
||||
w: $data.formData.salesPhone,
|
||||
x: common_vendor.o(($event) => $data.formData.salesPhone = $event.detail.value),
|
||||
x: common_vendor.o(($event) => $data.formData.salesPhone = $event.detail.value, "ed"),
|
||||
y: $data.formData.remarks,
|
||||
z: common_vendor.o(($event) => $data.formData.remarks = $event.detail.value),
|
||||
z: common_vendor.o(($event) => $data.formData.remarks = $event.detail.value, "96"),
|
||||
A: common_vendor.p({
|
||||
type: "close",
|
||||
size: "16",
|
||||
color: "#007AFF"
|
||||
}),
|
||||
B: common_vendor.o((...args) => $options.handleCancel && $options.handleCancel(...args)),
|
||||
B: common_vendor.o((...args) => $options.handleCancel && $options.handleCancel(...args), "75"),
|
||||
C: common_vendor.p({
|
||||
type: "checkmarkempty",
|
||||
size: "16",
|
||||
color: "#007AFF"
|
||||
}),
|
||||
D: common_vendor.o(($event) => $options.handleSave("save")),
|
||||
D: common_vendor.o(($event) => $options.handleSave("save"), "99"),
|
||||
E: common_vendor.p({
|
||||
type: "checkmarkempty",
|
||||
size: "16",
|
||||
color: "#007AFF"
|
||||
}),
|
||||
F: common_vendor.o(($event) => $options.handleSave("start")),
|
||||
F: common_vendor.o(($event) => $options.handleSave("start"), "b4"),
|
||||
G: $data.showCustomerSourceDropdown
|
||||
}, $data.showCustomerSourceDropdown ? {
|
||||
H: common_vendor.o((...args) => $options.closeCustomerSourceDropdown && $options.closeCustomerSourceDropdown(...args))
|
||||
H: common_vendor.o((...args) => $options.closeCustomerSourceDropdown && $options.closeCustomerSourceDropdown(...args), "f4")
|
||||
} : {});
|
||||
}
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
||||
|
||||
Reference in New Issue
Block a user