Selaa lähdekoodia

恢复回微信原生菜单

shish 4 kuukautta sitten
vanhempi
commit
4f3bebad67

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

@@ -255,8 +255,6 @@
     </view>
   </uni-popup>
   <NotLogin></NotLogin>
-  <custom-tab-bar :current="1" />
-
 </view>
 </template>
 <script>

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

@@ -234,8 +234,6 @@
         </view>
       </template>
     </modal-module>
-
-    <custom-tab-bar :current="4" />
   </view>
 </template>
 <script>

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

@@ -65,8 +65,6 @@
     </view>
 
     <NotLogin></NotLogin>
-
-    <custom-tab-bar :current="3" />
   </view>
 </template>
 <script>

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

@@ -162,8 +162,6 @@
         </view>
       </view>
     </view>
-
-    <custom-tab-bar :current="2" />
   </view>
 </template>
 <script>

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

@@ -98,7 +98,7 @@
                       <!-- 买花记录提示 -->
                       <view class="inline-bought-tooltip-box" v-if="showBoughtTooltip && index === 0" @click.stop="closeBoughtTooltip">
                         <view class="bought-tooltip-content">
-                          买花记录 请在这里查看,不是在底部菜单“订单”里查看
+                          买花记录 请在这里查看
                           <text class="close-tooltip-icon">×</text>
                         </view>
                         <view class="bought-tooltip-arrow"></view>
@@ -213,9 +213,6 @@
         </view>
       </view>
     </uni-popup>
-
-    <custom-tab-bar :current="0" />
-
   </view>
   </template>
   <script>
@@ -1518,7 +1515,7 @@
     text-align: center;
     line-height: 1.4;
   }
-  .inline-bought-tooltip-box {
+ .inline-bought-tooltip-box {
   position: absolute;
   top: 70upx;
   left: 50%;

+ 0 - 3
hdApp/src/main.js

@@ -55,9 +55,6 @@ Vue.component("t-tr", tTr);
 Vue.component("t-th", tTh);
 Vue.component("t-td", tTd);
 
-import customTabBar from "@/components/custom-tab-bar/custom-tab-bar.vue";
-Vue.component("custom-tab-bar", customTabBar);
-
 App.mpType = "app";
 
 const app = new Vue({