Browse Source

Merge branch '2025鹅状元数学' of https://gogs.mtavip.com/wangguoyu/uniProject into 2025鹅状元数学

tanxue 2 weeks ago
parent
commit
76bc673cb9

+ 1 - 1
pages/chanpinXuanze/components/yingyuList.vue

@@ -3,7 +3,7 @@
     <template  v-for="{chanpin,value:item} in list" :item="item">
      <cardVue v-if="chanpin == 'ziranpindu'" :item="item" :key="item.chanpinId"></cardVue>
     </template>
-
+    <view class="ezy-no-more">没有更多</view>
 	</view>
 	<view class="ezy-no-sj" v-else>
 		<icon></icon>

+ 1 - 0
pages/chanpinXuanze/components/yuwenList.vue

@@ -3,6 +3,7 @@
     <template  v-for="{chanpin,value:item} in list" :item="item">
       <cardVue v-if="chanpin == 'xxx'" :item="item" :key="item.chanpinId" class="sx-card-box"></cardVue>
     </template>
+    <view class="ezy-no-more">没有更多</view>
   </view>
   <view class="ezy-no-sj" v-else>
     <icon></icon>