You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.4 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<view class="personalContainer">
<view class="jindou_view">
消耗 200
<image src="/static/images/jd.png" style="width: 16px;height: 16px;margin:0 10rpx;"></image>
</view>
<view class="textarea-example">
<t-textarea t-class="external-class" label="视频内容描述" placeholder="请输入视频内容描述" maxlength="200" indicator disableDefaultPadding="{{true}}" bind:change="promptChangeHandle" value="{{prompt}}" placeholderStyle="font-size:14px" style="{{style}}" />
</view>
<view class="conView">
<view class="image_upload_title">
<view class="vb"></view>
<view class="text">演示样例</view>
</view>
<view class="demoView">
<view >
视频描述1个女孩走在街上
</view>
<view class="demoVideo">
<video src="http://hzkc.oss-cn-beijing.aliyuncs.com/Images/temp/demoVideo.mp4" style="width: 100%;"></video>
</view>
</view>
</view>
<view class="generate-bottom">
<view style="width: 100%;display: flex;justify-content: center;align-items: center;margin-top: 20rpx;">
<view class="make_button" bind:tap="generateHandle">
<text>立即生成</text>
</view>
</view>
</view>
<t-toast id="t-toast" bind:close="toast_close" />
<t-dialog
visible="{{showContentOnly}}"
content="{{dialog_conent}}"
confirm-btn="{{ confirmBtn }}"
bind:confirm="closeDialog"
/>
</view>