@@ -813,7 +813,7 @@ const pmShare = (function () {
},
callback: function (key, opt) {
if($(".p-title").text().includes('免费')){
- hintBox.versionBox('此功能仅在专业版中提供,免费公用版可选择单个分段进行拷贝');
+ hintBox.versionBox('此功能仅在专业版中提供,免费公用版可选择单位工程进行拷贝');
return;
}
copyContructionProject(tree.selected);
@@ -480,7 +480,7 @@ const SHARE_TO = (() => {
$('#share-hint').text('');
const { isFree, sharedUsers, recentUsers, contacts } = await getInitalData(projectID);
if (isFree) {
- hintBox.versionBox('此功能仅在专业版中提供,免费公用版可选择单个分段进行分享。');
+ hintBox.versionBox('此功能仅在专业版中提供,免费公用版可选择单位工程进行分享。');
} else {
curSharedUsers = sharedUsers;
initSharedView(sharedUsers);