tapd相关修改更新

This commit is contained in:
GaoHao
2025-03-19 18:19:34 +08:00
parent 994cf8bf2b
commit f01bc839f7
53 changed files with 1084 additions and 1032 deletions

View File

@@ -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)

View File

@@ -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">

View File

@@ -36,7 +36,7 @@
default: 10
},
totalElements: {
type: Number,
type: String,
default: 0
},
page: {