master
rongweikang 2 years ago
parent a4297eec94
commit 724482ca63

@ -110,13 +110,13 @@ export default class AtCalendarController extends React.Component<any, any> {
>
{/* <Text className="controller__info"></Text> */}
{/* <Text>{dayjsDate.format(monthFormat)}</Text> */}
<Text style={{ fontSize: "36rpx", fontWeight: "600" }}>
<Text style={{ fontSize: "32rpx", fontWeight: "600" }}>
{dayjsDate.format("YYYY.MM.DD")}
</Text>
<View style="margin-left: 34rpx;">
<Image
src={require("../img/calendar.png")}
style="width:34rpx;height:34rpx;"
style="width:28rpx;height:28rpx;"
/>
</View>
</View>

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

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

@ -70,16 +70,16 @@ export default class InstrumentClickInUpload extends Component<any, any> {
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<any, any> {
});
};
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<any, any> {
isShow={isModeLock}
title="提示"
content="该模式即将上线,敬请期待"
confirmButtonText="知道了"
confirmButtonText="知道了"
textAlgin="center"
isClose={false}
close={this.onModeLockClose}

Loading…
Cancel
Save