resolver-egretimp-plus 0.0.289 → 0.0.290

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": "resolver-egretimp-plus",
3
- "version": "0.0.289",
3
+ "version": "0.0.290",
4
4
  "description": "交付体验渲染",
5
5
  "main": "./dist/web/index.js",
6
6
  "module": "./dist/web/index.js",
@@ -238,7 +238,7 @@ export default {
238
238
  const suffixIcon = resolveComponent(inputProps.value.suffixIcon)
239
239
  ret.suffix = () => {
240
240
  const iconProps = {}
241
- if (isPagePopup.value) {
241
+ if (isPagePopupAndSearch.value) {
242
242
  if (!props.disabled) {
243
243
  iconProps.onClick = attrs.onClick
244
244
  iconProps.style = {