Browse Source

首页改版 图片

master
jiazhipeng 11 months ago
parent
commit
e10c0b04d4
  1. 2
      app.js
  2. BIN
      images/ai.png
  3. BIN
      images/ai_seld.png
  4. BIN
      images/aindex.png
  5. BIN
      images/amap.png
  6. BIN
      images/auser.png
  7. BIN
      images/index_seld.png
  8. BIN
      images/index_seld_1.png
  9. BIN
      images/index_seld_2.png
  10. BIN
      images/map_seld.png
  11. BIN
      images/map_seld_1.png
  12. BIN
      images/map_seld_2.png
  13. BIN
      images/user_seld.png
  14. BIN
      images/user_seld_1.png
  15. BIN
      images/user_seld_2.png
  16. BIN
      images/video.png
  17. BIN
      images/videoSeld.png
  18. 2
      pages/index/index.wxml
  19. 2
      pages/list/activitynew/index.wxml
  20. 2
      pages/user/order/list.wxml
  21. 4
      pages/user/order/movieOrderInfo/index.wxml

2
app.js

@ -38,7 +38,7 @@ App({
// 获取前端配置文件
commonApi._post("pbservice/Other/getClientConfig", {unique_key: "wechatxcx"}).then(res => {
let data = JSON.parse(res.data);
data.isTest = data.isTest192? true : false;
data.isTest = data.isTest101? true : false;
data.indexSeason = null
this.globalData.configJson = data
}).then(() => {

BIN
images/ai.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
images/ai_seld.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

BIN
images/aindex.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

BIN
images/amap.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

BIN
images/auser.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

BIN
images/index_seld.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
images/index_seld_1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

BIN
images/index_seld_2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

BIN
images/map_seld.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

BIN
images/map_seld_1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

BIN
images/map_seld_2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

BIN
images/user_seld.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

BIN
images/user_seld_1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

BIN
images/user_seld_2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

BIN
images/video.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

BIN
images/videoSeld.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

2
pages/index/index.wxml

@ -44,7 +44,7 @@
</view>
</view>
<view class="hdrlNavList">
<view class="hdrlNav{{index==hdrlNavIndex?' hdrlNavActive':''}}" wx:for="{{hdrlNavList}}" data-index="{{index}}" bindtap="changeHdrlNav" wx:key="id">
<view class="hdrlNav{{index==hdrlNavIndex?' hdrlNavActive':''}} {{index==4?'hidden':''}}" wx:for="{{hdrlNavList}}" data-index="{{index}}" bindtap="changeHdrlNav" wx:key="id">
{{item.title}}
</view>
</view>

2
pages/list/activitynew/index.wxml

@ -24,7 +24,7 @@
<view class="{{type==3?'types-item-active':'types-item'}}" bindtap="changeType" data-type="3">景区活动</view>
<view class="{{type==1?'types-item-active':'types-item'}}" bindtap="changeType" data-type="1">演出</view>
<view class="{{type==2?'types-item-active':'types-item'}}" bindtap="changeType" data-type="2">展览</view>
<view class="{{type==4?'types-item-active':'types-item'}}" bindtap="changeType" data-type="4" >电影</view>
<view class="{{type==4?'types-item-active':'types-item'}} hidden" bindtap="changeType" data-type="4" style="display:none">电影</view>
<view class="{{type==7?'types-item-active':'types-item'}}" bindtap="changeType" data-type="7">文化惠民</view>
<view class="{{type==6?'types-item-active':'types-item'}}" bindtap="changeType" data-type="6">其他</view>
</view>

2
pages/user/order/list.wxml

@ -43,7 +43,7 @@
<view class="btn" wx:if="{{item.order_product_list.length==1}}" catchtap="order" data-item="{{item}}">再次购买</view>
<!-- <view catchtap="gotoComment" data-id="{{item.order_id}}" class="btn" wx:if="{{item.state=='WAIT_COMMENT'}}">立即评价</view> -->
<view catchtap="cancel" data-index="{{index}}" class="btn" wx:if="{{item.state=='UNPAID'}}">取消预订</view>
<view catchtap="refund" data-index="{{index}}" class="btn" wx:if="{{item.state=='PAID'}}">取消预订</view>
<view catchtap="refund" data-index="{{index}}" class="btn" wx:if="{{item.state=='PAID' && item.order_product_list[0].product_model!='movie'}}">取消预订</view>
<view catchtap="refundInfo" data-id="{{item.order_id}}" class="btn" wx:if="{{item.state=='WAIT_REFUND' || item.state=='REFUND' || item.state=='NEED_REFUND' || item.state=='REFUNDING'}}">退款详情</view>
<view catchtap="pay" data-id="{{item.order_id}}" class="btn active" wx:if="{{item.state=='UNPAID'}}">立即支付</view>
</view>

4
pages/user/order/movieOrderInfo/index.wxml

@ -57,7 +57,7 @@
<view class="btns" style="border-top:1rpx solid #ccc" wx:if="{{info.state!='CLOSED'}}">
<!-- <navigator url="/pages/list/movieticket/index" class="btn">再次购买</navigator> -->
<navigator url="../refundInfo/index?id={{info.order_id}}" class="btn" wx:if="{{isRefund}}">退款详情</navigator>
<view class="btn" wx:if="{{info.state=='PAID'}}" bindtap="refund">取消订单</view>
<view class="btn" wx:if="{{info.state=='PAID' && info.order_product_list[0].product_model!='movie'}}" bindtap="refund">取消订单</view>
<view class="btn" wx:if="{{info.state=='UNPAID'}}" bindtap="close">取消订单</view>
<navigator url="/pages/order/comment/index?id={{info.order_id}}&proId={{info.order_product_list[0].product_id}}" class="btn active1" wx:if="{{info.state=='WAIT_COMMENT'}}">去评价</navigator>
<navigator url="/pages/order/pay/index?id={{id}}" class="btn active" wx:if="{{info.state=='UNPAID'}}">立即支付</navigator>
@ -171,7 +171,7 @@
<view class="iconfont icon-close" bindtap="showKeFu"></view>
<view>如有问题</view>
<view>请联系{{info.order_product_list[0].supplier_code == 'syt'?'苏影通' : '淘票票'}}客服</view>
<view style="font-size: 40rpx;color: #0B898E;padding: 41rpx 0;">{{info.order_product_list[0].supplier_code == 'syt' ? '0512 6836 2565' : '4006979968'}}</view>
<view style="font-size: 40rpx;color: #0B898E;padding: 41rpx 0;">{{info.order_product_list[0].supplier_code == 'syt' ? '0512 6836 2565' : '0512-4006979968'}}</view>
<view style="font-weight: 500;font-size: 26rpx;color: #000000;padding-bottom: 40rpx;">服务时间(9:00-21:00)</view>
</view>
</view>
Loading…
Cancel
Save