Browse Source

活动日历中增加文化惠民板块

master
shaojing 3 years ago
parent
commit
689f5d83bf
  1. 2
      pages/list/activitynew/index.js
  2. 4
      pages/list/activitynew/index.wxml
  3. 3
      project.config.json

2
pages/list/activitynew/index.js

@ -11,7 +11,7 @@ Page({
isYL: false,
selectDay: new Date().getTime(),
days: [ '日','一', '二', '三', '四', '五', '六'],
types: [null, 'show', 'exhibition', 'scene', 'movie', 'lecture', 'other'],
types: [null, 'show', 'exhibition', 'scene', 'movie', 'lecture', 'other','huimin'],
weeks: [],
pageNo: 1,
sort: "distance",

4
pages/list/activitynew/index.wxml

@ -35,6 +35,10 @@
<image src="https://static.ticket.sz-trip.com/xcxImages/activitynew/icon4{{type==4?'_active':''}}.png" mode="widthFix"></image>
<view style="{{type==4?'color:#63B71F':''}}">电影</view>
</view>
<view class="type-item" bindtap="changeType" data-type="7">
<image src="https://static.ticket.sz-trip.com/xcxImages/activitynew/icon8{{type==7?'_active':''}}.png" mode="widthFix"></image>
<view style="{{type==7?'color:#F75D2A':''}}">文化惠民</view>
</view>
<!-- <view class="type-item" bindtap="changeType" data-type="5">
<image src="https://static.ticket.sz-trip.com/xcxImages/activitynew/icon5{{type==5?'_active':''}}.png" mode="widthFix"></image>

3
project.config.json

@ -44,7 +44,8 @@
"showES6CompileOption": false,
"disableUseStrict": false,
"useCompilerPlugins": false,
"minifyWXML": true
"minifyWXML": true,
"condition": false
},
"compileType": "miniprogram",
"libVersion": "2.14.0",

Loading…
Cancel
Save