diff --git a/src/components/calendar/controller/index.tsx b/src/components/calendar/controller/index.tsx index 8b235dd..308b1d3 100644 --- a/src/components/calendar/controller/index.tsx +++ b/src/components/calendar/controller/index.tsx @@ -110,13 +110,13 @@ export default class AtCalendarController extends React.Component { > {/* */} {/* {dayjsDate.format(monthFormat)} */} - + {dayjsDate.format("YYYY.MM.DD")} diff --git a/src/pages/index/index.less b/src/pages/index/index.less index 0775df7..0b760b7 100644 --- a/src/pages/index/index.less +++ b/src/pages/index/index.less @@ -992,7 +992,7 @@ page { padding-top: 32rpx; background-color: #fff; box-shadow: 0rpx 2rpx 25rpx 18rpx rgba(210, 210, 210, 0.1); - border-radius: 0rpx 0rpx 30rpx 30rpx; + border-radius:30rpx; .date-title { position: absolute; top: 32rpx; diff --git a/src/pages/instrumentClickinUpload/index.less b/src/pages/instrumentClickinUpload/index.less index dbe8f11..644fcdd 100644 --- a/src/pages/instrumentClickinUpload/index.less +++ b/src/pages/instrumentClickinUpload/index.less @@ -23,7 +23,7 @@ page { .infobox1 { /* background: #fff; */ - margin: 20rpx 0rpx; + margin: 30rpx 0rpx 24rpx; box-shadow: -2rpx 0 12rpx 0.5rpx rgba(129, 129, 129, 0.05); #myVideo { display: block; diff --git a/src/pages/instrumentClickinUpload/index.tsx b/src/pages/instrumentClickinUpload/index.tsx index 1db6632..0838af9 100644 --- a/src/pages/instrumentClickinUpload/index.tsx +++ b/src/pages/instrumentClickinUpload/index.tsx @@ -70,16 +70,16 @@ export default class InstrumentClickInUpload extends Component { async onLoad() { this.initData(); } - componentDidMount() {} + componentDidMount() { } - componentWillUnmount() {} + componentWillUnmount() { } componentDidShow() { let videoContext = Taro.createVideoContext("myVideo"); this.setState({ videoContext }); } - componentDidHide() {} + componentDidHide() { } async initData() { let objStr = getStorageSync("instrument_detail"); @@ -242,15 +242,15 @@ export default class InstrumentClickInUpload extends Component { }); }; - videoBindTimeUpdate = async () => {}; + videoBindTimeUpdate = async () => { }; - videoEnded = async () => {}; + videoEnded = async () => { }; - videoPause = async () => {}; + videoPause = async () => { }; - videoPlay = async () => {}; + videoPlay = async () => { }; - videoLoadedMetaData = async () => {}; + videoLoadedMetaData = async () => { }; handleTextareaInput = async (e) => { let { punchInInfo } = this.state; @@ -313,7 +313,7 @@ export default class InstrumentClickInUpload extends Component { isShow={isModeLock} title="提示" content="该模式即将上线,敬请期待" - confirmButtonText="知道了" + confirmButtonText="我知道了" textAlgin="center" isClose={false} close={this.onModeLockClose}