Explorar el Código

```
feat(components): 添加新组件类型声明

- 添加 WdCalendarView 组件的类型声明
- 添加 WdPicker 组件的类型声明
- 更新组件类型定义文件以支持新增组件

fix(pages): 移除加油webView页面标题

- 将 refueling-webview 页面的导航栏标题设置为空字符串
- 隐藏加油相关webview页面的导航栏标题
```

zouzexu hace 1 día
padre
commit
568f6529eb
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. 2 0
      src/components.d.ts
  2. 1 1
      src/pages.json

+ 2 - 0
src/components.d.ts

@@ -17,6 +17,7 @@ declare module 'vue' {
     WdActionSheet: typeof import('wot-design-uni/components/wd-action-sheet/wd-action-sheet.vue')['default']
     WdBadge: typeof import('wot-design-uni/components/wd-badge/wd-badge.vue')['default']
     WdButton: typeof import('wot-design-uni/components/wd-button/wd-button.vue')['default']
+    WdCalendarView: typeof import('wot-design-uni/components/wd-calendar-view/wd-calendar-view.vue')['default']
     WdCard: typeof import('wot-design-uni/components/wd-card/wd-card.vue')['default']
     WdCell: typeof import('wot-design-uni/components/wd-cell/wd-cell.vue')['default']
     WdCellGroup: typeof import('wot-design-uni/components/wd-cell-group/wd-cell-group.vue')['default']
@@ -36,6 +37,7 @@ declare module 'vue' {
     WdNoticeBar: typeof import('wot-design-uni/components/wd-notice-bar/wd-notice-bar.vue')['default']
     WdNotify: typeof import('wot-design-uni/components/wd-notify/wd-notify.vue')['default']
     WdOverlay: typeof import('wot-design-uni/components/wd-overlay/wd-overlay.vue')['default']
+    WdPicker: typeof import('wot-design-uni/components/wd-picker/wd-picker.vue')['default']
     WdPopup: typeof import('wot-design-uni/components/wd-popup/wd-popup.vue')['default']
     WdRadio: typeof import('wot-design-uni/components/wd-radio/wd-radio.vue')['default']
     WdRadioGroup: typeof import('wot-design-uni/components/wd-radio-group/wd-radio-group.vue')['default']

+ 1 - 1
src/pages.json

@@ -620,7 +620,7 @@
           "name": "refueling-webview",
           "islogin": false,
           "style": {
-            "navigationBarTitleText": "支付"
+            "navigationBarTitleText": ""
           }
         }
       ]