shish 6 лет назад
Родитель
Сommit
964b6bc5d8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      mobile-code/src/pages/pay/index.vue

+ 1 - 1
mobile-code/src/pages/pay/index.vue

@@ -50,7 +50,7 @@
 			</div>
 			<!-- 查看更多 -->
 			<div class="view-more" :class="{'open' : tabIndex == 1}" @click="tabIndex = tabIndex == 0 ? 1 : 0">
-				<div class="view-more-text">{{ tabIndex == 0 ? '填写收花人' : '收起' }}</div>
+				<div class="view-more-text">{{ tabIndex == 0 ? '我要送人' : '收起' }}</div>
 				<i class="iconfont iconjiantouxia"></i>
 			</div>
 			<!-- 查看更多 -->