Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
released 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Jul 9, 2019
1 parent 26af12c commit 1f48b8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/views/dashboard/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -202,24 +202,24 @@
</a-form-item>

<!-- 日志图片上传 -->
<a-form-item v-show="showMoreOptions">
<!-- <a-form-item v-show="showMoreOptions">
<UploadPhoto
@success="handlerPhotoUploadSuccess"
:photoList="photoList"
></UploadPhoto>
</a-form-item>
</a-form-item> -->

<a-form-item>
<a-button
type="primary"
@click="handleCreateJournalClick"
>保存</a-button>
<a
<!-- <a
href="javascript:;"
class="more-options-btn"
type="default"
@click="handleUploadPhotoWallClick"
>更多选项<a-icon type="down" /></a>
>更多选项<a-icon type="down" /></a> -->
</a-form-item>
</a-form>
</a-card>
Expand Down
8 changes: 4 additions & 4 deletions src/views/sheet/internal/JournalList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
>
<a-list-item slot="renderItem" slot-scope="item, index" :key="index">
<!-- 日志图片集合 -->
<a-card
<!-- <a-card
hoverable
v-for="(photo, photoIndex) in item.photos"
:key="photoIndex"
class="photo-card"
@click="handlerPhotoPreview(photo)"
>
<img alt="example" :src="photo.thumbnail" slot="cover">
</a-card>
</a-card> -->

<a-modal :visible="previewVisible" :footer="null" @cancel="handleCancelPreview">
<img
Expand Down Expand Up @@ -126,7 +126,7 @@
<a-form-item>
<a-input type="textarea" :autosize="{ minRows: 8 }" v-model="journal.content"/>
</a-form-item>
<a-form-item v-show="showMoreOptions">
<!-- <a-form-item v-show="showMoreOptions">
<UploadPhoto
@success="handlerPhotoUploadSuccess"
:photoList="photoList"
Expand All @@ -143,7 +143,7 @@
更多选项
<a-icon type="down"/>
</a>
</a-form-item>
</a-form-item> -->
</a-form>
</a-modal>

Expand Down

0 comments on commit 1f48b8f

Please sign in to comment.