Browse Source

修改字段

master
shaojing 3 years ago
parent
commit
c1b75f50ee
  1. 1
      pages/order/scene/index.js
  2. 2
      pages/order/scene/index.wxml

1
pages/order/scene/index.js

@ -49,6 +49,7 @@ Page({
ticket_type:app.globalData.product.sku.ticket_type || 1,
isCar:options.isCar
})
console.log('-------',app.globalData.product);
if (!app.globalData.product) {
util.back();

2
pages/order/scene/index.wxml

@ -62,7 +62,7 @@
<view class="mask-bg" bindtap="cancel"></view>
<view class="mask-content1">
<view class="dialog-top">
<view class="scene-title">拙政园-旺季成人票</view>
<view class="scene-title">{{product.product.title}}-{{product.sku.sku_name}}</view>
<view class="people-message">出行人信息</view>
<view style="max-height:430rpx;overflow: scroll;">
<view class="people" wx:for="{{linkmanList}}">

Loading…
Cancel
Save