liukang 2 years ago
parent
commit
118ed83853
33 changed files with 217 additions and 90 deletions
  1. 16 0
      .hbuilderx/launch.json
  2. 6 1
      index.html
  3. 11 0
      manifest.json
  4. 3 12
      pages.json
  5. 117 32
      pages/detail/detail.vue
  6. 55 44
      pages/index/index.vue
  7. BIN
      static/image/index1/bottom_img1.png
  8. BIN
      static/image/index1/bottom_img2.png
  9. BIN
      static/image/index1/bottom_img3.png
  10. BIN
      static/image/index1/img1.png
  11. BIN
      static/image/index1/img2.png
  12. BIN
      static/image/index1/img3.png
  13. BIN
      static/image/index1/img4.png
  14. BIN
      static/image/index1/logo.png
  15. BIN
      static/image/index1/logo2.png
  16. BIN
      static/logo.png
  17. BIN
      unpackage/dist/build/h5.rar
  18. 9 1
      unpackage/dist/build/h5/index.html
  19. BIN
      unpackage/dist/build/h5/static/image/index1/bottom_img1.png
  20. BIN
      unpackage/dist/build/h5/static/image/index1/bottom_img2.png
  21. BIN
      unpackage/dist/build/h5/static/image/index1/bottom_img3.png
  22. BIN
      unpackage/dist/build/h5/static/image/index1/img1.png
  23. BIN
      unpackage/dist/build/h5/static/image/index1/img2.png
  24. BIN
      unpackage/dist/build/h5/static/image/index1/img3.png
  25. BIN
      unpackage/dist/build/h5/static/image/index1/img4.png
  26. BIN
      unpackage/dist/build/h5/static/image/index1/logo.png
  27. BIN
      unpackage/dist/build/h5/static/image/index1/logo2.png
  28. BIN
      unpackage/dist/build/h5/static/img/footer_bg.122bd146.png
  29. 0 0
      unpackage/dist/build/h5/static/js/index.841385c4.js
  30. 0 0
      unpackage/dist/build/h5/static/js/pages-detail-detail.c1006ee9.js
  31. 0 0
      unpackage/dist/build/h5/static/js/pages-detail-detail~pages-index-index.a999d3ad.js
  32. 0 0
      unpackage/dist/build/h5/static/js/pages-index-index.b62ef5f0.js
  33. BIN
      unpackage/dist/build/h5/static/logo.png

+ 16 - 0
.hbuilderx/launch.json

@@ -0,0 +1,16 @@
+{ // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/
+  // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数
+    "version": "0.0",
+    "configurations": [{
+     	"default" : 
+     	{
+     		"launchtype" : "local"
+     	},
+     	"mp-weixin" : 
+     	{
+     		"launchtype" : "local"
+     	},
+     	"type" : "uniCloud"
+     }
+    ]
+}

+ 6 - 1
index.html

@@ -2,6 +2,11 @@
 <html lang="en">
   <head>
     <meta charset="UTF-8" />
+	<title>DayDayU 日日學|香港線上學習平台</title>
+	<meta name="description" content="全港第一全自助線上學習平台. 為你發掘不同領域的知識寶庫,從大師身上汲取知識. 平台集合預錄課程、直播教學、線上諮詢等功能,打破傳統學習界限,隨時隨地學你想學的事."/>
+	
+	<link rel="stylesheet" href="<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css" />
+	<link rel="icon" href="static/image/index1/logo2.png" />
     <script>
       var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') ||
         CSS.supports('top: constant(a)'))
@@ -9,7 +14,7 @@
         '<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
         (coverSupport ? ', viewport-fit=cover' : '') + '" />')
     </script>
-    <title></title>
+	
     <!--preload-links-->
     <!--app-context-->
   </head>

+ 11 - 0
manifest.json

@@ -14,11 +14,22 @@
                         "^/api" : ""
                     }
                 }
+<<<<<<< HEAD
+            },
+            "https" : false
+        },
+        "router" : {
+            "base" : "./"
+        },
+        "template" : "index.html",
+        "title" : "DayDayU 日日學|香港線上學習平台"
+=======
             }
         },
         "router" : {
             "base" : "./"
         }
