优化需求订单发布页
This commit is contained in:
parent
01c84b5989
commit
0318432be4
|
@ -58,7 +58,7 @@
|
||||||
<textarea
|
<textarea
|
||||||
v-model="content"
|
v-model="content"
|
||||||
class="textarea"
|
class="textarea"
|
||||||
placeholder="请填写安装商品名称"
|
placeholder="请填写安装产品名称"
|
||||||
placeholder-class="placeholder-style-3"
|
placeholder-class="placeholder-style-3"
|
||||||
/>
|
/>
|
||||||
</view>
|
</view>
|
||||||
|
@ -88,7 +88,7 @@
|
||||||
<view class="textarea-item">
|
<view class="textarea-item">
|
||||||
<view class="title-box">
|
<view class="title-box">
|
||||||
<text>
|
<text>
|
||||||
<text>需求说明</text>
|
<text>安装产品</text>
|
||||||
<text class="small-cate">{{ cateText }}</text>
|
<text class="small-cate">{{ cateText }}</text>
|
||||||
<text class="small-cate">{{ type == 2 ? "多位师傅报价" : "议价" }}</text>
|
<text class="small-cate">{{ type == 2 ? "多位师傅报价" : "议价" }}</text>
|
||||||
</text>
|
</text>
|
||||||
|
|
Loading…
Reference in New Issue