Przeglądaj źródła

更新 'pages/painting/painting.vue'

wenxin 1 rok temu
rodzic
commit
7402befcf0
1 zmienionych plików z 27 dodań i 16 usunięć
  1. 27 16
      pages/painting/painting.vue

+ 27 - 16
pages/painting/painting.vue

xqd xqd xqd xqd xqd xqd xqd xqd xqd xqd xqd
@@ -5,7 +5,6 @@
 
 		<!-- 	<view class="form u-flex align-center justify-center" :style="{height: windowHeight+'px'}"
 			v-if="appInfo.page_template == 1 || !appInfo.page_template"> -->
-
 		<view class="form u-flex align-center justify-center" :style="{height: windowHeight+'px'}"
 			v-if="appInfo.page_template == 1">
 			<view class="top-notice" v-if="appInfo && appInfo.notice"><u-notice-bar
@@ -39,7 +38,6 @@
 						@out="handleOut"></u-notice-bar>
 				</view>
 			</view>
-
 			<view class="directask">
 				<view class="addBg" style="padding-left: 0;padding-right: 0;">
 					<!-- 📝 -->
@@ -103,7 +101,6 @@
 							<view @click="onSubmit(valuechat)" hover-class="hoversubmit" class="submit">
 								{{tapsubmit}}
 							</view>
-
 							<view class="rClear">
 								<image @click.stop="goLead" src="/static/wenhao.png" mode=""
 									style="width: 52rpx;height: 52rpx;"></image>
@@ -111,12 +108,9 @@
 						</view>
 					</view>
 				</view>
-
 				<!-- 	<view v-if="appInfo.page_template == 3" style="margin-bottom: 16px">
 					<u-alert :title="appInfo.notice" type="warning" effect="dark"></u-alert>
 				</view> -->
-
-
 				<block v-if="appInfo.page_template == 2">
 					<view class="askaquestion u-flex align-center justify-between" style="margin-bottom: 4rpx;">
 						<!-- 🔥 -->
@@ -139,8 +133,6 @@
 							ref="vBarrage"></vastwu-barrage>
 					</view>
 				</block>
-
-
 				<view class="" v-if="appInfo.page_template == 2" style="padding-left: 10rpx;padding-right: 10rpx;">
 					<view class="addbox">
 						<view class="askaquestion u-flex align-center justify-between ">
@@ -205,8 +197,6 @@
 			</view>
 		</u-popup> -->
 		<!-- #endif -->
-
-
 		<wike-model v-if="signShow" :authorize="false" :title="signTitle" btnText="立即获取" @save="signSign"
 			@close="signShow = false"></wike-model>
 		<!-- <block v-if="is_aipainting"> -->
@@ -226,8 +216,6 @@
 		<u-modal @cancel="handleCancel" @confirm="handleConfirm" cancelText='退出登录' showCancelButton :show="showFixInfo"
 			confirmColor="#26b3a0" confirmText="完善信息" title="请完善个人手机号信息后使用本应用"
 			content='您已充值,但未绑定手机号,请完善信息以方便为您提供进一步的服务'></u-modal>
-
-
 		<!-- <view class="leadPic" v-if="showlead">
 			<view class="lead1Box" v-show="showlead1">
 				<view class="lead1">
@@ -244,7 +232,22 @@
 				</view>
 			</view>
 		</view> -->
+			<!-- <video v-show="true"></video> -->
+			
+			
+			
+					<view class="video_show" v-if="show">
+					 	<view class="content">
+									 <uni-icons type="close" size="30" @click="show= false"></uni-icons> 
+											 	<!-- <video-show ></video-show> -->
+												<view class="video-box">
+												<video-show></video-show>
+												</view>
+											<!-- <view class="video-content" ></view> -->
+						</view> 
+					</view> 
 	</view>
+
 </template>
 
 <script>
@@ -254,6 +257,7 @@
 		mapState,
 		mapGetters
 	} from 'vuex';
+	// import videoShow from '@/pages/user/public/lead.vue'
 	let interstitialAd = null,
 		timer,
 		time2;
@@ -269,13 +273,16 @@
 	import {
 		init
 	} from "@/common";
+	import videoShow from '@/pages/user/public/lead.vue'
 	export default {
 		components: {
 			noticeBar,
-			vastwuBarrage
+			vastwuBarrage,
+			videoShow
 		},
 		data() {
 			return {
+				show:false,
 				showlead: false,
 				showlead1: true,
 
@@ -509,9 +516,13 @@
 		methods: {
 			...mapActions(['getUserInfo', 'showAuthModal', 'getUserData', 'logout']),
 			goLead() {
-				uni.navigateTo({
-					url: '/pages/user/public/lead'
-				})
+				// uni.navigateTo({
+				// 	url: '/pages/user/public/lead'
+				// })
+				console.log(this.show)
+				 console.log(3333)
+				this.show = true
+				console.log(this.show)
 			},
 			closeLead2() {
 				this.showlead = false