|
@@ -214,15 +214,12 @@
|
|
|
关注公众号
|
|
|
</span>
|
|
|
<img :src="bottomCode.wxQrUrl" style="width:100px;height:100px" alt="">
|
|
|
- <!-- <img src="~/public/image/tryOut.png" style="width:100px;height:100px" alt=""> -->
|
|
|
</div>
|
|
|
<div class="flex flex-col items-center justify-center" v-if="bottomCode.iosQrUrl" style="margin: 0 30px">
|
|
|
- <!-- <div class="flex flex-col items-center justify-center" style="margin: 0 30px"> -->
|
|
|
<span class="text-[#fff] text-[12px]" style="font-size: 11px; margin-bottom: 5px;">
|
|
|
iosAPP下载
|
|
|
</span>
|
|
|
<img :src="bottomCode.iosQrUrl" style="width:100px;height:100px" alt="">
|
|
|
- <!-- <img src="~/public/image/tryOut.png" style="width:100px;height:100px" alt=""> -->
|
|
|
|
|
|
</div>
|
|
|
<div class="flex flex-col items-center justify-center" v-if="bottomCode.androidQrUrl">
|
|
@@ -268,13 +265,13 @@
|
|
|
</n-form-item>
|
|
|
<n-form-item path="verifyCode" label="验证码" class="">
|
|
|
<n-input v-model:value="customer.verifyCode" class="h-[55px] leading-[55px]" placeholder="请输入验证码" />
|
|
|
- <n-button type="info" class="w-[150px] h-[55px] text-[#fff] bg-[#1f4df5] ml-[20px] rounded-[4px] text-[20px]" :disabled="countdown != 0"
|
|
|
+ <n-button type="info" class="w-[150px] h-[55px] text-[#fff] bg-[#1f4df5] ml-[20px] rounded-[4px] text-[18px]" :disabled="countdown != 0"
|
|
|
@click="verifyCodeFn">
|
|
|
{{ countdown == 0 ? '获取验证码' : countdown }}
|
|
|
</n-button>
|
|
|
</n-form-item>
|
|
|
<div class="flex justify-center mt-[20px]">
|
|
|
- <n-button type="info" class="w-[400px] h-[55px] text-[20px] text-[#fff] bg-[#1f4df5] rounded-[4px]" @click="handleValidateButtonClick">
|
|
|
+ <n-button type="info" class="w-[700px] h-[55px] text-[20px] text-[#fff] bg-[#1f4df5] rounded-[4px]" @click="handleValidateButtonClick">
|
|
|
立即提交
|
|
|
</n-button>
|
|
|
</div>
|