|
|
@@ -131,7 +131,6 @@
|
|
|
<template v-if="ghsInfo.shopId != 14248">
|
|
|
<view v-if="ghsInfo.openIntraCity==1" style="position:relative;display:inline-block;">
|
|
|
<button class="admin-button-com middle" :class="[form.sendType == 2 ? 'blue' : 'default']" style="width:115upx;height:100upx;line-height:60upx;" @click="changeSendType(2)">跑腿</button>
|
|
|
- <text style="position:absolute;top:-10upx;left:50%;transform:translateX(-50%);background-color:#ff4d4f;color:#fff;font-size:20upx;padding:2upx 8upx;border-radius:10upx;white-space:nowrap;">新功能</text>
|
|
|
</view>
|
|
|
<button v-else class="admin-button-com middle" :class="[form.sendType == 2 ? 'blue' : 'default']" style="width:115upx;height:100upx;line-height:60upx;" @click="changeSendType(2)">跑腿</button>
|
|
|
</template>
|