Browse Source

活动日历日常版、下单确认弹框去除

master
shaojing 2 years ago
parent
commit
06a41d3ac5
  1. 2
      app.js
  2. 2
      pages/component/newCalendar/index.wxml
  3. 2
      pages/component/newCalendar/index.wxss
  4. 2
      pages/list/activitynew/index.wxml
  5. 19
      pages/list/activitynew/index.wxss
  6. 2
      pages/order/scene/index.wxml

2
app.js

@ -21,7 +21,7 @@ App({
unique_key: "wechatxcx" unique_key: "wechatxcx"
}).then(res => { }).then(res => {
let data = JSON.parse(res.data); let data = JSON.parse(res.data);
data.isTest = data.isTest132? true : false; data.isTest = data.isTest133? true : false;
this.globalData.configJson = data this.globalData.configJson = data
}).then(() => { }).then(() => {
// 获取ui配置文件 // 获取ui配置文件

2
pages/component/newCalendar/index.wxml

@ -58,7 +58,7 @@
<image wx:else src="https://static.ticket.sz-trip.com/uploads/20240327/d23c7a3d743e4fb9623c534adf10760b.png" mode=""/> <image wx:else src="https://static.ticket.sz-trip.com/uploads/20240327/d23c7a3d743e4fb9623c534adf10760b.png" mode=""/>
</view> </view>
<!-- 节假日花样 --> <!-- 节假日花样 -->
<image wx:if="{{currentViewType==='month'}}" style="width: 250rpx;height: 144.67rpx;position: absolute;right: 0;bottom: 30.67rpx;" src="https://static.ticket.sz-trip.com/uploads/20240605/1dda9e2e0fbc5d64aef702b5e692b2e5.png" mode=""/> <!-- <image wx:if="{{currentViewType==='month'}}" style="width: 250rpx;height: 144.67rpx;position: absolute;right: 0;bottom: 30.67rpx;" src="https://static.ticket.sz-trip.com/uploads/20240605/1dda9e2e0fbc5d64aef702b5e692b2e5.png" mode=""/> -->
</view> </view>

2
pages/component/newCalendar/index.wxss

@ -13,7 +13,7 @@
margin: 0 auto; margin: 0 auto;
padding: 37rpx 0 40rpx; padding: 37rpx 0 40rpx;
/* 节假日花样 */ /* 节假日花样 */
background-image: url("https://static.ticket.sz-trip.com/uploads/20240605/82a51ad6c58274c78f99fef4af3c9739.png"); /* background-image: url("https://static.ticket.sz-trip.com/uploads/20240605/82a51ad6c58274c78f99fef4af3c9739.png"); */
background-size: 100% 100%; background-size: 100% 100%;
width: 100%; width: 100%;
height: 65.67rpx height: 65.67rpx

2
pages/list/activitynew/index.wxml

@ -4,7 +4,7 @@
<new-calendar wx:if="{{type!=4}}" bind:selectDate="selectDate"></new-calendar> <new-calendar wx:if="{{type!=4}}" bind:selectDate="selectDate"></new-calendar>
<view class="top-fixed-box"> <view class="top-fixed-box">
<!-- 节假日花样 --> <!-- 节假日花样 -->
<image class="bg-pic" src="https://static.ticket.sz-trip.com/uploads/20240605/ffe34fccbb11173e96b2bd8feacef6a3.png" mode="widthFix"/> <!-- <image class="bg-pic" src="https://static.ticket.sz-trip.com/uploads/20240605/ffe34fccbb11173e96b2bd8feacef6a3.png" mode="widthFix"/> -->
<view class="acitivity-search-box"> <view class="acitivity-search-box">
<picker mode="selector" value="{{area}}" range="{{areas}}" range-key="area_name" bindchange="changeArea" wx:if="{{type!=4}}"> <picker mode="selector" value="{{area}}" range="{{areas}}" range-key="area_name" bindchange="changeArea" wx:if="{{type!=4}}">
<view class="picker"> <view class="picker">

19
pages/list/activitynew/index.wxss

@ -1,9 +1,9 @@
/* pages/activity/index.wxss */ /* pages/activity/index.wxss */
page { page {
/* background: #F2F2F2; */ background: #F2F2F2;
/* 节假日花样 */ /* 节假日花样 */
background: #CEEDDB; /* background: #CEEDDB; */
} }
.types { .types {
/* justify-content: space-between; */ /* justify-content: space-between; */
@ -362,21 +362,22 @@ flex-shrink: 0;
flex-shrink: 0; flex-shrink: 0;
} }
.types-item-active { .types-item-active {
padding: 0 79rpx; /* padding: 0 79rpx; */
/* height: 57rpx; */ padding: 0 25rpx;
height: 57rpx;
/* 节假日花样 */ /* 节假日花样 */
height: 91.33rpx; /* height: 91.33rpx; */
line-height: 91.33rpx; line-height: 57rpx;
display: inline-block; display: inline-block;
/* background: #0B898E; */ background: #0B898E;
color: #FFFFFF; color: #FFFFFF;
border-radius: 27rpx; border-radius: 27rpx;
margin-right: 13rpx; margin-right: 13rpx;
flex-shrink: 0; flex-shrink: 0;
/* 节假日花样 */ /* 节假日花样 */
background-image: url("https://static.ticket.sz-trip.com/uploads/20240606/f4ff3a7f81b4be3508592f656e207497.png"); /* background-image: url("https://static.ticket.sz-trip.com/uploads/20240606/f4ff3a7f81b4be3508592f656e207497.png"); */
background-size: 100% 100%; background-size: 100% 100%;
margin-top: -15rpx; /* margin-top: -15rpx; */
text-align: center; text-align: center;
} }
/* 不显示滚动条 */ /* 不显示滚动条 */

2
pages/order/scene/index.wxml

@ -52,7 +52,7 @@
<view class="fixed-price-box" wx:else><text>合计:</text> <view class="fixed-price-box" wx:else><text>合计:</text>
<text class="price">¥{{price}}</text> <text class="price">¥{{price}}</text>
</view> </view>
<view class="fixed-btn" bindtap="next">下一步</view> <view class="fixed-btn" bindtap="order">下一步</view>
</view> </view>
<view class="fixed-bottom yuyue-box" wx:else> <view class="fixed-bottom yuyue-box" wx:else>
<view class="fixed-btn yuyue-btn" bindtap="order" wx:if="{{type=='museum'}}">立即预约</view> <view class="fixed-btn yuyue-btn" bindtap="order" wx:if="{{type=='museum'}}">立即预约</view>

Loading…
Cancel
Save