Handy_Cao 2 年之前
父節點
當前提交
ff21af61f5

+ 0 - 2
GuangZuan/miniprogram/mTrade/pages/listingbuy/index.wxml

@@ -121,8 +121,6 @@
   </view>
 </view>
 
-
-
 <!-- toast -->
 <van-toast id="van-toast"/>
 <!-- 履约模板 -->

+ 1 - 2
GuangZuan/miniprogram/pages/home/index.less

@@ -95,7 +95,6 @@
       border-radius: 10px 0px 10px 0px ;
     }
   }
-  
 }
 
 .memberinfo {
@@ -150,7 +149,7 @@
         width: 100%;
         align-content: center;
         align-items: center;
-        margin-left: 15px;
+        margin-left: 10px;
         height: 100%;
 
         &__top, &__btm {

+ 8 - 7
GuangZuan/miniprogram/pages/home/index.ts

@@ -23,13 +23,14 @@ Page({
             {id: 2,  icon: 'home-ss',    title: '钻石首饰',   path: '/mHome/pages/jewelry/list/index'},
             {id: 3,  icon: 'home-cjjc',  title: '出境检测',   path: '/mHome/pages/inspection/list/index'}, 
             {id: 4,  icon: 'home-bsfw',  title: '保税服务',   path: '/mHome/pages/bond/list/index'}, 
-            {id: 5,  icon: 'home-zsss',  title: '钻石搜索',   path: '/mHome/pages/search/index'}, 
-            {id: 6,  icon: 'home-jsq',   title: '钻石计算器', path: '/mHome/pages/calculator/index'}, 
-            {id: 7,  icon: 'home-zscx',  title: '证书查询',   path: '/mHome/pages/cerserach/index'}, 
-            {id: 8,  icon: 'home-jjjy',  title: '竞价交易',   path: ''}, 
-            {id: 9, icon: 'home-cnys',  title: '产能预售',   path: ''}, 
-            {id: 10,  icon: 'home-bscyw', title: '保税仓业务', path: ''}, 
-            {id: 11, icon: 'home-jcjy',  title: '集采交易',   path: ''}],
+            {id: 5,  icon: 'home-jjjy',  title: '竞价交易',   path: ''}, 
+            {id: 6, icon: 'home-cnys',  title: '预售大厅',   path: ''}, 
+            {id: 7, icon: 'home-jcjy',  title: '集采交易',   path: ''}, 
+            {id: 8,  icon: 'home-zsss',  title: '钻石搜索',   path: '/mHome/pages/search/index'}, 
+            {id: 9,  icon: 'home-jsq',   title: '钻石计算器', path: '/mHome/pages/calculator/index'}, 
+            {id: 10,  icon: 'home-zscx',  title: '证书查询',   path: '/mHome/pages/cerserach/index'}],
+            // {id: 9, icon: 'home-cnys',  title: '产能预售',   path: ''}, 
+            // {id: 10,  icon: 'home-bscyw', title: '保税仓业务', path: ''}],
     /// 统计
     statistics: { top: [{id: 1, title: '出售中', value: 0, class: ''}], rate: '' },
     /// tabs

+ 1 - 1
GuangZuan/miniprogram/pages/home/index.wxml

@@ -35,7 +35,7 @@
 
   <view style="background-color: #fff;">
     <!-- 功能菜单 -->
-    <van-grid column-num="4" border="{{ false }}" icon-size="{{ 35 }}">
+    <van-grid column-num="5" border="{{ false }}" icon-size="{{ 35 }}">
       <van-grid-item content-class ="van-grid-item" wx:for="{{ menus }}" wx:key="id" wx:for-index="idx" wx:for-item="itm" id="{{ itm.id }}" url="{{ itm.path }}" text="{{ itm.title }}" icon="{{ imgUrl+itm.icon }}.png" link-type="{{ itm.id === 1 ? 'switchTab' : 'navigateTo' }}"/>
     </van-grid>
   </view>