Commit a4377daecca4d5272fa6bf437fd5aacb38c4019a
1 parent
087870850b
Exists in
master
go
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/pages/index/index.vue
... | ... | @@ -22,11 +22,11 @@ |
22 | 22 | </view> |
23 | 23 | </view> |
24 | 24 | </view> |
25 | - <Uni-drawer ref="showRight" mask="true" maskClick=true mode="right" :width="320" @change="change($event,'showRight')"> | |
25 | + <uni-drawer ref="showRight" mask="true" maskClick=true mode="right" :width="320" @change="change($event,'showRight')"> | |
26 | 26 | <view class="close"> |
27 | 27 | <view @click="closeDrawer('showRight')"><text class="word-btn-white">关闭</text></view> |
28 | 28 | </view> |
29 | - </Uni-drawer> | |
29 | + </uni-drawer> | |
30 | 30 | |
31 | 31 | |
32 | 32 | ... | ... |