Commit d8ca4625 authored by youjie's avatar youjie

no message

parent 2c1b2b8a
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
</view> </view>
<view v-if="params.type==1" class="headeDatasCenterBox car" stripe> <view v-if="params.type==1" class="headeDatasCenterBox car" stripe>
<view class="headeDatasCenter row"> <view class="headeDatasCenter row">
<view></view> <view></view>
<view class="flex1">{{ datas.BusCode?datas.BusCode:'暂无' }}</view> <view class="flex1">{{ datas.BusCode?datas.BusCode:'暂无' }}</view>
</view> </view>
<view class="headeDatasCenter row"> <view class="headeDatasCenter row">
......
...@@ -17,53 +17,59 @@ ...@@ -17,53 +17,59 @@
padding: 3rpx 0; padding: 3rpx 0;
border-bottom: 0; border-bottom: 0;
} }
.richText{
white-space: pre-wrap;
}
</style> </style>
<template> <template>
<view class="PX20 PT40"> <view class="PX20 PT40">
<view class="infor1-title fz28 PB20">部门负责人</view> <view class="infor1-title fz28 PB20">部门负责人</view>
<view class="infor1-box PX30 bjFFF fz28 color333"> <view class="infor1-box PX30 bjFFF fz28 color333 MB20" v-for="(item,index) in data.PrincipalList">
<view class="row"> <view class="row items-center">
<view class="MR40">机票</view> <view class="MR40">机票</view>
<view class="flex1">周月</view> <view class="flex1">
<view v-for="child in item.CreateByNameList">
{{ child.name }}{{child.tel!=''?`/${child.tel}`:''}}
</view>
</view>
</view> </view>
<view class="row"> <view class="row items-center">
<view class="MR40">订房</view> <view class="MR40">订房</view>
<view class="flex1">周月</view> <view class="flex1">
<view v-for="child in item.HConfirmNameList">
{{ child.name }}{{child.tel!=''?`/${child.tel}`:''}}
</view>
</view>
</view> </view>
<view class="row"> <view class="row items-center">
<view class="MR40">车辆</view> <view class="MR40">车辆</view>
<view class="flex1">周月</view> <view class="flex1">
<view v-for="child in item.BConfirmNameList">
{{ child.name }}{{child.tel!=''?`/${child.tel}`:''}}
</view>
</view>
</view> </view>
<view class="row"> <view class="row items-center">
<view class="MR40">订餐</view> <view class="MR40">订餐</view>
<view class="flex1">周月</view> <view class="flex1">
<view v-for="child in item.DConfirmNameList">
{{ child.name }}{{child.tel!=''?`/${child.tel}`:''}}
</view>
</view>
</view> </view>
<view class="row"> <view class="row items-center">
<view class="MR40">门票</view> <view class="MR40">门票</view>
<view class="flex1">周月</view> <view class="flex1">
<view v-for="child in item.TConfirmNameList">
{{ child.name }}{{child.tel!=''?`/${child.tel}`:''}}
</view>
</view>
</view> </view>
</view> </view>
<view class="infor1-title fz28 PY20">注意事项</view> <view class="infor1-title fz28 PY20">注意事项</view>
<view class="infor1-box infor1-boxWin PX30 PY30 bjFFF fz28 color333"> <view class="infor1-box infor1-boxWin PX30 PY30 bjFFF fz28 color333" v-if="data&&data.DMCStaticsCommon&&data.DMCStaticsCommon.LeaderApply.PlanDescription">
<view class="row">
<view class="MR10">不要签证</view>
<view class="flex1">姓名:</view>
</view>
<view class="row">
<view class="MR10">不占床</view>
<view class="flex1">姓名:</view>
</view>
<view class="row">
<view class="MR10">单地接</view>
<view class="flex1">姓名:</view>
</view>
<view class="row">
<view class="MR10">单机票</view>
<view class="flex1">姓名:</view>
</view>
<view class="row"> <view class="row">
<view class="MR10">不去景点</view> <rich-text :nodes="data.DMCStaticsCommon.LeaderApply.PlanDescription" class="richText"></rich-text>
<view class="flex1">姓名:</view>
</view> </view>
</view> </view>
<view style="height: 50rpx;"></view> <view style="height: 50rpx;"></view>
...@@ -83,7 +89,7 @@ export default { ...@@ -83,7 +89,7 @@ export default {
}, },
deep:true, deep:true,
immediate:false immediate:true
}, },
}, },
mounted() { mounted() {
......
...@@ -17,23 +17,25 @@ ...@@ -17,23 +17,25 @@
<template> <template>
<view class="PX20 PT40"> <view class="PX20 PT40">
<view> <view>
<view class="infor2-box PX30 bjFFF MB20"> <view class="infor2-box PX30 bjFFF MB40"
v-for="(child,c) in data.FlightList">
<view class="infor2-line PY20 row justify-between items-center"> <view class="infor2-line PY20 row justify-between items-center">
<view> <view>
<view class="fz32 color000">09:00</view> <view class="fz32 color000">{{ child.Departure_time }}</view>
<view class="fz20 color666 MT10">双流国际机场/CTU</view> <view class="fz20 color666 MT10">{{ child.dName }}</view>
</view> </view>
<img src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638875792006204423.png"/> <img src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638875792006204423.png"/>
<view class="text-right"> <view class="text-right">
<view class="fz32 color000">09:00</view> <view class="fz32 color000">{{ child.Arrival_time }}</view>
<view class="fz20 color666 MT10">双流国际机场/CTU</view> <view class="fz20 color666 MT10">{{ child.aName }}</view>
</view> </view>
</view> </view>
<view class="PY20 fz24 color333 row justify-between"> <view class="PY20 fz24 color333 row justify-between">
<view>航班号:NH948</view> <view>航班号:{{ child.Flight_number }}</view>
<view>出发时间:2019-04-16</view> <view>出发时间:{{ child.FlightDate }}</view>
</view> </view>
</view> </view>
</view> </view>
<view style="height: 50rpx;"></view> <view style="height: 50rpx;"></view>
</view> </view>
......
...@@ -20,30 +20,31 @@ ...@@ -20,30 +20,31 @@
</style> </style>
<template> <template>
<view class="PX20 PT40"> <view class="PX20 PT40">
<view class="infor1-box PX30 bjFFF fz28 color333"> <view class="infor1-box PX30 bjFFF fz28 color333 MB20"
v-for="(item,index) in data.BusList">
<view class="row justify-between"> <view class="row justify-between">
<view class="MR40">车配号</view> <view class="MR40">用车类型</view>
<view class="">周月</view> <view class="">{{ item.AirportPickUpStr?item.AirportPickUpStr:item.UseTypeStr }}</view>
</view>
<view class="row justify-between">
<view class="MR40">车辆公司</view>
<view class="">周月</view>
</view> </view>
<view class="row justify-between"> <view class="row justify-between">
<view class="MR40">用车时间</view> <view class="MR40">用车时间</view>
<view class="">周月</view> <view class="">{{ item.PlanDateStr?item.PlanDateStr:'' }}</view>
</view> </view>
<view class="row justify-between"> <view class="row justify-between">
<view class="MR40">车牌号</view> <view class="MR40">车牌号</view>
<view class="">周月</view> <view class="">{{ item.BusCode?item.BusCode:'' }}</view>
</view> </view>
<view class="row justify-between"> <view class="row justify-between">
<view class="MR40">司机姓名</view> <view class="MR40">司机姓名</view>
<view class="">周月</view> <view class="">{{ item.DriverName?item.DriverName:'' }}</view>
</view> </view>
<view class="row justify-between"> <view class="row justify-between">
<view class="MR40">司机电话</view> <view class="MR40">司机电话</view>
<view class="">周月</view> <view class="">{{ item.DriverTel?item.DriverTel:'' }}</view>
</view>
<view class="row justify-between">
<view class="MR40">司机住宿</view>
<view class="">{{ item.AccommodationTypeStr?item.AccommodationTypeStr:'' }}</view>
</view> </view>
</view> </view>
<view style="height: 50rpx;"></view> <view style="height: 50rpx;"></view>
......
...@@ -11,10 +11,8 @@ ...@@ -11,10 +11,8 @@
padding: 20rpx 0; padding: 20rpx 0;
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
} }
.infor1-center>view:first-child{ .infor1-center>view view:first-child{
width: 100rpx; width: 180rpx;
flex-shrink: 0;
margin-right: 20rpx;
} }
.infor1-center>view:last-child{ .infor1-center>view:last-child{
border-bottom: 0; border-bottom: 0;
...@@ -29,43 +27,44 @@ ...@@ -29,43 +27,44 @@
} }
</style> </style>
<template> <template>
<view class="PX20 PT40"> <view class="PX20 PT40" v-if="data&&data.HotelList">
<view class="infor1-box MB20 bjFFF fz28 color333"> <view class="infor1-box MB20 bjFFF fz28 color333"
v-for="(item,index) in data.HotelList">
<view class="infor1-header PY30 colorFFF"> <view class="infor1-header PY30 colorFFF">
<view class="fz32 PX30">水口世纪酒店</view> <view class="fz32 PX30">{{ item.HotelName }}</view>
<view class="row items-center MT10 PX30"> <view class="row items-center MT10 PX30">
<view class="row"> <view class="row">
<img class="" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638875688769461022.png" /> <img style="width: 31rpx;height: 33rpx;" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638877448252171613.png" />
</view> </view>
<text class="ML20 fz28 flex1">水口町名坂170-1</text> <text class="ML20 fz28 flex1">{{ item.Address }}</text>
</view> </view>
</view> </view>
<view class="infor1-center PX30"> <view class="infor1-center PX30">
<view class="row justify-between"> <view class="row justify-between">
<view class="MR40">订房号</view> <view class="MR40">订房号</view>
<view class="">周月</view> <view class="">{{ item.ReserveNo }}</view>
</view> </view>
<view class="row justify-between"> <view class="row justify-between">
<view class="MR40">入住时间</view> <view class="MR40">入住时间</view>
<view class="">周月</view> <view class="">{{ item.StartDate.substr(0,10) }}</view>
</view> </view>
<view class="row justify-between"> <view class="row justify-between">
<view class="MR40">占床/不占床</view> <view class="MR40">占床/不占床</view>
<view class="">周月</view> <view class="">{{ data.HouseStatistics.NeedBed }}/{{ data.HouseStatistics.NoNeedBed }}</view>
</view> </view>
<view class="row justify-between"> <view class="row justify-between">
<view class="MR40">实际用房</view> <view class="MR40">实际用房</view>
<view class="">周月</view> <view class="">{{ data.HouseStatistics.RealityRoomNum }}</view>
</view> </view>
<view class="row justify-between"> <view class="row justify-between">
<view class="MR40">联系电话</view> <view class="MR40">联系电话</view>
<view class="">周月</view> <view class="">{{ item.Tel }}</view>
</view> </view>
<view class="row justify-between"> <view class="row justify-between">
<view class="MR40">备注</view> <view class="MR40 flexS">备注</view>
<view class="flex1">周月</view> <view class="">{{ item.Remarks }}</view>
</view> </view>
</view> </view>
</view> </view>
<view style="height: 50rpx;"></view> <view style="height: 50rpx;"></view>
</view> </view>
......
...@@ -11,10 +11,8 @@ ...@@ -11,10 +11,8 @@
padding: 20rpx 0; padding: 20rpx 0;
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
} }
.infor1-center>view:first-child{ .infor1-center>view view:first-child{
width: 100rpx; width: 120rpx;
flex-shrink: 0;
margin-right: 20rpx;
} }
.infor1-center>view:last-child{ .infor1-center>view:last-child{
border-bottom: 0; border-bottom: 0;
...@@ -29,44 +27,49 @@ ...@@ -29,44 +27,49 @@
} }
</style> </style>
<template> <template>
<view class="PX20 PT40"> <view class="PX20 PT40" v-if="data&&data.DiningList">
<view class="infor1-box MB20 bjFFF fz28 color333"> <template v-for="(item,index) in data.DiningList">
<view class="infor1-header PY30 colorFFF"> <view class="infor1-box MB20 bjFFF fz28 color333"
<view class="fz32 PX30">水口世纪酒店</view> v-for="(child,c) in item.DiningSummaryList">
<view class="row items-center MT10 PX30"> <view class="infor1-header PY30 colorFFF">
<view class="row"> <view class="fz32 PX30">{{ child.DiningName }}</view>
<img class="" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638875688769461022.png" /> <view class="row items-center MT10 PX30">
<view class="row">
<img style="width: 31rpx;height: 33rpx;" class="" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638877448252171613.png" />
</view>
<text class="ML20 fz28 flex1">{{ child.Address }}</text>
</view> </view>
<text class="ML20 fz28 flex1">水口町名坂170-1</text>
</view> </view>
<view class="infor1-center PX30">
<view class="row justify-between">
<view class="MR40">订餐号</view>
<view class="">{{ child.ReserveNo }}</view>
</view>
<view class="row justify-between">
<view class="MR40">用餐时间</view>
<view class="">{{ child.UseTimeStr }}</view>
</view>
<view class="row justify-between">
<view class="MR40">总人数</view>
<view class="">
{{ totalPeop(child.DiningPriceList) }}+1
</view>
</view>
<view class="row justify-between">
<view class="MR40">类别</view>
<view class="">{{ child.UseDinnerTypeStr }}</view>
</view>
<view class="row justify-between">
<view class="MR40">联系电话</view>
<view class="">{{ child.Tel }}</view>
</view>
<view class="row justify-between">
<view class="MR40 flexS">备注</view>
<view class="">{{ child.Remarks }}</view>
</view>
</view> </view>
<view class="infor1-center PX30"> </view>
<view class="row justify-between"> </template>
<view class="MR40">订餐号</view>
<view class="">周月</view>
</view>
<view class="row justify-between">
<view class="MR40">用餐时间</view>
<view class="">周月</view>
</view>
<view class="row justify-between">
<view class="MR40">总人数</view>
<view class="">周月</view>
</view>
<view class="row justify-between">
<view class="MR40">类别</view>
<view class="">周月</view>
</view>
<view class="row justify-between">
<view class="MR40">联系电话</view>
<view class="">周月</view>
</view>
<view class="row justify-between">
<view class="MR40">备注</view>
<view class="flex1">周月</view>
</view>
</view>
</view>
<view style="height: 50rpx;"></view> <view style="height: 50rpx;"></view>
</view> </view>
</template> </template>
...@@ -91,7 +94,13 @@ export default { ...@@ -91,7 +94,13 @@ export default {
}, },
methods:{ methods:{
totalPeop(list){
let UsePeopleNum = 0
list.forEach(item => {
UsePeopleNum += item.UsePeopleNum;
})
return UsePeopleNum
}
} }
} }
</script> </script>
\ No newline at end of file
...@@ -11,10 +11,8 @@ ...@@ -11,10 +11,8 @@
padding: 20rpx 0; padding: 20rpx 0;
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
} }
.infor1-center>view:first-child{ .infor1-center>view view:first-child{
width: 100rpx; width: 120rpx;
flex-shrink: 0;
margin-right: 20rpx;
} }
.infor1-center>view:last-child{ .infor1-center>view:last-child{
border-bottom: 0; border-bottom: 0;
...@@ -30,35 +28,38 @@ ...@@ -30,35 +28,38 @@
</style> </style>
<template> <template>
<view class="PX20 PT40"> <view class="PX20 PT40">
<view class="infor1-box MB20 bjFFF fz28 color333"> <template v-for="(item,index) in data.ScenicList">
<view class="infor1-header PY30 colorFFF"> <view class="infor1-box MB20 bjFFF fz28 color333"
<view class="fz32 PX30">水口世纪酒店</view> v-for="(child,c) in item.ScenicStatisticsList">
<view class="row items-center MT10 PX30"> <view class="infor1-header PY30 colorFFF">
<view class="row"> <view class="fz32 PX30">{{ child.ScenicName }}</view>
<img class="" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638875688769461022.png" /> <view class="row items-center MT10 PX30">
<view class="row">
<img style="width: 31rpx;height: 33rpx;" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638877448252171613.png" />
</view>
<text class="ML20 fz28 flex1">{{ child.Address }}</text>
</view> </view>
<text class="ML20 fz28 flex1">水口町名坂170-1</text>
</view> </view>
<view class="infor1-center PX30">
<view class="row justify-between">
<view class="MR40">游览时间</view>
<view class="">{{ child.UseTimeStr }}</view>
</view>
<view class="row justify-between">
<view class="MR40">总人数</view>
<view class="">{{ totalPeop(child.TicketPriceList) }}</view>
</view>
<view class="row justify-between">
<view class="MR40">联系电话</view>
<view class="">{{ child.Tel }}</view>
</view>
<view class="row justify-between">
<view class="MR40 flexS">备注</view>
<view class="">{{ child.Remarks }}</view>
</view>
</view> </view>
<view class="infor1-center PX30"> </view>
<view class="row justify-between"> </template>
<view class="MR40">游览时间</view>
<view class="">周月</view>
</view>
<view class="row justify-between">
<view class="MR40">总人数</view>
<view class="">周月</view>
</view>
<view class="row justify-between">
<view class="MR40">联系电话</view>
<view class="">周月</view>
</view>
<view class="row justify-between">
<view class="MR40">备注</view>
<view class="flex1">周月</view>
</view>
</view>
</view>
<view style="height: 50rpx;"></view> <view style="height: 50rpx;"></view>
</view> </view>
</template> </template>
...@@ -83,7 +84,13 @@ export default { ...@@ -83,7 +84,13 @@ export default {
}, },
methods:{ methods:{
totalPeop(list){
let UsePeopleNum = 0
list.forEach(item => {
UsePeopleNum += item.UsePeopleNum;
})
return UsePeopleNum
}
} }
} }
</script> </script>
\ No newline at end of file
...@@ -24,19 +24,20 @@ ...@@ -24,19 +24,20 @@
</style> </style>
<template> <template>
<view class="PX20 PT40"> <view class="PX20 PT40">
<view class="infor1-box MB20 bjFFF fz28 color333"> <view class="infor1-box MB20 bjFFF fz28 color333"
v-for="(item,index) in data">
<view class="infor1-header PY30 colorFFF"> <view class="infor1-header PY30 colorFFF">
<view class="fz32 PX30">水口世纪酒店</view> <view class="fz32 PX30">{{ item.ShopName }}</view>
<view class="row items-center MT10 PX30"> <view class="row items-center MT10 PX30">
<view class="row"> <view class="row">
<img class="" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638875688769461022.png" /> <img style="width: 31rpx;height: 33rpx;" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638877448252171613.png" />
</view> </view>
<text class="ML20 fz28 flex1">水口町名坂170-1</text> <text class="ML20 fz28 flex1">{{ item.Address }}</text>
</view> </view>
</view> </view>
<view class="infor1-center PX30 PY20 row justify-between"> <view class="infor1-center PX30 PY20 row justify-between">
<view class="MR40">进店时间</view> <view class="MR40">进店时间</view>
<view class="">周月</view> <view class="">{{ item.StoreTimeStr }}</view>
</view> </view>
</view> </view>
<view style="height: 50rpx;"></view> <view style="height: 50rpx;"></view>
......
...@@ -12,6 +12,9 @@ ...@@ -12,6 +12,9 @@
margin-left: 30rpx; margin-left: 30rpx;
margin-right: 30rpx; margin-right: 30rpx;
} }
.infor1-center:last-child{
border: 0;
}
.infor1-c-name{ .infor1-c-name{
width: 80rpx; width: 80rpx;
} }
...@@ -24,23 +27,28 @@ ...@@ -24,23 +27,28 @@
height: 33rpx; height: 33rpx;
display: block; display: block;
} }
.infor1-left{
width: 120rpx;
}
</style> </style>
<template> <template>
<view class="PT40"> <view class="">
<view class="infor1-box MB20 bjFFF fz28 color333"> <view class="infor1-box MB20 bjFFF fz28 color333">
<view class="infor1-center PY20 row items-center justify-between"> <view class="infor1-center PY20 row items-center justify-between"
v-for="(item,index) in data">
<view class="row items-center"> <view class="row items-center">
<view class="infor1-c-name fz32">姓名</view> <view class="infor1-c-name fz32 infor1-left">{{ item.userName }}</view>
<view class="imgbox"> <view class="imgbox">
<img src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638875723517488195.png" /> <img v-if="item.SexStr=='女'" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638875723517488195.png" />
<img v-else src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638875723461863180.png" />
</view> </view>
<view class="time fz28">2025-06-10</view> <view class="time fz28">{{ item.Birthday }}</view>
<view class="tisp fz28 ML20">退休人员</view> <!-- <view class="tisp fz28 ML20"></view> -->
</view> </view>
<view>ED1281216</view> <view>{{ item.PassportNo }}</view>
</view> </view>
</view> </view>
<view style="height: 50rpx;"></view> <view style="height: 0rpx;"></view>
</view> </view>
</template> </template>
<script> <script>
......
...@@ -35,16 +35,16 @@ ...@@ -35,16 +35,16 @@
<view class="PX20 PT40"> <view class="PX20 PT40">
<view class="infor1-box PX30 MB20 bjFFF fz30"> <view class="infor1-box PX30 MB20 bjFFF fz30">
<view class="infor1-center row" <view class="infor1-center row"
v-for="item in 5"> v-for="item in data">
<view class="infor1-c-l PY30 row"> <view class="infor1-c-l PY30 row">
<view class="row items-center justify-center"> <view class="row items-center justify-center">
<img class="" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638869669341003114.png" /> <img class="" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638869669341003114.png" />
</view> </view>
</view> </view>
<view class="infor1-c-r PY30 colorFFF flex1"> <view class="infor1-c-r PY30 colorFFF flex1">
<view class="day fz32 PX30">Day01</view> <view class="day fz32 PX30">Day{{ item.DayNum>9?item.DayNum:'0'+item.DayNum }}</view>
<view class="color333 text row items-center MT10 PX30"> <view class="color333 text row items-center MT10 PX30">
枯山水景致·大池禅寺,枯山水景致·大池禅寺(包含:茶道体验),骏河湾游船.喂海鸥.远眺富士山美景,富士山芝樱名所 {{ item.Title }}
</view> </view>
</view> </view>
</view> </view>
......
...@@ -319,11 +319,9 @@ export default { ...@@ -319,11 +319,9 @@ export default {
this.currentIndex = this.dataList.findIndex(item=>item.CurrencyId==value) this.currentIndex = this.dataList.findIndex(item=>item.CurrencyId==value)
}, },
init() { init() {
this.loading = true;
uni.showLoading() uni.showLoading()
this.apipost("dmcstatistics_post_GetTotalPrice_V2", this.msg, (res) => { this.apipost("dmcstatistics_post_GetTotalPrice_V2", this.msg, (res) => {
if (res.resultCode == 1) { if (res.resultCode == 1) {
this.loading = false;
uni.hideLoading() uni.hideLoading()
this.dataList = res.data; this.dataList = res.data;
this.currentId = res.data[0].CurrencyId this.currentId = res.data[0].CurrencyId
...@@ -336,14 +334,12 @@ export default { ...@@ -336,14 +334,12 @@ export default {
} }
} }
}, (failed) => { }, (failed) => {
this.loading = false;
uni.hideLoading() uni.hideLoading()
uni.showToast({ uni.showToast({
title: failed.message, title: failed.message,
icon: "none", icon: "none",
}); });
}, (error) => { }, (error) => {
this.loading = false;
uni.hideLoading() uni.hideLoading()
}) })
}, },
......
...@@ -483,6 +483,7 @@ export default { ...@@ -483,6 +483,7 @@ export default {
showMaiDian: false, showMaiDian: false,
showHangBan: false, showHangBan: false,
d: [], d: [],
Up: {},
} }
}, },
computed: { computed: {
...@@ -499,6 +500,9 @@ export default { ...@@ -499,6 +500,9 @@ export default {
if(options.TCID){ if(options.TCID){
this.msg.tcid = options.TCID this.msg.tcid = options.TCID
} }
this.Up = uni.getStorageSync("mall_UserInfo") ?
uni.getStorageSync("mall_UserInfo").UserPageType :
0;
}, },
onShow() { onShow() {
let that = this; let that = this;
...@@ -580,7 +584,6 @@ export default { ...@@ -580,7 +584,6 @@ export default {
res.data.tempImgCover = JSON.parse(res.data.imgCover); res.data.tempImgCover = JSON.parse(res.data.imgCover);
this.dataList = res.data this.dataList = res.data
this.priceList = res.data.priceList this.priceList = res.data.priceList
console.log(this.dataList,'-------')
this.formatDay() this.formatDay()
setTimeout(() => { setTimeout(() => {
this.titlesList.forEach((x,index) => { this.titlesList.forEach((x,index) => {
...@@ -720,9 +723,9 @@ export default { ...@@ -720,9 +723,9 @@ export default {
this.Up + this.Up +
"&JumpType=19" + "&JumpType=19" +
"&configId=" + "&configId=" +
this.delMsg.configId + this.msg.configId +
"&cityId=" + "&cityId=" +
this.delMsg.cityId+this.$uiConfig.DIRECT_PARAMETER, this.msg.cityId+this.$uiConfig.DIRECT_PARAMETER,
imageUrl: imageUrl, imageUrl: imageUrl,
}; };
}, },
...@@ -742,7 +745,7 @@ export default { ...@@ -742,7 +745,7 @@ export default {
return { return {
title: this.dataList.title ? this.dataList.title : "帖子", title: this.dataList.title ? this.dataList.title : "帖子",
path: "/pages/jiuzhai/jz_LineDetail?tcid=" + path: "/pages/jiuzhai/jz_LineDetail?tcid=" +
this.delMsg.tcid + this.msg.tcid +
"&user_id=" + "&user_id=" +
uid + uid +
"&SmallShopId=" + "&SmallShopId=" +
...@@ -751,9 +754,9 @@ export default { ...@@ -751,9 +754,9 @@ export default {
this.Up + this.Up +
"&JumpType=19" + "&JumpType=19" +
"&configId=" + "&configId=" +
this.delMsg.configId + this.msg.configId +
"&cityId=" + "&cityId=" +
this.delMsg.cityId+this.$uiConfig.DIRECT_PARAMETER, this.msg.cityId+this.$uiConfig.DIRECT_PARAMETER,
imageUrl: "", imageUrl: "",
// imageUrl: // imageUrl:
// this.dataList.tempImgCover && this.dataList.tempImgCover.length > 0 // this.dataList.tempImgCover && this.dataList.tempImgCover.length > 0
......
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
</view> </view>
<view class="itinInfoCarNum row fz24"> <view class="itinInfoCarNum row fz24">
<view class="flex1 row justify-center"> <view class="flex1 row justify-center">
<view style="color: #D5E2FF;"></view> <view style="color: #D5E2FF;"></view>
<view class="ML25">{{ datas[currentIndex].BusCode?datas[currentIndex].BusCode:'无'}}</view> <view class="ML25">{{ datas[currentIndex].BusCode?datas[currentIndex].BusCode:'无'}}</view>
</view> </view>
<view class="flex1 row justify-center"> <view class="flex1 row justify-center">
......
This diff is collapsed.
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