|
|
@@ -96,8 +96,8 @@
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
<view class="tui-title">运费</view>
|
|
|
<view class="btn-group">
|
|
|
- <button class="admin-button-com middle" :class="[form.freightType === '0' ? '' : 'default']" @click="freightChange({detail:{value:'0'}})">不包运费</button>
|
|
|
<button class="admin-button-com middle" :class="[form.freightType === '1' ? '' : 'default']" @click="freightChange({detail:{value:'1'}})">包运费</button>
|
|
|
+ <button class="admin-button-com middle" :class="[form.freightType === '0' ? '' : 'default']" @click="freightChange({detail:{value:'0'}})">不包运费</button>
|
|
|
</view>
|
|
|
</tui-list-cell>
|
|
|
|
|
|
@@ -157,7 +157,7 @@ export default {
|
|
|
catIds: [],
|
|
|
autoRise: "1",
|
|
|
needSend: "0",
|
|
|
- freightType: "0",
|
|
|
+ freightType: "1",
|
|
|
shopImg: [],
|
|
|
briefContent: "",
|
|
|
status: 1,
|