+>>>>>>> e2314e8e37337ca741c4233b38686a5a1277ebe5
     },
     "description" : "",
     "versionName" : "1.0.0",

+ 3 - 12
pages.json

@@ -4,24 +4,15 @@
 	},
 	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
 		{
-			"path": "pages/index/index",
-			"style": {
-				"navigationBarTitleText": ""
-			}
+			"path": "pages/index/index"
 		}
 	    ,{
-            "path" : "pages/detail/detail",
-            "style" :                                                                                    
-            {
-                "navigationBarTitleText": "",
-                "enablePullDownRefresh": false
-            }
-            
+            "path" : "pages/detail/detail"
         }
     ],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
-		"navigationBarTitleText": "uni-app",
+		"navigationBarTitleText": "DayDayU 日日學|香港線上學習平台",
 		"navigationBarBackgroundColor": "#F8F8F8",
 		"backgroundColor": "#F8F8F8"
 	},

+ 117 - 32
pages/detail/detail.vue

@@ -1,16 +1,16 @@
 <template>
 	<view class="content">
 		<view class="hflex acenter jbetween top">
-			<image src="/static/image/index1/logo.png" class="logo"></image>
+			<image src="/static/image/index1/logo2.png" class="logo"></image>
 			<view class="vflex">
 				<view class="top_title">線上課程,直播,活動,求職,補習,一應俱全</view>
 				<view class="top_title2">「Day Day U」APP開啟更多功能</view>
 			</view>
-			<view class="top_btn hflex acenter jcenter">下載</view>
+			<view class="top_btn hflex acenter jcenter" @click="toIndex">下載</view>
 		</view>
 		<view class="video">
 			<view class="top_label hflex acenter jcenter">會員免費試看此課程,立即下載APP註冊</view>
-			<video :src="pageData.video"></video>
+			<video :src="pageData.course_video"></video>
 		</view>
 		<view class="box">
 			<view class="box_title">{{pageData.title}}<span class="title_text">線上課程</span></view>
@@ -18,20 +18,25 @@
 				<image class="avatar" :src="pageData.headimg"></image>
 				<view class="user_name">{{pageData.name}}</view>
 			</view>
-			<view class="info">{{pageData.provider_record}}</view>
+			<view class="info_box">
+				{{intro}}
+				<span class="text_blue1" v-if="show" @click="change">{{show_info?'收起':'更多'}}</span>
+				<!-- <u-parse :content="intro" :class="show_info?'':'info'"></u-parse> -->
+			</view>
+			<!-- <view class="info">{{pageData.provider_record}}</view> -->
 			<view class="hflex acenter ">
 				<view class="text_style1">{{evaluate.evaluate_avg}}評分</view>
-				<u-rate count="5" v-model="evaluate.evaluate_avg" active-color="#f7b500"></u-rate>
+				<u-rate count="5" readonly v-model="evaluate.evaluate_avg" active-color="#f7b500"></u-rate>
 				<image src="/static/image/index1/watch.png" style="margin: 0 1rpx 0 2rpx;width: 32rpx;height: 32rpx;"></image>
 				<view class="text_style1">{{pageData.sale_num}}觀看</view>
 			</view>
-			<view class=" hflex aend">
-				<view class="text_blue">HK $ </view>
-				<view class="price">{{pageData.price}}</view>
-				<view class="text_style1 line">HK ${{pageData.original_price}}</view>
-				<view class="text_style1" style="font-size: 28rpx;padding-left: 20rpx;"> {{pageData.discount}}折扣</view>
+			<view class=" hflex aend" style="padding: 10rpx 0 0;">
+				<view class="text_blue">HK $ <span class="price">{{pageData.price}}</span></view>
+				<!-- <view class="price"></view> -->
+				<view class="text_style1 line">HK ${{ Math.trunc(pageData.original_price)}}</view>
+				<view class="text_style1" style="font-size: 28rpx;padding-left: 20rpx;"> {{pageData.discount}}%折扣</view>
 			</view>
