zhanghongrui 2 年之前
父節點
當前提交
22125b82aa
共有 6 個文件被更改,包括 17 次插入10 次删除
  1. 2 2
      base/httputil.js
  2. 二進制
      pages/images/moren.png
  3. 1 0
      pages/index/index.js
  4. 10 4
      pages/index/index.wxml
  5. 2 2
      pages/me/me.wxml
  6. 2 2
      pages/me/me.wxss

+ 2 - 2
base/httputil.js

@@ -1,7 +1,7 @@
 // let BASE_Server = "http://127.0.0.1:8329"
 
-  let BASE_Server = "https://192.168.1.100:18080"
-//let BASE_Server = "https://sookajs.top:18080"
+//  let BASE_Server = "https://192.168.1.100:18080"
+let BASE_Server = "https://sookajs.top:18080"
 
 
 

二進制
pages/images/moren.png


+ 1 - 0
pages/index/index.js

@@ -54,6 +54,7 @@ Page({
         this.data.host + '/images/banner3.jpg',
         this.data.host + '/images/banner2.jpg'
       ]
+     
     })
   },
 

+ 10 - 4
pages/index/index.wxml

@@ -15,10 +15,16 @@
   <view class="head_banner wid15"></view>
   <!-- 快速跳转按钮 -->
   <view class="nav">
-    <view class="item" bindtap="bindViewDaiBan" data-fun="bindViewDaiBan">
+    <view class="item" bindtap="bindViewCangKu" data-fun="bindViewCangKu">
       <image class="img" src="{{host}}/images/nav_db.png" />
-      <text>待办</text>
+      <text>仓库</text>
     </view>
+    <!-- <view class="icon_vi" bindtap="bindViewCangKu">
+        <view class="icon_bg icon_ck">
+        <i class="iconfont icon-cangkukucun"></i>
+      </view>
+        <text>仓库</text>
+      </view> -->
     <view class="item" bindtap="bindViewQiYe" data-fun="bindViewQiYe">
       <image class="img" src="{{host}}/images/nav_qy.png" />
       <text>企业</text>
@@ -107,12 +113,12 @@
       </view>
         <text>物资</text>
       </view>
-      <view class="icon_vi" bindtap="bindViewCangKu">
+      <!-- <view class="icon_vi" bindtap="bindViewCangKu">
         <view class="icon_bg icon_ck">
         <i class="iconfont icon-cangkukucun"></i>
       </view>
         <text>仓库</text>
-      </view>
+      </view> -->
       <view class="icon_vi" bindtap="bindViewDuiWu">
         <view class="icon_bg icon_dw">
         <i class="iconfont icon-dangjian_duiwujianshe"></i>

+ 2 - 2
pages/me/me.wxml

@@ -1,6 +1,6 @@
 <view class="container_c">
-<view class="top_con"bindtap="isLogin">
-  <image src="{{userInfo.avatarUrl}}" class="wd_img"></image>
+<view class="top_con" bindtap="isLogin">
+  <image src="../images/moren.png" class="wd_img"></image>
    <!-- <image src="{{userInfo.avatarUrl}}" class="wd_img" wx:if="{{isBindSuccess}}" bindtap="isLogin" ></image> -->
   <view class="top_txt">
     <!-- <div type="userNickName" lang="zh_CN" class="wd_txt">

+ 2 - 2
pages/me/me.wxss

@@ -29,8 +29,8 @@
   align-items: center;
   justify-content: center;
   overflow: hidden;
-  border: 8rpx solid #f6f6f6c7;
-  background: rgb(255, 201, 164);
+  /* border: 8rpx solid #f6f6f6c7;
+  background: rgb(255, 201, 164); */
  margin-right: 30rpx;
 }
 .wd_img img{