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

update

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