邹能昇 4 місяців тому
батько
коміт
ba2228a92e

+ 1 - 1
nova-tourism/components/collect/index.wxml

@@ -1,5 +1,5 @@
 <!--nova-tourism/components/collect/index.wxml-->
-<nav type="title" background-color="#ffffff" frontColor="#000000" title="望仙" />
+<nav type="title" background-color="#ffffff" frontColor="#000000" title="云上望仙" />
 <view class="all" style="height: {{contentHeight}}rpx;">
     <image class="img2" src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241121/jc17lo114657420.jpg"></image>
     <van-tabs active="{{ active }}" color='#B2CEB9' title-inactive-color='#969696' title-active-color='#B2CEB9'>

+ 3 - 1
nova-tourism/components/homestay/index.less

@@ -103,6 +103,8 @@
                 margin-bottom: 20rpx;
                 break-inside: avoid;
                 float: left;
+                background-size: cover; /* 使背景图按比例缩放,覆盖整个盒子 */
+                background-position: center; /* 背景图位置居中 */
                 .pic-2{
                     width: 100%;
                     height: 56rpx;
@@ -111,7 +113,7 @@
                     width: 100%;
                     height: 66rpx;
                     padding-left: 126rpx;
-                    margin-top: 4rpx;
+                    margin-top: 6rpx;
                     .pic-1tex{
                         font-size: 26rpx;
                     }

+ 1 - 1
nova-tourism/components/homestay/index.wxml

@@ -1,4 +1,4 @@
-<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" bindscrolltolower="loadMoreData" style="height: {{contentHeight}}rpx;">
     <view class="picturebox">
         <view class="img">

Різницю між файлами не показано, бо вона завелика
+ 0 - 0
nova-tourism/components/homestay/index.wxss


+ 1 - 1
nova-tourism/components/my/index.wxml

@@ -1,5 +1,5 @@
 <!--nova-tourism/components/my/index.wxml-->
-<nav type="title" background-color="#ffffff" frontColor="#000000" title="望仙" />
+<nav type="title" background-color="#ffffff" frontColor="#000000" title="云上望仙" />
 <view class="all" style="height: {{contentHeight}}rpx;">
     <view class="infobox">
         <image src="{{User1List[0].avatar}}"></image>

+ 2 - 2
nova-tourism/pages/index/index.wxml

@@ -14,7 +14,7 @@
 	<homestay id="comp{{id}}" /> 
 </template>
 <template name="nova-collect">
-	<collect id="comp{{id}}" /> 
+	<!-- <collect id="comp{{id}}" />  -->
 </template>
 <template name="nova-my"> 
 	<my id="comp{{id}}" />
@@ -25,7 +25,7 @@
 	<block wx:for="{{tabbarList.list}}" wx:key="index">
 		<van-tabbar-item wx:if="{{item.open}}" name="{{index}}">
 			<image slot="icon" src="{{ item.iconPath }}" mode="aspectFit" style="width:40rpx;height:40rpx;" />
-			<image class="active" slot="icon-active" src="{{ item.selectedIconPath }}" mode="aspectFit" style="width:100rpx;height:100rpx;" />
+			<image class="active" slot="icon-active" src="{{ item.selectedIconPath }}" mode="aspectFit" style="width:48rpx;height:48rpx;" />
 			<view slot="icon">{{item.text}}</view>
 		</van-tabbar-item>
 	</block>

+ 1 - 1
nova-tourism/pages/my/merchant/merchant-home/account/index.wxml

@@ -71,7 +71,7 @@
     <view class="top-figure">店铺图片</view>
     <upload bind:onChangeFile="changeFiles" fileList="{{licenseList}}" accept="image" maxCount="9" uploadURL="{{uploadURL}}" domain="{{domain}}" uptokenURL="{{uptokenURL}}"></upload>
 </view>
-<diy-editor width="100%" height="600rpx" insertPicture="{{true}}" placeholder="开始输入..." bind:Content="getHtml" bind:insertImage="insertImage" id="hf_editor" uploadURL="{{uploadURL}}" domain="{{domain}}" uptokenURL="{{uptokenURL}}" />
+<!-- <diy-editor width="100%" height="600rpx" insertPicture="{{true}}" placeholder="开始输入..." bind:Content="getHtml" bind:insertImage="insertImage" id="hf_editor" uploadURL="{{uploadURL}}" domain="{{domain}}" uptokenURL="{{uptokenURL}}" /> -->
 <!-- <diy-editor width="100%" height="600rpx" insertPicture="{{true}}" placeholder="编写文章..." data-field="{{field.key}}" bind:Content="getHtml" bind:insertImage="insertImage" id="editor{{field.key}}" /> -->
 <view class="bommon">
     <view class="bommon-name" bindtap="determine">确定</view>

+ 2 - 2
nova-tourism/pages/my/merchant/room-manage/room-edit/index.wxml

@@ -16,9 +16,9 @@
                                 placeholder="请输入{{field.name}}"  data-field="{{field.key}}" data-type="{{field.type}}"
                                 bindinput="onChange"/>
                             </block>
-                            <block wx:if="{{field.view == 'editor-tinymce'}}">
+                            <!-- <block wx:if="{{field.view == 'editor-tinymce'}}">
                                 <diy-editor width="100%" height="600rpx" insertPicture="{{true}}" placeholder="编写文章..." data-field="{{field.key}}" bind:Content="getHtml" bind:insertImage="insertImage" id="editor{{field.key}}"/>
-                            </block>
+                            </block> -->
                         </block>
                         <block wx:if="{{field.type == 'Number'}}">
                             <block wx:if="{{!field.view}}">

Деякі файли не було показано, через те що забагато файлів було змінено