shish 1 rok pred
rodič
commit
143c1a4829

+ 1 - 1
hdPad/src/pages/home/components/console.vue

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

+ 2 - 2
hdPad/src/pages/home/components/cumList.vue

@@ -1,6 +1,6 @@
 <template>
     <view class="itemList-box">
-        <view class="title">零售</view>
+        <view class="title">列表</view>
         <view class="order-status">
             <view @tap="changeStatus(0)" :class="[{'checked':status===0}]">全部</view>
             <view @tap="changeStatus(1)" :class="[{'checked':status===1}]">待完成</view>
@@ -88,7 +88,7 @@ export default {
     & .title {
         padding: 3upx;
         font-size: 12upx;
-        background-color: rgba(72, 91, 107, 1);
+        background-color: #09C567;
         color: #FFFFFF;
     }
     & .order-status{

+ 4 - 7
hdPad/src/pages/home/components/indexSon.vue

@@ -1,19 +1,16 @@
 <template>
   <view>
 
-    <view>
-      <VKeyboard ref="keyboard" :pointIsShow="false" :digital="false" :disorderly="false" @typing="typing" @enter="enter" @cancel="cancelWrite" > </VKeyboard>
-    </view>
-
   </view>
 </template>
 <script>
 import { mapGetters } from "vuex";
 import productMins from "@/mixins/product";
-import VKeyboard from "@/components/vKeyboard/VKeyboard.vue";
 export default {
 	name: "indexSon",
-	components: {VKeyboard},
+	components: {
+
+  },
   data() {
     return {
     }
@@ -26,7 +23,7 @@ export default {
 		...mapGetters(["getMyShopInfo"]),
 	},
   mounted(){
-    this.$refs.keyboard.activate()
+
   },
   methods:{
     enter(){

+ 1 - 1
hdPad/src/pages/home/custom.vue

@@ -44,7 +44,7 @@
         height: 100vh;
         & .nav-left {
             flex: 5;
-            background-color: rgba(72, 91, 107, 1);
+            background-color: #09C567;
         }
         & .cum-list {
             flex: 30;