Commit db35e64c authored by 黄媛媛's avatar 黄媛媛

update

parent 45457b8f
......@@ -30,7 +30,8 @@ Page({
airState:true,
configId:'',
tcid:'',
pathUrl:'/pages/index/index'
pathUrl:'/pages/index/index',
optionTCID:'7003',
},
//事件处理函数
......@@ -39,7 +40,7 @@ Page({
// url: '../logs/logs'
// })
},
onLoad: function () {
onLoad: function (options) {
// if (app.globalData.userInfo) {
// this.setData({
// userInfo: app.globalData.userInfo,
......@@ -66,6 +67,7 @@ Page({
// }
// })
// }
console.log("options", options)
let that=this;
let openId = (wx.getStorageSync('openId'))
if (!openId) {
......@@ -251,7 +253,7 @@ Page({
let userInfo = this.data.userInfo;
let msg={
ConfigId:0,
TCID:'7003',
TCID:this.data.optionTCID,
OrderId: userInfo.OrderId ? userInfo.OrderId:'',
CityId: userInfo.DepartureCityId ? userInfo.DepartureCityId:''
};
......
......@@ -217,7 +217,7 @@
{{contactInfo.MobilePhone}}
</view>
<view style="color:#E2E2E2">————
<text class="c11 f22" wx:if="{{contactInfo.type==1}}">带团信息</text>
<text class="c11 f22" wx:if="{{contactInfo.type==1 || contactInfo.type==2}}">带团信息</text>
<text class="c11 f22" wx:else>收客信息</text> ————
</view>
</view>
......
......@@ -45,12 +45,14 @@
</view>
</view>
<view wx:for="{{dayInfo.hotelList}}" wx:key="index" class="common head f24">
<view class="common head f24">
<text class="circle"></text>
<view>
<text class="f22 c99">酒店</text>
<text wx:if="{{dayInfo.hotelList.length>0}}" style="margin:0 6rpx 0 30rpx;display:inline-block" class="f26 bold">{{item.childItem.HotelName}}
</text>
<text class="f22 c99" style="margin-right:30rpx">酒店</text>
<view wx:for="{{dayInfo.hotelList}}" wx:key="index" wx:if="{{dayInfo.hotelList.length>0}}" style="display:inline-block" class="f26 bold">
{{item.childItem.HotelName}}
<text wx:if="{{index!=dayInfo.hotelList.length-1}}">/</text>
</view>
<text>{{suffix}}</text>
<text wx:if="{{dayInfo.hotelList.length==0}}" style="margin:0 6rpx 0 30rpx;" class="f26 bold">本日无酒店安排</text>
</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment