shish 3 lat temu
rodzic
commit
b98103ac65

+ 0 - 2
hdApp/src/admin/home/workbench.vue

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

+ 0 - 2
hdApp/src/pagesPurchase/order.vue

@@ -33,8 +33,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>