|
|
@@ -87,8 +87,8 @@
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
<view class="tui-title">节日涨价</view>
|
|
|
<view class="btn-group">
|
|
|
- <button class="option-btn" :class="[form.autoRise === '1' ? 'active' : '']" @click="autoRiseChange('1')">涨价</button>
|
|
|
- <button class="option-btn" :class="[form.autoRise === '0' ? 'active' : '']" @click="autoRiseChange('0')">不涨</button>
|
|
|
+ <button class="option-btn" :class="[form.autoRise === '1' ? 'active' : '']" @click="autoRiseChange('1')">参与涨价</button>
|
|
|
+ <button class="option-btn" :class="[form.autoRise === '0' ? 'active' : '']" @click="autoRiseChange('0')">不涨价</button>
|
|
|
</view>
|
|
|
</tui-list-cell>
|
|
|
|