diff --git a/pages/mobile_web/workshops/components/dress_select.vue b/pages/mobile_web/workshops/components/dress_select.vue
index cb00687..10e6747 100644
--- a/pages/mobile_web/workshops/components/dress_select.vue
+++ b/pages/mobile_web/workshops/components/dress_select.vue
@@ -54,7 +54,7 @@
:text="item.optionName" @click="selectElement" :class="judge(index)?'u-tag-select':''"> -->
-
+
{{ item.optionName }}
diff --git a/pages/pc_web/workshops/workshops.vue b/pages/pc_web/workshops/workshops.vue
index e5dc964..6c2995e 100644
--- a/pages/pc_web/workshops/workshops.vue
+++ b/pages/pc_web/workshops/workshops.vue
@@ -63,7 +63,7 @@
:on-change="selectImage" :file-list="formData.fileList" :disabled="formData.resultFile===''&&(serviceItem.type===3||serviceItem.type===1)">
-
+
点击 / 拖拽上传图片
请上传大小为5KB~5MB的图片
@@ -119,6 +119,8 @@ export default {
diamondIcon: 'diamond.png',
// 编辑图标
editorIcon: 'static/pixel/workshops/editor.png',
+ // 上传图片图标
+ uploadCenter: 'upload-center.gif',
// 屏幕高度
windowHeight: 0,
// 服务列表
diff --git a/static/bottoms.png b/static/bottoms.png
deleted file mode 100644
index cee055e..0000000
Binary files a/static/bottoms.png and /dev/null differ
diff --git a/static/coat.png b/static/coat.png
deleted file mode 100644
index 6748544..0000000
Binary files a/static/coat.png and /dev/null differ
diff --git a/static/upload-center.gif b/static/upload-center.gif
deleted file mode 100644
index 0400cf6..0000000
Binary files a/static/upload-center.gif and /dev/null differ