|  | @@ -9,14 +9,14 @@
 | 
											
												
													
														|  |  				<view class="up u-flex">
 |  |  				<view class="up u-flex">
 | 
											
												
													
														|  |  					<image class="img" :src="staticUrl+'/img/bookticket-banner.png'" alt="">
 |  |  					<image class="img" :src="staticUrl+'/img/bookticket-banner.png'" alt="">
 | 
											
												
													
														|  |  					<view class="text">
 |  |  					<view class="text">
 | 
											
												
													
														|  | -						<view class="name text-item">《伟大转折》-【成人票】</view>
 |  | 
 | 
											
												
													
														|  | 
 |  | +						<view class="name text-item">{{performInfo.name}}-【成人票】</view>
 | 
											
												
													
														|  |  						<view class="time text-item">今天  10:00-11:00</view>
 |  |  						<view class="time text-item">今天  10:00-11:00</view>
 | 
											
												
													
														|  |  						<view class="num text-item">成人票 x1</view>
 |  |  						<view class="num text-item">成人票 x1</view>
 | 
											
												
													
														|  | -						<view class="position text-item">《伟大转折》演艺中心 x1</view>
 |  | 
 | 
											
												
													
														|  | -						<view class="addr u-flex u-row-between">
 |  | 
 | 
											
												
													
														|  | 
 |  | +						<view class="position text-item">{{performInfo.name}}</view>
 | 
											
												
													
														|  | 
 |  | +					<!-- 	<view class="addr u-flex u-row-between">
 | 
											
												
													
														|  |  							<view class="u-line-1">地址:遵义市《伟大转折》演艺中心</view>
 |  |  							<view class="u-line-1">地址:遵义市《伟大转折》演艺中心</view>
 | 
											
												
													
														|  |  							<u-icon name="arrow-right" color="#2D2D2D" size="36rpx"></u-icon>
 |  |  							<u-icon name="arrow-right" color="#2D2D2D" size="36rpx"></u-icon>
 | 
											
												
													
														|  | -						</view>
 |  | 
 | 
											
												
													
														|  | 
 |  | +						</view> -->
 | 
											
												
													
														|  |  					</view>
 |  |  					</view>
 | 
											
												
													
														|  |  				</view>
 |  |  				</view>
 | 
											
												
													
														|  |  				<view class="down">
 |  |  				<view class="down">
 | 
											
										
											
												
													
														|  | @@ -32,8 +32,9 @@
 | 
											
												
													
														|  |  					<!-- <text>用于入园身份验证</text> -->
 |  |  					<!-- <text>用于入园身份验证</text> -->
 | 
											
												
													
														|  |  				</view>
 |  |  				</view>
 | 
											
												
													
														|  |  				<view class="" v-if="vuex_member_info.isAuth">
 |  |  				<view class="" v-if="vuex_member_info.isAuth">
 | 
											
												
													
														|  | -					<view class="item">昵称:{{vuex_member_info.name}}</view>
 |  | 
 | 
											
												
													
														|  | 
 |  | +					<view class="item">姓名:{{vuex_member_info.name}}</view>
 | 
											
												
													
														|  |  					<view class="item">手机号:{{vuex_member_info.mobile}}</view>
 |  |  					<view class="item">手机号:{{vuex_member_info.mobile}}</view>
 | 
											
												
													
														|  | 
 |  | +					<view class="item">身份证:{{vuex_member_info.id|maskID}}</view>
 | 
											
												
													
														|  |  				</view>
 |  |  				</view>
 | 
											
												
													
														|  |  				<view class="un-auth" v-else @click="$u.route('center/factorauth',{from:'bookticket'})">
 |  |  				<view class="un-auth" v-else @click="$u.route('center/factorauth',{from:'bookticket'})">
 | 
											
												
													
														|  |  					请先<text style="color: #ED0000;">实名认证</text>
 |  |  					请先<text style="color: #ED0000;">实名认证</text>
 | 
											
										
											
												
													
														|  | @@ -146,6 +147,8 @@
 | 
											
												
													
														|  |  		mixins:[systemInfo],
 |  |  		mixins:[systemInfo],
 | 
											
												
													
														|  |  		data() {
 |  |  		data() {
 | 
											
												
													
														|  |  			return {
 |  |  			return {
 | 
											
												
													
														|  | 
 |  | +				performId:'',
 | 
											
												
													
														|  | 
 |  | +				performInfo:{},
 | 
											
												
													
														|  |  				cansubmit:true,
 |  |  				cansubmit:true,
 | 
											
												
													
														|  |  				staticUrl:this.$commonConfig.staticUrl,
 |  |  				staticUrl:this.$commonConfig.staticUrl,
 | 
											
												
													
														|  |  				visitors:[],//游客
 |  |  				visitors:[],//游客
 | 
											
										
											
												
													
														|  | @@ -177,9 +180,11 @@
 | 
											
												
													
														|  |  		},
 |  |  		},
 | 
											
												
													
														|  |  		onShow() {
 |  |  		onShow() {
 | 
											
												
													
														|  |  		},
 |  |  		},
 | 
											
												
													
														|  | -		onLoad() {
 |  | 
 | 
											
												
													
														|  | 
 |  | +		onLoad(page) {
 | 
											
												
													
														|  | 
 |  | +			console.log('page',page);
 | 
											
												
													
														|  | 
 |  | +			this.performId = page.performId;
 | 
											
												
													
														|  |  			this.getSystemInfo();
 |  |  			this.getSystemInfo();
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | 
 |  | +			this.getPerformInfo();
 | 
											
												
													
														|  |  		},
 |  |  		},
 | 
											
												
													
														|  |  		methods: {
 |  |  		methods: {
 | 
											
												
													
														|  |  			leftClick(e){
 |  |  			leftClick(e){
 | 
											
										
											
												
													
														|  | @@ -190,6 +195,15 @@
 | 
											
												
													
														|  |  					uni.navigateBack()
 |  |  					uni.navigateBack()
 | 
											
												
													
														|  |  				};
 |  |  				};
 | 
											
												
													
														|  |  			},
 |  |  			},
 | 
											
												
													
														|  | 
 |  | +			getPerformInfo(){
 | 
											
												
													
														|  | 
 |  | +				this.$u.api.performInfo({id:this.performId}).then(res=>{
 | 
											
												
													
														|  | 
 |  | +					console.log('getPerformInfo',res.data);
 | 
											
												
													
														|  | 
 |  | +					this.performInfo =  res.data;
 | 
											
												
													
														|  | 
 |  | +					this.actorsArr = res.data.performerList;
 | 
											
												
													
														|  | 
 |  | +				}).catch(err=>{
 | 
											
												
													
														|  | 
 |  | +					console.log('getPerformInfo',err);
 | 
											
												
													
														|  | 
 |  | +				})
 | 
											
												
													
														|  | 
 |  | +			},
 | 
											
												
													
														|  |  			confirmVisitor(){
 |  |  			confirmVisitor(){
 | 
											
												
													
														|  |  				let that = this;
 |  |  				let that = this;
 | 
											
												
													
														|  |  				// console.log('selectedVisitor',this.selectedVisitor);
 |  |  				// console.log('selectedVisitor',this.selectedVisitor);
 |