@@ -124,8 +124,6 @@
<view class="button_4 flex-col" v-if="ghsInfo.isOpen == 1" @click="enterShop(ghsInfo)"><text class="text_13">买花</text></view>
<view class="button_5 flex-col" v-else @click="enterShop(ghsInfo)"><text class="text_13">买花</text></view>
- <view class="button_6 flex-col" v-if="ghsInfo.presell && ghsInfo.presell == 1" @click="bookItem(ghsInfo)"><text class="text_13">预订</text></view>
-
</view>
</template>
@@ -33,8 +33,6 @@