htc пре 10 месеци
родитељ
комит
a16d138977
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      pagesHouse/home/index.vue

+ 1 - 1
pagesHouse/home/index.vue

@@ -36,7 +36,7 @@
 			<view class="numberData">
 				<view @click="toHref('/pagesHouse/Mine/ordersList/index?typeTxt=待付款')">
 					<text>{{merchantType==10?info.unPayNum:info.todayObligationOrders}}</text>
-					<text>待付</text>
+					<text>待付</text>
 				</view>
 				<view @click="toHref('/pagesHouse/Mine/ordersList/index?typeTxt=待使用')">
 					<text>{{merchantType==10?info.unUseNum:info.todayPendingOrders||0}}</text>