|
|
@@ -93,7 +93,7 @@
|
|
|
</tui-list-cell>
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
- <view class="tui-title">自动涨价</view>
|
|
|
+ <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>
|
|
|
@@ -101,15 +101,7 @@
|
|
|
</tui-list-cell>
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
- <view class="tui-title">只能自取</view>
|
|
|
- <view class="btn-group">
|
|
|
- <button class="option-btn" :class="[form.needSend === '0' ? 'active' : '']" @click="needSendChange('0')">否</button>
|
|
|
- <button class="option-btn" :class="[form.needSend === '1' ? 'active' : '']" @click="needSendChange('1')">是</button>
|
|
|
- </view>
|
|
|
- </tui-list-cell>
|
|
|
-
|
|
|
- <tui-list-cell class="line-cell" :hover="false">
|
|
|
- <view class="tui-title">免运费</view>
|
|
|
+ <view class="tui-title">包运费</view>
|
|
|
<view class="btn-group">
|
|
|
<button class="option-btn" :class="[form.freightType === '0' ? 'active' : '']" @click="freightChange({detail:{value:'0'}})">否</button>
|
|
|
<button class="option-btn" :class="[form.freightType === '1' ? 'active' : '']" @click="freightChange({detail:{value:'1'}})">是</button>
|
|
|
@@ -123,6 +115,15 @@
|
|
|
<button class="option-btn" :class="[form.status === 0 ? 'active' : '']" @click="statusChange({detail:{value:'0'}})">隐藏</button>
|
|
|
</view>
|
|
|
</tui-list-cell>
|
|
|
+
|
|
|
+ <tui-list-cell class="line-cell" :hover="false">
|
|
|
+ <view class="tui-title">到店自取商品</view>
|
|
|
+ <view class="btn-group">
|
|
|
+ <button class="option-btn" :class="[form.needSend === '0' ? 'active' : '']" @click="needSendChange('0')">否</button>
|
|
|
+ <button class="option-btn" :class="[form.needSend === '1' ? 'active' : '']" @click="needSendChange('1')">是</button>
|
|
|
+ </view>
|
|
|
+ </tui-list-cell>
|
|
|
+
|
|
|
</view>
|
|
|
|
|
|
<!-- <view class="module-com input-line-wrap summary-wrap">
|