|
@@ -76,8 +76,12 @@
|
|
|
</view>
|
|
|
<u-icon name="arrow-right-s-line" custom-prefix="custom-icon" color="#B3B3B3" size="48"></u-icon>
|
|
|
</view>
|
|
|
+
|
|
|
</view>
|
|
|
-
|
|
|
+ <p style="
|
|
|
+ text-align: end;
|
|
|
+ padding: 0 20px;
|
|
|
+ color: #999999;">生日填写后不可修改,仅作为活动营销使用</p>
|
|
|
</view>
|
|
|
<u-line color="#F2F2F2 100%" length="87.2%" margin="8px auto 0" />
|
|
|
<!-- 账户与安全 -->
|
|
@@ -308,32 +312,33 @@ import {
|
|
|
|
|
|
if(now<datetime){
|
|
|
//this.monthlyCardBuy();
|
|
|
- uni.showModal({
|
|
|
- title: '提示',
|
|
|
- confirmText:'修改车牌',
|
|
|
- //showCancel:false,
|
|
|
- content: '根据平台要求,8月1日后将暂停车牌号修改,修改请需要联系客服人员',
|
|
|
- success: res => {
|
|
|
- if (res.confirm) {
|
|
|
- // uni.navigateTo({
|
|
|
- // url: '/pages/monthlyCardActivity/monthlyCardBuy'
|
|
|
- // })
|
|
|
- uni.navigateTo({
|
|
|
- url: '/pages/user/car/carAdd?id=' + this.carList.id
|
|
|
- })
|
|
|
- } else if (res.cancel) {
|
|
|
- //('用户点击取消');
|
|
|
- }
|
|
|
- }
|
|
|
- });
|
|
|
+ // uni.showModal({
|
|
|
+ // title: '提示',
|
|
|
+ // confirmText:'修改车牌',
|
|
|
+ // //showCancel:false,
|
|
|
+ // content: '根据平台要求,8月1日后将暂停车牌号修改,修改请需要联系客服人员',
|
|
|
+ // success: res => {
|
|
|
+ // if (res.confirm) {
|
|
|
+ // // uni.navigateTo({
|
|
|
+ // // url: '/pages/monthlyCardActivity/monthlyCardBuy'
|
|
|
+ // // })
|
|
|
+
|
|
|
+ // } else if (res.cancel) {
|
|
|
+ // //('用户点击取消');
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // });
|
|
|
+ uni.navigateTo({
|
|
|
+ url: '/pages/user/car/carAdd?id=' + this.carList.id
|
|
|
+ })
|
|
|
}else{
|
|
|
|
|
|
|
|
|
uni.showModal({
|
|
|
- title: '提示',
|
|
|
+ title: '车牌号不可修改',
|
|
|
//confirmText:'查看活动',
|
|
|
showCancel:false,
|
|
|
- content: '车牌号码输入后暂时不可以修改,修改请需要联系客服人员',
|
|
|
+ content: '如需修改请需要联系客服人员',
|
|
|
success: res => {
|
|
|
if (res.confirm) {
|
|
|
// uni.navigateTo({
|