-			<view class="hflex acenter jcenter buy_btn">立即購買</view>
+			<view class="hflex acenter jcenter buy_btn" @click="buy">立即購買</view>
 			<view class="list">
 				<view class="title" style="padding: 32rpx 0;">你將學會</view>
 				<view class="vflex">
@@ -55,17 +60,17 @@
 					<view class="title_right">{{pageData.section_num}}章節·{{pageData.classroom_num}}單元·總長{{pageData.duration}}分鐘</view>
 				</view>
 				<view class="course_list">
-					<block v-for="(item,index) in pageData.section_info.slice(0,3)" :key="index">
+					<block v-for="(item,index) in pageData.section_info" :key="index">
 						<view class="list_item">
 							<view class="hflex acenter jbetween">
 								<view class="item_left">{{item.section_name}}</view>
 								<view class="hflex acenter" @click="open(index)">
 									<!-- <view class="item_right">長度·{{item.length}}分鐘</view> -->
-									<u-icon name="arrow-down" color="#000" size="18" v-if="item.open"></u-icon>
+									<u-icon name="arrow-down" color="#000" size="18" v-if="item.opener"></u-icon>
 									<u-icon name="arrow-right" color="#000" size="18" v-else></u-icon>
 								</view>
 							</view>
-							<view class="children" v-show="item.open">
+							<view class="children" v-show="item.opener">
 								<block v-for="(item2,index2) in item.element_info" :key="index2">
 									<view class="hflex acenter jbetween" style="padding: 15rpx 0pt 0pt;">
 										<view class="hflex acenter">
@@ -80,15 +85,18 @@
 							</view>
 						</view>
 					</block>
-					<view class="hflex acenter jcenter" style="padding-top: 32rpx;">
+					<view class="hflex acenter jcenter" style="padding-top: 32rpx;" v-if="pageData.section_num > 3">
 						<view class="hflex acenter jcenter list_btn">還有{{pageData.section_num - 3}}章節</view>
 					</view>
 				</view>
 				
 			</view>
 			<view class="title" style="padding: 48rpx 0 32rpx;">課程要求和說明</view>
-			<view class="vflex">
-				<u-parse :content="pageData.detail"></u-parse>
+			<view class="vflex dis">
+				<u-read-more showHeight="400" :toggle="true" closeText="顯示更多" ref="uReadMore">
+					<u-parse :content="pageData.detail" @load="load"></u-parse>
+				</u-read-more>
+				
 				<!-- <view class="hflex acenter jcenter">
 					<view class="show_btn hflex acenter jcenter">顯示更多</view>
 				</view> -->
@@ -102,20 +110,20 @@
 					</view>
 				</view>
 				<view class="course_list">
-					<block v-for="(item,index) in evaluate.evaluate_list.slice(0,3)" :key="index">
+					<block v-for="(item,index) in evaluate.evaluate_list" :key="index">
 						<view class="list_item hflex acenter">
 							<image :src="item.headimg" class="item_avatar"></image>
 							<view class="img_right">
 								<view class="hflex acenter">
 									<view class="item_name2">{{item.name}}</view>
-									<u-rate count="5" v-model="item.content" active-color="#f7b500"></u-rate>
+									<u-rate count="5" readonly v-model="item.content" active-color="#f7b500"></u-rate>
 								</view>
 								<view class="text_content">{{item.content}}</view>
 							</view>
 						</view>
 					</block>
 					<view class="hflex acenter jcenter" style="padding-top: 32rpx;">
-						<view class="hflex acenter jcenter list_btn">{{evaluate.evaluate_list.length == 0? '暫無評分' : '顯示更多'}}</view>
+						<view class="hflex acenter jcenter list_btn">{{evaluate.evaluate_num == 0? '暫無評分' : '顯示更多'}}</view>
 					</view>
 				</view>
 			</view>
@@ -146,12 +154,16 @@
 					img3: '/static/image/index1/bottom_img3.png',
 				},
 				evaluate:'',
