优化需求订单发布页

This commit is contained in:
TOP糯米 2023-04-07 23:57:52 +08:00
parent 01c84b5989
commit 0318432be4
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
<textarea
v-model="content"
class="textarea"
placeholder="请填写安装品名称"
placeholder="请填写安装品名称"
placeholder-class="placeholder-style-3"
/>
</view>
@ -88,7 +88,7 @@
<view class="textarea-item">
<view class="title-box">
<text>
<text>需求说明</text>
<text>安装产品</text>
<text class="small-cate">{{ cateText }}</text>
<text class="small-cate">{{ type == 2 ? "多位师傅报价" : "议价" }}</text>
</text>