@@ -133,6 +133,7 @@
<block v-if="ghsInfo.shopId == 82200">
<tui-list-cell class="line-cell" :hover="false" :arrow="false" >
<button class="admin-button-com middle" :class="[form.sendType == 0 ? 'blue' : 'default']" style="width:115upx;height:100upx;line-height:32upx;" @click="changeSendType(0)">送货上门</button>
+ <button class="admin-button-com middle" :class="[form.sendType == 1 ? 'blue' : 'default']" style="width:115upx;height:100upx;line-height:60upx;" @click="changeSendType(1)">自取</button>
</tui-list-cell>
</block>
<block v-else>
@@ -975,7 +975,7 @@
width: 130upx;
position: absolute;
left: 570upx;
- top: 95upx;
+ top: 115upx;
border-radius:39upx;
.text_13 {
color: rgba(255, 255, 255, 1);
@@ -992,7 +992,7 @@
@@ -1009,7 +1009,7 @@
width: 170upx;
left: 540upx;