w-ui-v1 1.1.26 → 1.1.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "w-ui-v1",
3
- "version": "1.1.26",
3
+ "version": "1.1.28",
4
4
  "description": "w-ui",
5
5
  "author": "wgxshh",
6
6
  "license": "ISC",
package/w-menu/w-menu.vue CHANGED
@@ -181,7 +181,7 @@
181
181
  <view class="grid-item">
182
182
  <view v-if="subItem.iconPath" class="grid-item-icon"
183
183
  style="display: flex;justify-content: center;align-items: center;">
184
- <image style="height: 30px;width: 30px;" src="/static/home.png" mode="">
184
+ <image style="height: 30px;width: 30px;" :src="subItem.iconPath" mode="">
185
185
  </image>
186
186
  </view>
187
187
  <text v-else class="grid-item-icon">
@@ -195,6 +195,7 @@
195
195
  </wd-grid>
196
196
  </template>
197
197
  </wd-card>
198
+ <slot name="card-bottom"></slot>
198
199
  </view>
199
200
 
200
201
  <wd-action-sheet v-model="sheetShow" :actions="actions" :title="title"