瀏覽代碼

代付款改为待支付

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>