tapd相关修改更新
This commit is contained in:
@@ -390,7 +390,6 @@
|
||||
const month = arr[1] + 1
|
||||
const day = arr[2] + 1
|
||||
const hour = ('0' + (arr[3]||0)).slice(-2)
|
||||
console.log(hour)
|
||||
const min = ('0' + (arr[4]||0)).slice(-2)
|
||||
const sen = ('0' + (arr[5]||0)).slice(-2)
|
||||
if (isObj) {
|
||||
@@ -401,9 +400,7 @@
|
||||
|
||||
|
||||
function confirm(e) {
|
||||
console.log(value.value);
|
||||
const start = returnDateString(value.value)
|
||||
console.log(start);
|
||||
const end = returnDateString(value1.value)
|
||||
if (!props.isArea) {
|
||||
emits('confirm', start)
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
<template>
|
||||
<view class="model u-text-center" v-if="show" @tap="modelTap">
|
||||
<div @tap.stop="" class="box u-font-32 tranistion" :class="[returnBoxClass]" :style="[computeBoxStyle,computeStyle()]" >
|
||||
<view class="u-relative">
|
||||
<view class=" color-333 font-bold">{{props.title||'提示'}}</view>
|
||||
<view class="u-relative" style="display: flex;align-items: center;justify-content: space-between;">
|
||||
<view style=""></view>
|
||||
<view class="color-333 font-bold up-line-1" style="width: 60%;">{{props.title||'提示'}}</view>
|
||||
<view style=""></view>
|
||||
<template v-if="showIcon">
|
||||
<slot name="icon">
|
||||
<view class="close" @tap="close">
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
default: 10
|
||||
},
|
||||
totalElements: {
|
||||
type: Number,
|
||||
type: String,
|
||||
default: 0
|
||||
},
|
||||
page: {
|
||||
|
||||
Reference in New Issue
Block a user