-				id: ''
+				id: '',
+				show_info:false,
+				intro: '',
+				show: false
 			}
 		},
 		onLoad(options) {
 			that = this
 			that.id = options.id
+			// that.id = '280'
 			that.getData()
 			that.getEvaluate()
 		},
@@ -165,6 +177,18 @@
 				}, function(res) {
 					if(res.code == 1) {
 						that.pageData = res.data
+						if(that.pageData.section_info.length >3) {
+							that.pageData.section_info = that.pageData.section_info.slice(0,3)
+						}
+						for(var i=0;i<that.pageData.section_info.length;i++) {
+							that.$set(that.pageData.section_info[i],'opener',false)
+						}
+						if(that.pageData.introduce.length>45) {
+							that.intro = that.pageData.introduce.substring(0,45) + '... '
+							that.show = true
+						} else {
+							that.intro = that.pageData.introduce
+						}
 					}
 				})
 			},
@@ -179,22 +203,42 @@
 				}, function(res) {
 					if(res.code == 1) {
 						that.evaluate = res.data
+						if(that.evaluate.evaluate_num > 3) {
+							that.evaluate.evaluate_list = that.evaluate.evaluate_list.slice(0,3)
+						}
 					}
 				})
 			},
+			toIndex() {
+				$api.jump('/pages/index/index')
+			},
+			load() {
+				this.$refs.uReadMore.init();
+			},
 			open(index) {
-				if(that.pageData.section_info[index].open) {
-					that.pageData.section_info[index].open = false
+				if(that.pageData.section_info[index].opener) {
+					that.pageData.section_info[index].opener = false
+				} else {
+					that.$set(that.pageData.section_info[index],'opener',true)
+				}
+			},
+			change() {
+				that.show_info = !that.show_info
+				if(that.show_info) {
+					that.intro = that.pageData.introduce
 				} else {
-					that.$set(that.pageData.section_info[index],'open',true)
+					that.intro = that.pageData.introduce.substring(0,45) + '... '
 				}
+			},
+			buy() {
+				location.href="https://www.daydayu.com/index.html#/video-pay?id=" + that.id
 			}
 		},
 	}
 </script>
 
 <style lang="scss" scoped>
