liyongli 1 năm trước cách đây
mục cha
commit
5b119bbeb5

+ 1 - 2
pages/application/index.json

@@ -3,7 +3,6 @@
   "usingComponents": {
     "Container": "../../component/container/index",
     "van-radio": "@vant/weapp/radio/index",
-    "van-radio-group": "@vant/weapp/radio-group/index",
-    "van-uploader": "@vant/weapp/uploader/index"
+    "van-radio-group": "@vant/weapp/radio-group/index"
   }
 }

+ 0 - 3
pages/application/index.wxml

@@ -43,9 +43,6 @@
           <image src="{{local_image_url}}" style="width: 100px; height: 100px;" />
           <image class="del" src="../../images/del.png" style="width: 30px;height: 30px" />
         </view>
-
-        <van-uploader file-list="{{ fileList }}" deletable="{{ true }}"  max-count="1" />
-        
       </view>
     </Container>
   </view>

+ 2 - 2
pages/downZS/index.wxml

@@ -1,8 +1,8 @@
 <!--pages/downZS/index.wxml-->
 <view class="downZS">
   <Container>
-    <swiper indicator-dots="{{true}}"	indicator-color="#ffffff"	indicator-active-color="#91725d" style="height:545rpx" 	bindchange="change">
-      <swiper-item wx:for="{{ls_url}}" wx:key="index">
+    <swiper indicator-dots="{{true}}"	indicator-color="#ffffff"	indicator-active-color="#91725d" style="height:575rpx" 	bindchange="change">
+      <swiper-item wx:for="{{ls_url}}" wx:key="index" style="padding-top: 15rpx;">
         <image class="imge" src="{{item.url}}" mode="aspectFit"></image>
       </swiper-item>
     </swiper>

+ 1 - 0
pages/downZS/index.wxss

@@ -18,6 +18,7 @@
   height: 545rpx;
   display: block;
   margin: 0 auto;
+  box-shadow: 0 0 15rpx #999999;
 }
 
 .btn {

+ 1 - 2
pages/index/index.wxml

@@ -14,8 +14,7 @@
           <view class="title">{{item.data.title}}</view>
         </view>
       </view>
-
-      <image show-menu-by-longpress="{{true}}" src="https://cxzx.smcic.net/topic/tool/img/%E5%B0%91%E5%84%BF%E4%B9%A6%E7%94%BB%E5%A4%A7%E8%B5%9B/hljz.png" style="width: 300rpx;height: 300rpx;display: block;margin: 30rpx auto 0 auto;"/>
     </Container>
+    <image show-menu-by-longpress="{{true}}" src="https://cxzx.smcic.net/topic/tool/img/%E5%B0%91%E5%84%BF%E4%B9%A6%E7%94%BB%E5%A4%A7%E8%B5%9B/hljz1.png" style="width: 750rpx;height: 343rpx;display: block;margin: 30rpx auto 0 auto;" />
   </view>
 </scroll-view>