Quellcode durchsuchen

minsu-detail page

邹能昇 vor 1 Tag
Ursprung
Commit
38624fe395
2 geänderte Dateien mit 3 neuen und 4 gelöschten Zeilen
  1. 2 3
      nova-tourism/components/homestay/index.wxml
  2. 1 1
      project.config.json

+ 2 - 3
nova-tourism/components/homestay/index.wxml

@@ -1,9 +1,8 @@
 <nav type="title" background-color="#ffffff" frontColor="#000000" title="望仙谷" />
 <nav type="title" background-color="#ffffff" frontColor="#000000" title="望仙谷" />
 <scroll-view class="all" scroll-y="true" bindscroll="onScroll" style="height: {{contentHeight}}rpx;">
 <scroll-view class="all" scroll-y="true" bindscroll="onScroll" style="height: {{contentHeight}}rpx;">
-    <!-- 轮播图 -->
     <view class="picturebox">
     <view class="picturebox">
         <view class="img">
         <view class="img">
-            <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241121/jc17lo114657420.jpg?imageView2/1/w/200/h/200"></image>
+            <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241121/jc17lo114657420.jpg"></image>
         </view>
         </view>
         <!-- 日期 -->
         <!-- 日期 -->
         <view class="infobox">
         <view class="infobox">
@@ -31,7 +30,7 @@
 
 
             </view>
             </view>
             <view class="cardbox">
             <view class="cardbox">
-                <image class="pic" src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241121/jc17lo114657420.jpg?imageView2/1/w/200/h/200" data-url="../../pages/homestay/homestay-detail/index" bindtap="gourl"></image>
+                <image class="pic" mode="aspectFit" src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241121/jc17lo114657420.jpg" data-url="../../pages/homestay/homestay-detail/index" bindtap="gourl"></image>
                 <view class="textobx">
                 <view class="textobx">
                     <view class="title" data-url="../../pages/homestay/homestay-detail/index" bindtap="gourl">
                     <view class="title" data-url="../../pages/homestay/homestay-detail/index" bindtap="gourl">
                         <view class="til">剑仙居</view>
                         <view class="til">剑仙居</view>

+ 1 - 1
project.config.json

@@ -37,7 +37,7 @@
             "outputPath": ""
             "outputPath": ""
         },
         },
         "enableEngineNative": false,
         "enableEngineNative": false,
-        "useIsolateContext": true,
+        "useIsolateContext": false,
         "userConfirmedBundleSwitch": false,
         "userConfirmedBundleSwitch": false,
         "packNpmManually": false,
         "packNpmManually": false,
         "packNpmRelationList": [],
         "packNpmRelationList": [],