|
|
|
@ -1,261 +1,262 @@
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<div class="g_p_10 g_position_rela">
|
|
|
|
<div class="g_p_10 g_position_rela">
|
|
|
|
<div class="g_bg_f g_p_10 g_radius_8">
|
|
|
|
<div class="g_bg_f g_p_10 g_radius_8">
|
|
|
|
<u-line-progress class="g_position_abso" v-if="ailoading" style="position: fixed; width: 100%; top: -2px; left: 0px; z-index: 99999" active-color="#3578f6" :percent="defaultPercent" :round="false" height="8" :show-percent="false" inactiveColor="#f5f5f5"></u-line-progress>
|
|
|
|
<u-line-progress class="g_position_abso" v-if="ailoading" style="position: fixed; width: 100%; top: -2px; left: 0px; z-index: 99999" active-color="#3578f6" :percent="defaultPercent" :round="false" height="8" :show-percent="false" inactiveColor="#f5f5f5"></u-line-progress>
|
|
|
|
<gao-ChatSSEClient ref="sseTest" @onOpen="openCore" @onError="errorCore" @onMessage="messageCore" @onFinish="finishCore" />
|
|
|
|
<gao-ChatSSEClient ref="sseTest" @onOpen="openCore" @onError="errorCore" @onMessage="messageCore" @onFinish="finishCore" />
|
|
|
|
<div class="g_pb_8" v-if="currentImg" @click="currentImg = ''">
|
|
|
|
<div class="g_pb_8" v-if="currentImg" @click="currentImg = ''">
|
|
|
|
<img :src="currentImg" class="g_w_48 g_h_48 g_radius_8" alt />
|
|
|
|
<img :src="currentImg" class="g_w_48 g_h_48 g_radius_8" alt />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<textarea class data-type="desp" v-model="aitext" placeholder="粘贴工友信息, 用AI识别 " placeholder-style="color:#999" :maxlength="-1" :style="{ width: '100%', 'min-height': true ? '104px' : '104px' }"></textarea>
|
|
|
|
<textarea class data-type="desp" v-model="aitext" placeholder="粘贴工友信息, 用AI识别 " placeholder-style="color:#999" :maxlength="-1" :style="{ width: '100%', 'min-height': true ? '104px' : '104px' }"></textarea>
|
|
|
|
<div class>
|
|
|
|
<div class>
|
|
|
|
<view class="g_flex_row_end flex_center">
|
|
|
|
<view class="g_flex_row_end flex_center">
|
|
|
|
<view class="iconfont icon-jia1 g_c_9 g_mr_8 g_fs_20 g_position_rela biggerSize" @click="chooseImgShow = true"></view>
|
|
|
|
<view class="iconfont icon-jia1 g_c_9 g_mr_8 g_fs_20 g_position_rela biggerSize" @click="chooseImgShow = true"></view>
|
|
|
|
<view class="g_mr_8 g_w_72 g_fw_600">
|
|
|
|
<view class="g_mr_8 g_w_72 g_fw_600">
|
|
|
|
<g-button size="small_auto" type="none" height="24" :fontSize="12" @clickBtn="getClipboard" :btnText="(aitext ? '清空' : '粘贴') + '内容'"></g-button>
|
|
|
|
<g-button size="small_auto" type="none" height="24" :fontSize="12" @clickBtn="getClipboard" :btnText="(aitext ? '清空' : '粘贴') + '内容'"></g-button>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="g_w_72 g_fw_600">
|
|
|
|
<view class="g_w_72 g_fw_600">
|
|
|
|
<g-button size="small_auto" gradual="linear-gradient(-130deg, #5c6cf7, #9963f9)" icon="icon-aitubiao" type="gradual" height="24" :fontSize="12" btnText="AI识别" @clickBtn="getCoze"></g-button>
|
|
|
|
<g-button size="small_auto" gradual="linear-gradient(-130deg, #5c6cf7, #9963f9)" icon="icon-aitubiao" type="gradual" height="24" :fontSize="12" btnText="AI识别" @clickBtn="getCoze"></g-button>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<u-popup v-model="chooseImgShow" mode="bottom" z-index="999999" border-radius="12" :closeable="false" :mask-close-able="true" @close="chooseImgShow = false">
|
|
|
|
<u-popup v-model="chooseImgShow" mode="bottom" z-index="999999" border-radius="12" :closeable="false" :mask-close-able="true" @close="chooseImgShow = false">
|
|
|
|
<div class="g_text_c g_bg_f_5 g_fs_17">
|
|
|
|
<div class="g_text_c g_bg_f_5 g_fs_17">
|
|
|
|
<div class="g_bg_f">
|
|
|
|
<div class="g_bg_f">
|
|
|
|
<div class="g_c_3">
|
|
|
|
<div class="g_c_3">
|
|
|
|
<div class="g_p_16 g_border_e_t" @click="uploadPhoto('camera')">拍照</div>
|
|
|
|
<div class="g_p_16 g_border_e_t" @click="uploadPhoto('camera')">拍照</div>
|
|
|
|
<div class="g_p_16 g_border_e_t" @click="uploadPhotoByChat">从会话上传</div>
|
|
|
|
<div class="g_p_16 g_border_e_t" @click="uploadPhotoByChat">从会话上传</div>
|
|
|
|
<div class="g_p_16 g_border_e_t" @click="uploadPhoto('album')">从相册选择</div>
|
|
|
|
<div class="g_p_16 g_border_e_t" @click="uploadPhoto('album')">从相册选择</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="g_p_16 g_mt_10 g_bg_f" style="padding-bottom: calc(constant(safe-area-inset-bottom) + 16px); padding-bottom: calc(env(safe-area-inset-bottom) + 16px)" @click="chooseImgShow = false">取消</div>
|
|
|
|
<div class="g_p_16 g_mt_10 g_bg_f" style="padding-bottom: calc(constant(safe-area-inset-bottom) + 16px); padding-bottom: calc(env(safe-area-inset-bottom) + 16px)" @click="chooseImgShow = false">取消</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</u-popup>
|
|
|
|
</u-popup>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
data() {
|
|
|
|
data() {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
aitext: '',
|
|
|
|
aitext: "",
|
|
|
|
timer: null,
|
|
|
|
timer: null,
|
|
|
|
timer1: null,
|
|
|
|
timer1: null,
|
|
|
|
defaultPercent: 0,
|
|
|
|
defaultPercent: 0,
|
|
|
|
ailoading: false,
|
|
|
|
ailoading: false,
|
|
|
|
aiConfig: {
|
|
|
|
aiConfig: {
|
|
|
|
token: '',
|
|
|
|
token: "",
|
|
|
|
id: '',
|
|
|
|
id: "",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
chooseImgShow: false,
|
|
|
|
chooseImgShow: false,
|
|
|
|
currentImg: '',
|
|
|
|
currentImg: "",
|
|
|
|
}
|
|
|
|
};
|
|
|
|
},
|
|
|
|
},
|
|
|
|
created() {
|
|
|
|
created() {
|
|
|
|
this.getAiToken()
|
|
|
|
this.getAiToken();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
methods: {
|
|
|
|
methods: {
|
|
|
|
openCore(respons) {
|
|
|
|
openCore(respons) {
|
|
|
|
console.log('open sse:', respons)
|
|
|
|
console.log("open sse:", respons);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
errorCore(err) {
|
|
|
|
errorCore(err) {
|
|
|
|
console.log('error sse:', err)
|
|
|
|
console.log("error sse:", err);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
messageCore(msg) {
|
|
|
|
messageCore(msg) {
|
|
|
|
let that = this
|
|
|
|
let that = this;
|
|
|
|
console.log('message sse:', msg)
|
|
|
|
console.log("message sse:", msg);
|
|
|
|
if (msg.event == 'Done') {
|
|
|
|
if (msg.event == "Done") {
|
|
|
|
clearInterval(that.timer)
|
|
|
|
clearInterval(that.timer);
|
|
|
|
that.ailoading = false
|
|
|
|
that.ailoading = false;
|
|
|
|
} else if (msg.event == 'Message') {
|
|
|
|
} else if (msg.event == "Message") {
|
|
|
|
let info = JSON.parse(msg.data)
|
|
|
|
let info = JSON.parse(msg.data);
|
|
|
|
if (info.node_type == 'End') {
|
|
|
|
if (info.node_type == "End") {
|
|
|
|
this.setInfo(info)
|
|
|
|
this.setInfo(info);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
getAiToken() {
|
|
|
|
getAiToken() {
|
|
|
|
let that = this
|
|
|
|
let that = this;
|
|
|
|
that.G.Get('/yishoudan/common/structure/getConfig', {}, (res) => {
|
|
|
|
that.G.Get("/yishoudan/common/structure/getConfig", {}, (res) => {
|
|
|
|
console.log('res', res)
|
|
|
|
console.log("res", res);
|
|
|
|
that.aiConfig = {
|
|
|
|
that.aiConfig = {
|
|
|
|
token: res.token,
|
|
|
|
token: res.token,
|
|
|
|
id: res.workflowId,
|
|
|
|
id: res.workflowId,
|
|
|
|
}
|
|
|
|
};
|
|
|
|
})
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
uploadPhoto($sourceType) {
|
|
|
|
uploadPhoto($sourceType) {
|
|
|
|
let that = this
|
|
|
|
let that = this;
|
|
|
|
console.log('$sourceType', $sourceType)
|
|
|
|
console.log("$sourceType", $sourceType);
|
|
|
|
uni.chooseImage({
|
|
|
|
uni.chooseImage({
|
|
|
|
count: 1, //默认9
|
|
|
|
count: 1, //默认9
|
|
|
|
sizeType: ['original'], //可以指定是原图还是压缩图,默认二者都有
|
|
|
|
sizeType: ["original"], //可以指定是原图还是压缩图,默认二者都有
|
|
|
|
sourceType: [$sourceType], //album 从相册选图,camera 使用相机
|
|
|
|
sourceType: [$sourceType], //album 从相册选图,camera 使用相机
|
|
|
|
success: function (res) {
|
|
|
|
success: function (res) {
|
|
|
|
console.log('选取文件数据:', res)
|
|
|
|
console.log("选取文件数据:", res);
|
|
|
|
that.uploadCozeFile(res.tempFilePaths[0])
|
|
|
|
that.uploadCozeFile(res.tempFilePaths[0]);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
})
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
uploadCozeFile(tempFilePath) {
|
|
|
|
uploadCozeFile(tempFilePath) {
|
|
|
|
let that = this
|
|
|
|
let that = this;
|
|
|
|
that.chooseImgShow = false
|
|
|
|
that.chooseImgShow = false;
|
|
|
|
that.currentImg = tempFilePath
|
|
|
|
that.currentImg = tempFilePath;
|
|
|
|
uni.uploadFile({
|
|
|
|
uni.uploadFile({
|
|
|
|
url: 'https://api.coze.cn/v1/files/upload',
|
|
|
|
url: "https://api.coze.cn/v1/files/upload",
|
|
|
|
method: 'POST',
|
|
|
|
method: "POST",
|
|
|
|
filePath: tempFilePath,
|
|
|
|
filePath: tempFilePath,
|
|
|
|
name: 'file',
|
|
|
|
name: "file",
|
|
|
|
header: {
|
|
|
|
header: {
|
|
|
|
Authorization: 'Bearer ' + that.aiConfig.token,
|
|
|
|
Authorization: "Bearer " + that.aiConfig.token,
|
|
|
|
'Content-Type': 'multipart/form-data',
|
|
|
|
"Content-Type": "multipart/form-data",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
formData: {},
|
|
|
|
formData: {},
|
|
|
|
success: function (res) {
|
|
|
|
success: function (res) {
|
|
|
|
console.log('文件', res)
|
|
|
|
console.log("文件", res);
|
|
|
|
let data = JSON.parse(res.data)
|
|
|
|
let data = JSON.parse(res.data);
|
|
|
|
that.appCoze(data.data.id)
|
|
|
|
that.appCoze(data.data.id);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
fail: function (err) {
|
|
|
|
fail: function (err) {
|
|
|
|
console.log(err)
|
|
|
|
console.log(err);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
})
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
uploadPhotoByChat() {
|
|
|
|
uploadPhotoByChat() {
|
|
|
|
let that = this
|
|
|
|
let that = this;
|
|
|
|
uni.chooseMessageFile({
|
|
|
|
uni.chooseMessageFile({
|
|
|
|
count: 1,
|
|
|
|
count: 1,
|
|
|
|
type: 'image',
|
|
|
|
type: "image",
|
|
|
|
success(res) {
|
|
|
|
success(res) {
|
|
|
|
console.log('resresresresresres', res)
|
|
|
|
console.log("resresresresresres", res);
|
|
|
|
if (res.errMsg == 'chooseMessageFile:ok') {
|
|
|
|
if (res.errMsg == "chooseMessageFile:ok") {
|
|
|
|
console.log('res', res)
|
|
|
|
console.log("res", res);
|
|
|
|
that.uploadCozeFile(res.tempFiles[0].path)
|
|
|
|
that.uploadCozeFile(res.tempFiles[0].path);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
})
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
getClipboard() {
|
|
|
|
getClipboard() {
|
|
|
|
let that = this
|
|
|
|
let that = this;
|
|
|
|
if (this.aitext) {
|
|
|
|
if (this.aitext) {
|
|
|
|
this.aitext = ''
|
|
|
|
this.aitext = "";
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
uni.getClipboardData({
|
|
|
|
uni.getClipboardData({
|
|
|
|
success(res) {
|
|
|
|
success(res) {
|
|
|
|
console.log(res)
|
|
|
|
console.log(res);
|
|
|
|
if(res.data){
|
|
|
|
if (res.data) {
|
|
|
|
that.aitext = res.data
|
|
|
|
that.aitext = res.data;
|
|
|
|
}else{
|
|
|
|
} else {
|
|
|
|
uni.showToast({
|
|
|
|
uni.showToast({
|
|
|
|
title: '请先复制内容',
|
|
|
|
title: "请先复制内容",
|
|
|
|
icon: 'none',
|
|
|
|
icon: "none",
|
|
|
|
})
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
fail() {
|
|
|
|
fail() {
|
|
|
|
uni.showToast({
|
|
|
|
uni.showToast({
|
|
|
|
title: '读取剪切板失败',
|
|
|
|
title: "读取剪切板失败",
|
|
|
|
icon: 'none',
|
|
|
|
icon: "none",
|
|
|
|
})
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
})
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
setInfo(parsed) {
|
|
|
|
setInfo(parsed) {
|
|
|
|
let that = this
|
|
|
|
let that = this;
|
|
|
|
const finalData = JSON.parse(parsed.content)
|
|
|
|
const finalData = JSON.parse(parsed.content);
|
|
|
|
if (finalData) {
|
|
|
|
if (finalData) {
|
|
|
|
console.log('解析后的用户信息:', finalData)
|
|
|
|
console.log("解析后的用户信息:", finalData);
|
|
|
|
let info = {
|
|
|
|
let info = {
|
|
|
|
idCard: finalData.idcard,
|
|
|
|
idCard: finalData.idcard,
|
|
|
|
address: finalData.address,
|
|
|
|
address: finalData.address,
|
|
|
|
name: finalData.username,
|
|
|
|
name: finalData.username,
|
|
|
|
nation: finalData.nation,
|
|
|
|
nation: finalData.nation,
|
|
|
|
userName: finalData.username,
|
|
|
|
userName: finalData.username,
|
|
|
|
sex: finalData.sex ? (finalData.sex == '男' ? 1 : 2) : '',
|
|
|
|
sex: finalData.sex ? (finalData.sex == "男" ? 1 : 2) : "",
|
|
|
|
age: finalData.age,
|
|
|
|
age: finalData.age,
|
|
|
|
tel: finalData.tel,
|
|
|
|
tel: finalData.tel,
|
|
|
|
}
|
|
|
|
};
|
|
|
|
// uni.$emit('getTownsman', { info })
|
|
|
|
// uni.$emit('getTownsman', { info })
|
|
|
|
that.$emit('outputInfo', info)
|
|
|
|
that.$emit("outputInfo", info);
|
|
|
|
// 将解析后的信息填充到表单中
|
|
|
|
// 将解析后的信息填充到表单中
|
|
|
|
that.ailoading = false
|
|
|
|
that.ailoading = false;
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
that.ailoading = false
|
|
|
|
that.ailoading = false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
clearInterval(that.timer)
|
|
|
|
clearInterval(that.timer);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
getCoze() {
|
|
|
|
getCoze() {
|
|
|
|
let that = this
|
|
|
|
let that = this;
|
|
|
|
if (!that.aitext) {
|
|
|
|
if (!that.aitext) {
|
|
|
|
uni.showToast({
|
|
|
|
uni.showToast({
|
|
|
|
title: '请粘贴内容',
|
|
|
|
title: "请粘贴内容",
|
|
|
|
icon: 'none',
|
|
|
|
icon: "none",
|
|
|
|
})
|
|
|
|
});
|
|
|
|
return false
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
this.appCoze()
|
|
|
|
this.appCoze();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
appCoze(_id) {
|
|
|
|
appCoze(_id) {
|
|
|
|
let that = this
|
|
|
|
let that = this;
|
|
|
|
let parameters = {}
|
|
|
|
let parameters = {};
|
|
|
|
// 重置内容
|
|
|
|
// 重置内容
|
|
|
|
that.ailoading = true
|
|
|
|
that.ailoading = true;
|
|
|
|
that.defaultPercent = 3
|
|
|
|
that.defaultPercent = 3;
|
|
|
|
|
|
|
|
|
|
|
|
that.timer = setInterval(() => {
|
|
|
|
that.timer = setInterval(() => {
|
|
|
|
that.defaultPercent = that.defaultPercent < 15 ? (that.defaultPercent = 15) : that.defaultPercent + 3
|
|
|
|
that.defaultPercent = that.defaultPercent < 15 ? (that.defaultPercent = 15) : that.defaultPercent + 3;
|
|
|
|
// console.log('12313123123123123')
|
|
|
|
// console.log('12313123123123123')
|
|
|
|
if (that.defaultPercent >= 99) {
|
|
|
|
if (that.defaultPercent >= 99) {
|
|
|
|
clearInterval(that.timer)
|
|
|
|
clearInterval(that.timer);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}, 150)
|
|
|
|
}, 150);
|
|
|
|
that.timer1 = setTimeout(() => {
|
|
|
|
that.timer1 = setTimeout(() => {
|
|
|
|
console.log('5687678678678678678')
|
|
|
|
console.log("5687678678678678678");
|
|
|
|
that.ailoading = false
|
|
|
|
that.ailoading = false;
|
|
|
|
clearInterval(that.timer)
|
|
|
|
clearInterval(that.timer);
|
|
|
|
// setLoading()
|
|
|
|
// setLoading()
|
|
|
|
}, 30000)
|
|
|
|
}, 30000);
|
|
|
|
if (_id) {
|
|
|
|
if (_id) {
|
|
|
|
parameters = {
|
|
|
|
parameters = {
|
|
|
|
img: {
|
|
|
|
img: {
|
|
|
|
file_id: _id,
|
|
|
|
file_id: _id,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|
|
|
|
};
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
parameters = {
|
|
|
|
parameters = {
|
|
|
|
txt: that.aitext,
|
|
|
|
txt: that.aitext,
|
|
|
|
}
|
|
|
|
};
|
|
|
|
}
|
|
|
|
}
|
|
|
|
this.$refs.sseTest.startChat({
|
|
|
|
this.$refs.sseTest.startChat({
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 将它换成你的地址
|
|
|
|
* 将它换成你的地址
|
|
|
|
* 注意:
|
|
|
|
* 注意:
|
|
|
|
* 如果使用 sse-server.js 要在手机端使用的话,请确保你的手机和电脑处在一个局域网下并且是正常的ip地址
|
|
|
|
* 如果使用 sse-server.js 要在手机端使用的话,请确保你的手机和电脑处在一个局域网下并且是正常的ip地址
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
url: 'https://api.coze.cn/v1/workflow/stream_run',
|
|
|
|
url: "https://api.coze.cn/v1/workflow/stream_run",
|
|
|
|
// 请求头
|
|
|
|
// 请求头
|
|
|
|
headers: {
|
|
|
|
headers: {
|
|
|
|
// that.aiConfig.token
|
|
|
|
// that.aiConfig.token
|
|
|
|
Authorization: 'Bearer ' + that.aiConfig.token,
|
|
|
|
Authorization: "Bearer " + that.aiConfig.token,
|
|
|
|
'Content-Type': 'application/json',
|
|
|
|
"Content-Type": "application/json",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
// 默认为 post
|
|
|
|
// 默认为 post
|
|
|
|
method: 'post',
|
|
|
|
method: "post",
|
|
|
|
body: {
|
|
|
|
body: {
|
|
|
|
parameters,
|
|
|
|
parameters,
|
|
|
|
// workflow_id: that.aiConfig.id,
|
|
|
|
// workflow_id: that.aiConfig.id,
|
|
|
|
workflow_id: '7520814905613664310',
|
|
|
|
workflow_id: "7520814905613664310",
|
|
|
|
// workflow_id: '7492238568816656410',
|
|
|
|
// workflow_id: '7492238568816656410',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
})
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
ressetAitext() {
|
|
|
|
}
|
|
|
|
this.aitext = "";
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
};
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
<style></style>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|