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.

33 lines
1.3 KiB

1 year ago
<view class="personalContainer">
<view class="jindou_view">
消耗 10
<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="conItem">
<view class="conTitle">类型</view>
<view><t-dropdown-menu><t-dropdown-item options="{{typeOptions}}" value="{{typeValue}}" bindchange="typeChange" /></t-dropdown-menu></view>
</view>
<view class="conItem">
<view class="conTitle">字数</view>
<view><t-dropdown-menu><t-dropdown-item options="{{wordOptions}}" value="{{wordValue}}" bindchange="wordChange" /></t-dropdown-menu></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" />
</view>