|
|
@ -68,7 +68,8 @@ |
|
|
</view> |
|
|
</view> |
|
|
<button class="cu-btn block bg-orange round shadow" @tap="submit"> |
|
|
<button class="cu-btn block bg-orange round shadow" @tap="submit"> |
|
|
<text class="cuIcon-loading2 cuIconfont-spin margin-right-xs text-white" v-if="loading"></text> |
|
|
<text class="cuIcon-loading2 cuIconfont-spin margin-right-xs text-white" v-if="loading"></text> |
|
|
<text class="lf-font-32 text-white">{{ loading ? '支付中...' : '下单付款' }}</text> |
|
|
|
|
|
|
|
|
<text class="lf-font-32 text-white" v-if="type == 1">{{ loading ? '支付中...' : '立即付款' }}</text> |
|
|
|
|
|
<text class="lf-font-32 text-white" v-else>{{ loading ? '支付中...' : '下单付款' }}</text> |
|
|
</button> |
|
|
</button> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|