|
@@ -32,8 +32,8 @@
|
|
|
|
|
|
</view>
|
|
|
<p class="title">活动时间 :</p>
|
|
|
- <view class="content">
|
|
|
- 2023年12月1日-2024年5月31日
|
|
|
+ <view class="content" style="color: red;">
|
|
|
+ <!-- 2023年12月1日-2024年5月31日 --> 活动已结束
|
|
|
</view>
|
|
|
|
|
|
<p class="title">活动说明 :</p>
|
|
@@ -52,18 +52,18 @@
|
|
|
</view>
|
|
|
|
|
|
<view class="application-form ">
|
|
|
- <view class="name">
|
|
|
+ <view class="name" v-if="false">
|
|
|
<p><span style="color: red;">*</span>真实姓名</p>
|
|
|
<u-input v-model="subForm.realName" :customStyle="placeholderStyle" :placeholderStyle="placeholderStyle"
|
|
|
placeholder="请填写真实姓名"></u-input>
|
|
|
</view>
|
|
|
- <view class="tel">
|
|
|
+ <view class="tel" v-if="false">
|
|
|
<p><span style="color: red;">*</span>联系电话</p>
|
|
|
<u-input v-model="subForm.phone" :customStyle="placeholderStyle"
|
|
|
:placeholderStyle="placeholderStyle" placeholder="请填写联系电话"></u-input>
|
|
|
</view>
|
|
|
|
|
|
- <view class="want" v-if="isLogin">
|
|
|
+ <view class="want" v-if="false&&isLogin">
|
|
|
<p><span style="color: red;">*</span>是否使用平台已认证车辆信息</p>
|
|
|
<view class="wantView">
|
|
|
<u-button :class="{
|
|
@@ -81,14 +81,14 @@
|
|
|
</view>
|
|
|
<span v-show="carLicense" class="wanttpis" >已认证</span>
|
|
|
</view>
|
|
|
- <view class="place" v-show="!carLicense">
|
|
|
+ <view class="place" v-show="!carLicense" v-if="false">
|
|
|
<p><span style="color: red;">*</span>车牌号码</p>
|
|
|
|
|
|
<view @click="carTempBl=true,carTempBlInit" class="carTempBlInput">
|
|
|
{{subForm.carNum?subForm.carNum:'请填写车牌号码'}}
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="type" v-show="!carLicense">
|
|
|
+ <view class="type" v-show="!carLicense" v-if="false">
|
|
|
<p><span style="color: red;">*</span>车辆认证</p>
|
|
|
<view style="font-size: 12px;color:rgba(51, 51, 51, 1);margin: 2px 0;">上传机动车行驶证清晰照片</view>
|
|
|
|
|
@@ -119,7 +119,7 @@
|
|
|
</view>
|
|
|
<view class="bottomView">
|
|
|
|
|
|
- <u-button class="button" type="warning" @click="submit">提交申请</u-button>
|
|
|
+ <u-button class="button" type="info" >活动已结束</u-button>
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
@@ -813,9 +813,9 @@
|
|
|
//width: 90%;
|
|
|
border-radius: 50px;
|
|
|
// background-color: #fff;
|
|
|
- color:#fff;
|
|
|
+ //color:#fff;
|
|
|
font-size: 16px;
|
|
|
- background: linear-gradient(90deg, rgba(255,98,0,1) 0%,rgba(255,150,0,1) 100%);
|
|
|
+ //background: linear-gradient(90deg, rgba(255,98,0,1) 0%,rgba(255,150,0,1) 100%);
|
|
|
//border: 1px solid rgba(0, 163, 86, 1);
|
|
|
}
|
|
|
// button::after {
|