Ver código fonte

🎨 修改细节问题

快乐的梦鱼 2 semanas atrás
pai
commit
a4a60628d3

+ 3 - 1
src/pages/introduction/news.vue

@@ -10,11 +10,12 @@
           :activeOpacity="1"
           @click="($refs.pickerField as any).show()"
         >
-          <Text>选日期:</Text>
+          <Text>选日期:</Text>
           <PickerField 
             ref="pickerField"
             v-model="filterDate"
             placeholder="选择日期"
+            title="筛选日期"
             :columns="[filterDates]" 
           />
           <Icon name="arrow-down" />
@@ -22,6 +23,7 @@
         <SearchBar
           v-model="searchText"
           inputBackgroundColor="transparent"
+          leftIcon=""
           placeholder="搜索新闻"
           cancelState="hidden"
           searchState="show"

+ 1 - 1
src/pages/introduction/travel.vue

@@ -19,7 +19,7 @@
             :desc="item.desc"
             :image="item.image"
             :tags="item.bottomTags"
-            @click="navTo('inhert/intangible/details', { id: item.id })"
+            @click="navTo('/pages/inhert/intangible/details', { id: item.id })"
           />
         </FlexCol>
       </scroll-view>