0306
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt20 opt pl40 pr40">
|
||||
<a class="block pt25 pb25 bg-1a1a1a text-center font-32 color-fff ulib-r750" @click="toPay()">确定支付</a>
|
||||
<a class="block pt25 pb25 bg-1a1a1a text-center font-32 color-fff ulib-r750" @click="toPay()">确认支付</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
</template>
|
||||
<template v-else-if="info.e_time>0">
|
||||
<template v-if="info.item_status==0">
|
||||
<a class="block bg-1a1a1a pt20 pb20 text-center color-fff ulib-r10" v-if="info.stock>0" @click="showReg" href="javascript:void(0)">
|
||||
<a class="block bg-ff0000 pt20 pb20 text-center color-fff ulib-r10" v-if="info.stock>0" @click="showReg" href="javascript:void(0)">
|
||||
<div class="font-32" v-if="info.price>0">立即支付<span>{{info.price}}</span>元</div>
|
||||
<div class="font-32" v-else>立即领取</div>
|
||||
<div class="mt10 font-20 color-888" v-html="showTime"></div>
|
||||
@@ -105,7 +105,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt30">
|
||||
<a class="block pt25 pb25 bg-1a1a1a text-center font-32 color-fff ulib-r10" @click="toPay()">确定支付</a>
|
||||
<a class="block pt25 pb25 bg-ff0000 text-center font-32 color-fff ulib-r10" @click="toPay()">确认支付</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user