瀏覽代碼

样式修改

lilei 4 年之前
父節點
當前提交
0e37f70261
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      pages/goods/index.vue

+ 3 - 1
pages/goods/index.vue

@@ -7,7 +7,9 @@
 		<!-- 商品 -->
 		<!-- 商品 -->
 		<view class="goods">
 		<view class="goods">
 			<view v-for="(item,index) in goodsList" :key="index" v-if="item&&item.list.length">
 			<view v-for="(item,index) in goodsList" :key="index" v-if="item&&item.list.length">
-				<u-section :title="item.type.name" font-size="35" line-color="#01c9b2" sub-title="更多" @click="toGoods(item.type)"></u-section>
+				<u-section :title="item.type.name" font-size="35" line-color="#01c9b2" sub-title="更多" @click="toGoods(item.type)">
+					<view slot="right" style="color: #01c9b2;font-size: 30rpx;">更多<u-icon name="arrow-right"></u-icon></view>
+				</u-section>
 				<view class="goods-list">
 				<view class="goods-list">
 					<uni-coods :goldLimit="item.type.goldLimit" :list="item.list"></uni-coods>
 					<uni-coods :goldLimit="item.type.goldLimit" :list="item.list"></uni-coods>
 				</view>
 				</view>