|
|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<view class="button-area">
|
|
|
<view class="active" @click="changeProperty(1)">花材</view>
|
|
|
- <view class="active" @click="changeProperty(0)">花束绿植</view>
|
|
|
+ <view class="active" @click="changeProperty(0)">花束</view>
|
|
|
<view class="active" @click="openBox">开箱</view>
|
|
|
<view class="active" :class="[fastAction==1 ? 'clear-fast' : 'clear']" @click="goSettleCommit">结算</view>
|
|
|
<view class="active2" :class="[fastAction==1 ? 'hand-fast' : 'hand']" @click="handOrder()" v-if="globalHasHand == 0">挂单</view>
|