Browse Source

近期问题修改

master
chenkainan 3 years ago
parent
commit
97950a73cd
  1. 2
      app.js
  2. 13
      pages/index/index.wxml
  3. 2
      pages/info/postProductInfo/index.wxss

2
app.js

@ -22,7 +22,7 @@ App({
unique_key: "wechatxcx"
}).then(res => {
let data = JSON.parse(res.data);
data.isTest = data.isTest49?true:false;
data.isTest = data.isTest50?true:false;
this.globalData.configJson = data
})

13
pages/index/index.wxml

@ -155,8 +155,8 @@
</view>
<scroll-view scroll-x style="height:360rpx" bindscroll="listenScroll" class="slide-box">
<view class="pbservice" style="margin-bottom:30rpx">
<view bindtap="gotoPath" data-title="非遗鉴赏" data-path="/pages/pbService/feiyi/index" class="pbservice-item">
<image src="https://static.ticket.sz-trip.com/xcxImages/index/newpb2.png" mode="widthFix"></image>
<view bindtap="gotoUrl" data-title="非遗鉴赏" data-url="https://m.cloud.sz-trip.com/IntangibleCultural2" class="pbservice-item">
<image src="https://static.ticket.sz-trip.com/xcxImages/index/newpb3.jpg" mode="widthFix"></image>
<view>非遗鉴赏</view>
</view>
<!-- <view bindtap="gotoPath" data-event="culture_search_click" data-title="文物查询"
@ -235,6 +235,11 @@
<image src="https://static.ticket.sz-trip.com/uploads/20220818/e02af6e8bf9170060ed7295d367d72c1.png" mode="widthFix"></image>
<view>文化配送</view>
</view>
<view bindtap="gotoUrl" data-event="book_click" data-title="公共文化数字共享平台" data-url="https://m.cloud.sz-trip.com/PublicCulture2022"
class="pbservice-item">
<image src="https://static.ticket.sz-trip.com/xcxImages/index/ggwh.png" mode="widthFix"></image>
<view>公共文化数字共享平台</view>
</view>
</view>
</scroll-view>
<view class="scroll-line">
@ -350,8 +355,8 @@
<view wx:else class="hot-item">
<view style="position:relative">
<common-image width="100%" src="{{item.ext.headimg}}" mode="widthFix"></common-image>
<view wx:if="{{item.type!='act_calendar' && item.ext.address}}" class="hot-location textOver"><text
class="iconfont icon-location"></text>{{item.ext.address}}</view>
<!-- <view wx:if="{{item.type!='act_calendar' && item.ext.address}}" class="hot-location textOver"><text
class="iconfont icon-location"></text>{{item.ext.address}}</view> -->
</view>
<view class="hot-info">
<view class="hot-title">{{item.title}}</view>

2
pages/info/postProductInfo/index.wxss

@ -20,7 +20,7 @@ page {
background: white;
position: relative;
z-index: 1;
margin-top: -60rpx;
margin-top: -20rpx;
padding: 20rpx 40rpx;
}

Loading…
Cancel
Save