w-ui-v1 1.0.35 → 1.0.37

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.0.35",
3
+ "version": "1.0.37",
4
4
  "description": "w-ui",
5
5
  "author": "wgxshh",
6
6
  "license": "ISC",
Binary file
@@ -103,7 +103,7 @@ function handleSubmit() {
103
103
  </view>
104
104
  </wd-form>
105
105
  </view>
106
- <image class="footer-img" src="/static/智能12.png" ></image>
106
+ <image class="footer-img" src="./footerImg.png" ></image>
107
107
  <wd-toast />
108
108
  </view>
109
109
  </template>
package/w-menu/w-menu.vue CHANGED
@@ -133,6 +133,7 @@ function queryList() {
133
133
  </template>
134
134
  <view>
135
135
  <view v-if="filtermenu.length > 0" class="menu-list">
136
+ <slot name="topImg"></slot>
136
137
  <wd-card v-for="(item, index) in filtermenu" :key="index" :title="item.title"
137
138
  custom-title-class="menu-title-class">
138
139
  <template #default>