Browse Source

更改测试环境演示内容

gcz 8 months ago
parent
commit
692c1c15da
4 changed files with 34 additions and 11 deletions
  1. 1 0
      main.js
  2. 9 4
      pages/index/index.vue
  3. 22 5
      pages/login/login.vue
  4. 2 2
      pages/ticketlist.vue

+ 1 - 0
main.js

@@ -44,6 +44,7 @@ Vue.use(uView)
 
 import { commonConfig } from './common/config';
 Vue.prototype.$commonConfig = commonConfig;
+Vue.prototype.$isDevelop = commonConfig.baseUrl.includes('gztjy');
 
 import './utils/filter' 
 

+ 9 - 4
pages/index/index.vue

@@ -19,7 +19,7 @@
 		<view class="holdbanner" style="height: 600rpx;pointer-events:none"></view>
 		<!-- 页面滚动banner模糊 -->
 		<view class="blurbanner" style="height: 600rpx;" :class="{ isblur: isblur }"></view>
-		<view class="index-bg" :style="{backgroundImage:`url(${staticUrl}/img/index-bg.png?a=1)`}"></view>
+		<view class="index-bg" :style="{backgroundImage:`url(${indexBg})`}"></view>
 		<view class="page-wrap">
 			<view class="star-title u-flex u-row-between">
 				<view class="left u-flex">
@@ -116,7 +116,7 @@
 		      console.log(res.target)
 		    }
 		    return {
-		      title: '伟大转折演艺',
+		      title: this.$isDevelop?'剧场票务':'伟大转折演艺',
 		      path: '/pages/index/index'
 		    }
 		  },
@@ -125,7 +125,7 @@
 		        console.log(res.target)
 		      }
 		      return {
-		        title: '伟大转折演艺',
+		        title: this.$isDevelop?'剧场票务':'伟大转折演艺',
 		        path: '/pages/index/index'
 		      }
 		    },
@@ -147,6 +147,7 @@
 				posterStyle:{},
 				posterSrc:'',
 				musicPlay:true, 
+				indexBg:`${this.$commonConfig.staticUrl}/img/index-bg.png`,
 			}
 		},
 		computed: {
@@ -188,7 +189,10 @@
 			// this.audioStop();
 			// this.audioPlay();
 			
-
+			if(this.$isDevelop){
+				this.indexBg = `${this.$commonConfig.staticUrl}/img/index-bg-dev.png`;
+				// this.indexBg = 'none'
+			}
 		},
 		onReady() {
 			
@@ -390,6 +394,7 @@ $pagegap:32rpx;
 	background-repeat: no-repeat;
 	background-position: top center;
 	background-size: 100% auto;
+	// background-color: #a00303;
 	// z-index: -1;
 }
 .page-wrap{

+ 22 - 5
pages/login/login.vue

@@ -1,10 +1,10 @@
 <template>
 	<view class="body" :style="{height:screenHeight}">
-		<!-- <image class="login-bg" :src="staticUrl+'/img/login-bg.png'" mode="widthFix"></image> -->
+		<image v-if="isDevelop" class="login-bg" :src="loginBg" mode="widthFix"></image>
 		<u-toast ref="uToast"></u-toast>
 		<view style="height: 40%;position: relative;z-index: 10;">
-			<view class="logo-wrap">
-				<img :src="staticUrl+'/img/logo.png'" class="logo" alt="">
+			<view class="logo-wrap" :class="{dev:isDevelop}">
+				<img :src="logoSrc" class="logo" :class="{dev:isDevelop}" alt="">
 				<!-- <img :src="sitename" class="sitename" alt=""> -->
 <!-- 				<u--image :src="logoSrc" width="200rpx" height="200rpx"></u--image>
 				<u--image :src="sitename" width="460rpx" height="142rpx"></u--image> -->
@@ -117,7 +117,8 @@
 				bname:'旭烁集团',
 				//屏幕高度
 				screenHeight: "",
-				logoSrc: "/static/logo.png",
+				loginBg: `${this.$commonConfig.staticUrl}/img/login-page-bg-dev.png`,
+				logoSrc: `${this.$commonConfig.staticUrl}/img/logo.png`,
 				// sitename:"/static/sitename.png",
 				miniappLoginInfo:null,
 				hasUserInfo:false,
@@ -135,9 +136,17 @@
 				backUrl:null,
 				scene:'',
 				retailId:'',
+				isDevelop:undefined,
 			};
 		},
 		onLoad(e) {
+			// console.log('envVersion',wx.getAccountInfoSync().miniProgram.envVersion);
+			console.log('this.$isDevelop',this.$isDevelop);
+			if(this.$isDevelop){
+				this.isDevelop = true;
+				this.logoSrc = `${this.$commonConfig.staticUrl}/img/logo-dev.png`;
+			}
+			
 			// console.log("onLoad e=======",e)
 			if(e&&e.scene){
 				this.scene = e.scene;
@@ -504,7 +513,7 @@
 	position: fixed;
 	left: 0;
 	right: 0;
-	bottom: 0;
+	top: 0;
 	width: 100%;
 }
 .body {
@@ -513,6 +522,10 @@
 	text-align: center;
 	.logo-wrap {
 		padding-top: 25vh;
+		&.dev{
+			padding-top: 530rpx;
+			margin-bottom: 125rpx;
+		}
 		img{
 			display: block;
 			margin: 0 auto;
@@ -520,6 +533,10 @@
 		.logo{
 			width: 480rpx;
 			height: 263rpx;
+			&.dev{
+				width: 380rpx;
+				height: 140rpx;
+			}
 		}
 		.sitename{
 			width: 460rpx;

+ 2 - 2
pages/ticketlist.vue

@@ -265,7 +265,7 @@
 		      console.log(res.target)
 		    }
 		    return {
-		      title: '伟大转折演艺',
+		      title: this.$isDevelop?'剧场票务':'伟大转折演艺',
 		      path: sharePath
 		    }
 		  },
@@ -274,7 +274,7 @@
 		        console.log(res.target)
 		      }
 		      return {
-		        title: '伟大转折演艺',
+		        title: this.$isDevelop?'剧场票务':'伟大转折演艺',
 		        path: '/pages/ticketlist'
 		      }
 		    },