瀏覽代碼

文案调整

lsx 2 年之前
父節點
當前提交
567ed71321
共有 1 個文件被更改,包括 3 次插入3 次删除
  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>