|
|
@@ -158,7 +158,7 @@ export default {
|
|
|
openShare(data){
|
|
|
getPanoInfo(data.id, (data) => {
|
|
|
if (data.scenes.length<=0) {
|
|
|
- return this.$msg.message("链接未生成,请编辑作品添加素材");
|
|
|
+ return this.$msg.warning("链接未生成,请编辑作品添加素材");
|
|
|
}
|
|
|
this.showShare = true
|
|
|
this.shareItem = data
|
|
|
@@ -168,7 +168,7 @@ export default {
|
|
|
handlePreview(item){
|
|
|
getPanoInfo(item.id, (data) => {
|
|
|
if (data.scenes.length<=0) {
|
|
|
- return this.$msg.message("链接未生成,请编辑作品添加素材");
|
|
|
+ return this.$msg.warning("链接未生成,请编辑作品添加素材");
|
|
|
}
|
|
|
this.showItem = {
|
|
|
...item,
|