chenrui 2 年 前
コミット
d9f4f71aae
1 ファイル変更1 行追加1 行削除
  1. 1 1
      pages/sales/index.vue

+ 1 - 1
pages/sales/index.vue

@@ -36,7 +36,7 @@
 					<text class="nav-txt">产品查询</text>
 				</view>
 				<view class="nav-item" @click="toPage('/pages/sales/bill')">
-					<u-image class="nav-pic" :src="`../../static/${theme}/navIcon/billImg.png`" width="58" height="58"></u-image>
+					<u-image class="nav-pic" :src="`../../static/${theme}/navIcon/billImg.png`" width="64" height="64"></u-image>
 					<text class="nav-txt">应收对账单</text>
 				</view>
 			</view>