-	.content {
+	.content::v-deep {
 		.top {
 			width: 100%;
 			height: 120rpx;
@@ -203,8 +247,8 @@
 			box-sizing: border-box;
 			padding: 20rpx;
 			.logo {
-				width: 112rpx;
-				height: 77rpx;
+				width: 68rpx;
+				height: 68rpx;
 			}
 			.top_title {
 				font-size: 26rpx;
@@ -284,18 +328,30 @@
 				color: #333333;
 				line-height: 48rpx;
 			}
-			.info {
+			.info_box {
+				width: 100%;
+				// height: 50rpx;
 				font-size: 28rpx;
 				font-weight: 400;
 				color: #666666;
 				line-height: 40rpx;
-				padding: 20rpx 0 16rpx;
+				margin: 20rpx 0 16rpx;
+			}
+			.info {
+				
+				text-overflow: ellipsis;
+				overflow: hidden;
+				display: -webkit-box;
+				-webkit-box-orient: vertical;
+				box-orient: vertical;
+				line-clamp: 2;
+				-webkit-line-clamp: 2;
 			}
 			.text_style1 {
 				font-size: 24rpx;
 				font-weight: 400;
 				color: #999999;
-				line-height: 33rpx;
+				// line-height: 33rpx;
 			}
 			.line {
 				font-size: 28rpx;
@@ -306,12 +362,19 @@
 				font-size: 36rpx;
 				font-weight: 600;
 				color: #5581FB;
-				line-height: 50rpx;
+				// line-height: 50rpx;
+			}
+			.text_blue1 {
+				font-size: 28rpx;
+				font-weight: 400;
+				color: #5581FB;
+				line-height: 40rpx;
 			}
 			.price {
 				font-size: 56rpx;
 				color: #5581FB;
 				font-weight: 600;
+				line-height: 50rpx;
 			}
 			.buy_btn {
 				width: 246rpx;
@@ -335,6 +398,11 @@
 				-webkit-background-clip: text;
 				-webkit-text-fill-color: transparent;
 			}
+			.dis {
+				.u-icon--right {
+					display: none;
+				}
+			}
 			.list {
 				width: 644rpx;
 				border-radius: 16rpx;
@@ -503,7 +571,7 @@
 		.footer {
 			width: 100%;
 			height: 262rpx;
-			background: url('/static/image/index1/footer_bg.png') no-repeat;
+			background: url('@/static/image/index1/footer_bg.png') no-repeat;
 			background-size: 100%;
 			.bottom_left {
 				width: 216rpx;
@@ -515,5 +583,22 @@
 				height: 64rpx;
 			}
 		}
+		.u-read-more__toggle__text {
+			width: 181rpx;
+			height: 48rpx;
+			border-radius: 8rpx;
+			border: 2rpx solid #5581FB;
+			font-size: 28rpx;
+			font-weight: 400;
+			color: #5581FB;
+			line-height: 40rpx;
+			margin: 48rpx 0 48rpx;
+			display: flex;
+			justify-content: center;
+		}
+		.u-text {
+			justify-content: center !important;
+		}
+		
 	}
 </style>

+ 55 - 44
pages/index/index.vue

@@ -2,7 +2,7 @@
 	<view class="content">
 		<view class="top_bg">
 			<view class="hflex acenter jbetween top">
-				<image src="/static/image/index1/logo.png" class="logo"></image>
+				<image src="/static/image/index1/logo2.png" class="logo"></image>
 				<view class="vflex">
 					<view class="top_title">線上課程,直播,活動,求職,補習,一應俱全</view>
 					<view class="top_title2">「Day Day U」APP開啟更多功能</view>
@@ -10,7 +10,7 @@
 				<view class="top_btn hflex acenter jcenter" @click="detail">下載</view>
 			</view>
 			<view class="hflex acenter jcenter logo_box">
-				<image src="/static/image/index1/logo.png" class="logo"></image>
+				<image src="/static/image/index1/logo.png" class="logo2"></image>
 			</view>
 			<view class="banner">
 				<u-swiper :list="bannerList" keyName="logo" height="250" @change="changeBanner" @click="clickBanner">
@@ -32,14 +32,14 @@
 			<video :src="video"></video>
 		</view>
 		<view class="btn_group hflex acenter jcenter">
-			<view class="btn1 hflex acenter jcenter">成為導師</view>
-			<view class="btn2 hflex acenter jcenter">用戶註冊</view>
+			<view class="btn1 hflex acenter jcenter" @click="toLogin(1)">成為導師</view>
+			<view class="btn2 hflex acenter jcenter" @click="toLogin(2)">用戶註冊</view>
 		</view>
 		<view class="box">
 			<block v-for="(item,index) in pageList" :key="index">
 				<view class="box_item vflex acenter jcenter" :id="'box' + index">
 					<view class="title">{{item.name}}</view>
-					<image class="box_img" :src="item.img"></image>
+					<image class="box_img" :src="item.img" mode="heightFix"></image>
 					<view class="box_list">
 						<block v-for="(item2,index2) in item.list" :key="index2">
 							<view class="vflex">
@@ -59,8 +59,8 @@
 			</view>
 		</view>
 		<view class="footer">
-			<view class="hflex acenter jcenter foot_btn1">聯絡我們</view>
-			<view class="hflex acenter jcenter foot_btn1">進入桌面版</view>
+			<view class="hflex acenter jcenter foot_btn1" @click="liaison">聯絡我們</view>
+			<view class="hflex acenter jcenter foot_btn1" @click="open">進入桌面版</view>
 		</view>
 	</view>
 </template>
@@ -72,6 +72,7 @@
 		data() {
 			return {
 				bannerList: [
+					
 				],
 				current: 0,
 				tabs: [
@@ -99,31 +100,27 @@
 						name: '線上課程',
 						list: [
 							{
-								title: '直接回復',
-								name: '想問多少?直接回復你想在討論的訊息,之後重溫問答對話一目了然',
+								title: '多元化內容',
+								name: '課程影片數量持續更新 開啟你的知識寶庫',
 							},
 							{
-								title: '有梳理教學指導',
-								name: '導師都續遵守教學指引,以確保同學在獲得解答的同時會成功掌握相關的概念及解題技巧',
+								title: '自主學習',
+								name: '隨時隨地 按你節奏展開學習',
 							}
 						]
 					},
 					{
 						img: '/static/image/index1/img2.png',
-						name: '直播/活動',
+						name: '直播課堂',
 						list: [
 							{
-								title: '隨時隨地,任問熱門科目',
-								name: '',
+								title: '簡化學習',
+								name: '將傳統教室移師線上 縮短學習距離',
 							},
 							{
-								title: '檢查答案  vs  詳細解答',
-								name: '按你的需求選擇導師的回答模式“快速檢查、細心解答,任君選擇',
+								title: '無地域限制',
+								name: '足不出戶都可跨地域跟大師對話',
 							},
-							{
-								title: '智能系統為您找導師',
-								name: '',
-							}
 						]
 					},
 					{
@@ -131,26 +128,26 @@
 						name: '上網問功課',
 						list: [
 							{
-								title: '直接回復',
-								name: '想問多少?直接回復你想在討論的訊息,之後重溫問答對話一目了然',
+								title: '直擊問題',
+								name: '針對功課難題 逐一解決',
 							},
 							{
-								title: '有梳理教學指導',
-								name: '導師都續遵守教學指引,以確保同學在獲得解答的同時會成功掌握相關的概念及解題技巧',
+								title: '即時發問',
+								name: '無需等待 步驟簡易 想問就問',
 							}
 						]
 					},
 					{
 						img: '/static/image/index1/img4.png',
-						name: '招聘信息',
+						name: '招聘人材',
 						list: [
 							{
-								title: '直接回復',
-								name: '想問多少?直接回復你想在討論的訊息,之後重溫問答對話一目了然',
+								title: '目標精準',
+								name: '運用教育平台匯集進修人材優勢 容易找到理想僱員',
 							},
 							{
-								title: '有梳理教學指導',
-								name: '導師都續遵守教學指引,以確保同學在獲得解答的同時會成功掌握相關的概念及解題技巧',
+								title: '直接對話',
+								name: '運用平台內設聊天工具 可直接與求職者交談',
 							}
 						]
 					},
@@ -171,7 +168,7 @@
 		methods: {
 			getBanner() {
 				$api.req({
-					url: '/api/Index/banner',
+					url: '/api/Index/banner_h5',
 				}, function(res) {
 					if(res.code == 1) {
 						that.bannerList = res.data
@@ -180,12 +177,11 @@
 			},
 			getVideo() {
 				$api.req({
-					url: '/api/Index/recommend_course',
+					url: '/api/Index/video_h5',
 					
 				},function(res) {
 					if(res.code == 1) {
-						that.video = res.data[0].video
-						that.video_id = res.data[0].id
+						that.video = res.data
 					}
 				})
 			},
@@ -206,8 +202,23 @@
 				}).exec();
 			},
 			detail() {
-				$api.jump('/pages/detail/detail?id=' + that.video_id)
-			}
+				// $api.jump('/pages/detail/detail?id=' + that.video_id)
+			},
+			toLogin(index) {
+				var href = ''
+				if(index == 1) {
+					href = 'https://www.daydayu.com/index.html#/shenqing'
+				} else {
+					href = 'https://www.daydayu.com/index.html#/login'
+				}
+				location.href = href
+			},
+			liaison() {
+				location.href="https://api.whatsapp.com/send?phone=85255035623"  
+			},
+			open() {
+				location.href="https://www.daydayu.com/index.html#/"  
+			},
 		},
 	}
 </script>
@@ -216,15 +227,15 @@
 	.content::v-deep {
 		.top_bg {
 			width: 100%;
-			height: 822rpx;
+			height: 722rpx;
 			background: url('../../static/image/index1/top_bg.png') no-repeat;
 			background-size: 100%;
 			.logo_box {
 				width: 100%;
-				padding: 50rpx 0;
-				.logo {
-					width: 153rpx;
-					height: 107rpx;
+				// padding: 50rpx 0;
+				.logo2 {
+					width: 182rpx;
+					height: 89rpx;
 				}
 			}
 			.top {
@@ -235,8 +246,8 @@
 				box-sizing: border-box;
 				padding: 20rpx;
 				.logo {
-					width: 112rpx;
-					height: 77rpx;
+					width: 68rpx;
+					height: 68rpx;
 				}
 				.top_title {
 					font-size: 26rpx;
@@ -379,7 +390,7 @@
 					-webkit-text-fill-color: transparent;
 				}
 				.box_img {
-					width: 646rpx;
+					// width: 646rpx;
 					height: 330rpx;
 					margin: 24rpx 0;
 				}
@@ -434,7 +445,7 @@
 		.footer {
 			width: 100%;
 			height: 262rpx;
-			background: url('/static/image/index1/footer_bg.png') no-repeat;
+			background: url('@/static/image/index1/footer_bg.png') no-repeat;
 			background-size: 100%;
 			.foot_btn1 {
 				width: 490rpx;

BIN
static/image/index1/bottom_img1.png


BIN
static/image/index1/bottom_img2.png


BIN
static/image/index1/bottom_img3.png


BIN
static/image/index1/img1.png


BIN
static/image/index1/img2.png


BIN
static/image/index1/img3.png


BIN
static/image/index1/img4.png


BIN
static/image/index1/logo.png


BIN
static/image/index1/logo2.png


BIN
static/logo.png


BIN
unpackage/dist/build/h5.rar


+ 9 - 1
unpackage/dist/build/h5/index.html

@@ -1,2 +1,10 @@
+<<<<<<< HEAD
+<!DOCTYPE html><html lang=en><head><meta charset=UTF-8><title>DayDayU 日日學|香港線上學習平台</title><meta name=description content="全港第一全自助線上學習平台. 為你發掘不同領域的知識寶庫,從大師身上汲取知識. 平台集合預錄課程、直播教學、線上諮詢等功能,打破傳統學習界限,隨時隨地學你想學的事."><link rel=stylesheet href=./static/index.b0707a6a.css><link rel=icon href=static/image/index1/logo2.png><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') ||
+        CSS.supports('top: constant(a)'))
+      document.write(
+        '<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
+        (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script></head><body><div id=app></div><script type=module src=/main.js></script><script src=./static/js/chunk-vendors.b0d6bf7d.js></script><script src=./static/js/index.841385c4.js></script></body></html>
+=======
 <!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>rrx-H5</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
-            document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=./static/index.b0707a6a.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=./static/js/chunk-vendors.b0d6bf7d.js></script><script src=./static/js/index.d285e0a8.js></script></body></html>
+            document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=./static/index.b0707a6a.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=./static/js/chunk-vendors.b0d6bf7d.js></script><script src=./static/js/index.d285e0a8.js></script></body></html>
+>>>>>>> e2314e8e37337ca741c4233b38686a5a1277ebe5

BIN
unpackage/dist/build/h5/static/image/index1/bottom_img1.png


BIN
unpackage/dist/build/h5/static/image/index1/bottom_img2.png


BIN
unpackage/dist/build/h5/static/image/index1/bottom_img3.png


BIN
unpackage/dist/build/h5/static/image/index1/img1.png


BIN
unpackage/dist/build/h5/static/image/index1/img2.png


BIN
unpackage/dist/build/h5/static/image/index1/img3.png


BIN
unpackage/dist/build/h5/static/image/index1/img4.png


BIN
unpackage/dist/build/h5/static/image/index1/logo.png


BIN
unpackage/dist/build/h5/static/image/index1/logo2.png


BIN
unpackage/dist/build/h5/static/img/footer_bg.122bd146.png


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/h5/static/js/index.841385c4.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-detail-detail.c1006ee9.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-detail-detail~pages-index-index.a999d3ad.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-index-index.b62ef5f0.js


BIN
unpackage/dist/build/h5/static/logo.png


Some files were not shown because too many files changed in this diff