|
@@ -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>
|