shish 6 лет назад
Родитель
Сommit
569419097f
1 измененных файлов с 10 добавлено и 0 удалено
  1. 10 0
      pc/src/views/goods/img-store.vue

+ 10 - 0
pc/src/views/goods/img-store.vue

@@ -129,6 +129,16 @@ export default {
 						this.addImageModal = true;
 					}
 				},
+        {
+            text: '分享',
+                icon: 'iconfenxiang1',
+            click: () => {
+            this.$service.imgStore.top({ id: this.operateData.id }).then(res => {
+                this.resetList();
+            this._list();
+        });
+        }
+        },
 				{
 					text: '置顶',
 					icon: 'iconzhiding',