Administrator 2 anni fa
parent
commit
3edc3261d7
3 ha cambiato i file con 9 aggiunte e 12 eliminazioni
  1. 3 8
      base/httputil.js
  2. 3 3
      pages/xunjiancz/xunjiancz.wxml
  3. 3 1
      pages/xunjiancz/xunjiancz.wxss

+ 3 - 8
base/httputil.js

@@ -5,14 +5,9 @@
 
 
 
-let BASE_Server = "https://192.168.1.100:18080"
-// let BASE_Server = "https://sookajs.top:18080"
-// let BASE_Server_Login = "https://192.168.1.100:19200"
-
-// let BASE_Server = "https://sookajs.top:18080"
-// let BASE_Server_Login = "https://sookajs.top:19200"
-// let BASE_Server = "http://192.168.54.126:8080"
-// let BASE_Server_Login = "http://192.168.54.126:9200"
+// let BASE_Server = "https://192.168.1.100:18080"
+let BASE_Server = "https://sookajs.top:18080"
+
 let app = getApp()
 
 

+ 3 - 3
pages/xunjiancz/xunjiancz.wxml

@@ -20,10 +20,10 @@
   <view class="nav_bottom {{isFolded?'':'hide'}}">
     <view class="nav_tit">
       <label class="checkbox">
-        <checkbox value="cb" checked="true" />全选
+        <!-- <checkbox value="cb" checked="true" />全选 -->
       </label>
       <view class="iconfont icon-gengduo" bindtap='updown'>{{isFolded?'收起':'展开'}}</view>
-      <view class="delect">删除</view>
+      <view class="delect" bindtap="saveXunjianItems" wx:if="{{isFolded}}">确定</view>
     </view>
     <view class="vi_txt">
       <view class='navBox'>
@@ -77,6 +77,6 @@
 
     </view>
   </view>
-  <view class="float_btn iconfont" bindtap="saveXunjianItems">确定</view>
+  <!-- <view class="float_btn iconfont" bindtap="saveXunjianItems">确定</view> -->
   <view class="float_btn iconfont icon-gongju-" style="bottom: 280rpx;" bindtap="bindViewXunJian"></view>
 </view>

+ 3 - 1
pages/xunjiancz/xunjiancz.wxss

@@ -94,7 +94,7 @@
 .nav_tit{
   display: flex;
   flex-direction: row;
-  justify-content:space-between;
+  justify-content:center;
   background: rgb(241, 241, 241);
   border-top-left-radius: 50rpx;
   border-top-right-radius: 50rpx;
@@ -124,6 +124,8 @@
 .nav_tit .delect{
   padding-right: 40rpx;
   color: #f94b0e;
+  position: absolute;
+  right: 10rpx;
 }
 .fontColorBox,
 .fontColorBox1 {