Explorar o código

Merge branch 'dev' into 'test'

文案调整

See merge request quanshu/mp-ui-user!72
世轩 %!s(int64=2) %!d(string=hai) anos
pai
achega
5cf8e6180b
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      src/pages/index/payExternal.vue

+ 3 - 3
src/pages/index/payExternal.vue

@@ -20,11 +20,11 @@
 		<!-- #endif -->
 		<!-- <web-view :src='info'></web-view> -->
 		<view class="btn" v-if="paystatus == 0">
-			<u-button class="btn1" @click="openPay(1)" text="前往支付" shape="circle"></u-button>
+			<u-button class="btn1" @click="openPay(1)" text="前往第三方支付" shape="circle"></u-button>
 		</view>
 		<view class="btn" v-else>
-			<u-button class="btn1" @click="toPurchase" text="我已支付" shape="circle"></u-button>
-			<u-button class="btn2" @click="openPay(2)" text="还未支付" shape="circle"></u-button>
+			<u-button class="btn1" @click="toPurchase" text="我已支付,去开奖" shape="circle"></u-button>
+			<u-button class="btn2" @click="openPay(2)" text="还未支付,前往第三方支付" shape="circle"></u-button>
 		</view>
 	</view>
 </template>