Procházet zdrojové kódy

代付款改为待支付

htc před 10 měsíci
rodič
revize
a16d138977
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>