|
|
@@ -14,7 +14,7 @@
|
|
|
class="time-stepper"
|
|
|
input-width="60"
|
|
|
:min="3"
|
|
|
- :max="240"
|
|
|
+ :max="360"
|
|
|
v-model="time"
|
|
|
theme="round"
|
|
|
button-size="24"
|
|
|
@@ -170,7 +170,7 @@ export default {
|
|
|
sets: false,
|
|
|
list: [
|
|
|
{
|
|
|
- title: '1.上架时间最少3小时,最多240个小时 ',
|
|
|
+ title: '1.上架时间最少3小时,最多360小时 ',
|
|
|
sub: '(期间不可下架,修改)',
|
|
|
text1: '若未被交易,则自动下架'
|
|
|
},
|
|
|
@@ -202,7 +202,7 @@ export default {
|
|
|
agreement: false,
|
|
|
deposit: 0,
|
|
|
increment: 0,
|
|
|
- time: 240
|
|
|
+ time: 360
|
|
|
};
|
|
|
},
|
|
|
computed: {
|