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
46 lines
1.4 KiB
<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 >
|
|
音乐描述:一首关于整夜跳舞的流行歌曲
|
|
</view>
|
|
<view class="demoVideo">
|
|
<video src="http://hzkc.oss-cn-beijing.aliyuncs.com/Images/temp/demoMusic.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> |