Files
MiniProgram/ProjectLiaisonForm/pages/home/home.wxml
2025-08-15 14:05:08 +08:00

58 lines
1.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<t-navbar title="北 市" />
<view class="main">
<t-demo >
<baseinfo
label="客户名称:"
field="customerName"
placeholder="请输入客户名称"
bind:change="onFormChange"
/>
<baseinfo
label="项目来源:"
field="projectSource"
placeholder="请输入项目来源"
bind:change="onFormChange"
/>
<baseinfo
label="负 责 人 "
field="projectLeader"
placeholder="请输入负责人"
bind:change="onFormChange"
/>
</t-demo>
<t-demo desc="具体内容">
<clientdemand
field="clientdemand"
placeholder="请输入具体内容"
bind:change="onFormChange"
/>
</t-demo>
<t-demo desc="希望业务对接事项">
<clientdemand
field="handovertasks"
placeholder="请输入对接事项"
bind:change="onFormChange"
/>
</t-demo>
<t-demo desc="备注">
<clientdemand
field="remarks"
placeholder="请输入备注"
bind:change="onFormChange"
/>
</t-demo >
<t-demo desc=" ">
<t-button theme="primary" size="large" bind:tap="onSubmit" loading="{{loading}}" block >提 交</t-button>
</t-demo>
</view>
<view class="footer">
<!-- <view class="show_privacy" bindtap="showPrivacyWin">《TDesign组件库服务声明》</view>
<t-footer text="该小程序仅演示示例,不收集个人信息。"></t-footer> -->
<t-footer text="Copyright © 2023 - {{currentYear}} All Rights Reserved."></t-footer>
</view>
<trd-privacy id="trdPrivacy" name="TDesign组件库" date="2023年11月14日" winStyle="{{winStyle}}"></trd-privacy>