소스 검색

新功能

shish 9 달 전
부모
커밋
ab7536e590
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      hdApp/src/admin/billing/affirmGhs.vue

+ 0 - 1
hdApp/src/admin/billing/affirmGhs.vue

@@ -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>