shish пре 6 година
родитељ
комит
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>
 			<!-- 查看更多 -->