|
@@ -30,6 +30,13 @@
|
|
|
::-webkit-input-placeholder{
|
|
|
color: #000;
|
|
|
}
|
|
|
+ .vip_renew .detail_item {
|
|
|
+ border-bottom: 1px solid #e0e0e0;
|
|
|
+ border-top: 1px solid #e0e0e0;
|
|
|
+ }
|
|
|
+ .weui-check__label:active {
|
|
|
+ background-color: #fff!important;
|
|
|
+ }
|
|
|
</style>
|
|
|
<body class="no-touch">
|
|
|
<div class="app-layout-header">
|
|
@@ -407,6 +414,9 @@
|
|
|
} else {
|
|
|
$('#number_box_month button').removeAttr('disabled')
|
|
|
}
|
|
|
+ if(val==="1"){
|
|
|
+ $('#number_box_month button:first').attr('disabled', true);
|
|
|
+ }
|
|
|
let result = (Number(val) * monthPrice).toFixed(1);
|
|
|
$('.computed_price').html('¥' + result)
|
|
|
|