Browse Source

增加没有更多

tanxue 1 month ago
parent
commit
4cdc8c2a9c

+ 8 - 4
common/styles/global/components.scss

@@ -471,7 +471,11 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
 }
 
 // 遮盖层
-.shop-mask{
-		position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: azure;
-		color: #333;z-index: 999;display: flex;align-items: center;justify-content: center;
-	}
+.ezy-mask-box{
+	position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: azure;
+	color: #333;z-index: 999;display: flex;align-items: center;justify-content: center;
+}
+
+// 没有更多
+.ezy-no-more{color: rgb(119, 119, 119);font-size: 28rpx;text-align: center;}
+	

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

@@ -2,6 +2,7 @@
 	<view class="sx-card-list" v-if="list.length">
     <template  v-for="{chanpin,value:item} in list">
      <cp1 v-if="chanpin == 'tujiemuti'" :item="item" :key="item.chanpinId"></cp1>
+	 <view class="ezy-no-more">没有更多</view>
 <!--      <cp2 v-if="chanpin == 'tujiemuti333'" :item="item" :key="item.chanpinId"></cp2>-->
     </template>
 

+ 1 - 0
pages/chanpinXuanze/cp1/banben.vue

@@ -19,6 +19,7 @@
           </view>
           <view class="item-play-btn"></view>
         </ezyActiveVue>
+		<view class="ezy-no-more">没有更多</view>
       </template>
       <template v-else>
         <view class="shiti-frame-box">

+ 6 - 6
pages/chanpinZiliao/shuxue/sxList.vue

@@ -3,12 +3,12 @@
 	    <template  v-for="{chanpin,content:item} in list">
 			<jstxCard v-if="chanpin == 'jisuantexun'" :item="item" :key="item.ziliaoId"></jstxCard>
 	    </template>
-	
-		</view>
-		<view class="ezy-no-sj" v-else>
-			<icon></icon>
-			<text>暂无数据</text>
-		</view>
+		<view class="ezy-no-more">没有更多</view>
+	</view>
+	<view class="ezy-no-sj" v-else>
+		<icon></icon>
+		<text>暂无数据</text>
+	</view>
 </template>
 
 <script setup>