Feat(云灵AI):增加引导内容配置
This commit is contained in:
@@ -184,7 +184,12 @@
|
||||
<view v-if="item.type === 'price_input'" class="gift-price-input">
|
||||
<view class="input-wrap">
|
||||
<text class="label">价格预算:</text>
|
||||
<input v-model="giftBudget" placeholder="例如100以内/300~500元" class="input-budget" placeholder-style="color: #ccc;" />
|
||||
<input
|
||||
v-model="giftBudget"
|
||||
:placeholder="item.guideContent || '例如100以内/300~500元'"
|
||||
class="input-budget"
|
||||
placeholder-style="color: #ccc;"
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user