Ver Fonte

fix: 调整部分功能模块

wenxingxing há 2 dias atrás
pai
commit
b994449820

+ 1 - 1
pages/auth/h5Login/oneLogin.html

@@ -53,7 +53,7 @@
     function initGy() {
         GyManager.setDebugMode(true)
         GyManager.init({
-            app: "芳华未来",
+            app: "乐享韶华",
             appid: appid, timeout: 3000, onResult: function (res) {
                 console.log("demo init ", res);
                 if (res.success) {

+ 1 - 1
pages/auth/h5WxLogin.vue

@@ -6,7 +6,7 @@
 					<view class="logo-img">
 						<image src="/static/logo.png"></image>
 					</view>
-					<view class="title">芳华未来</view>
+					<view class="title">乐享韶华</view>
 				</view>
 				<view class="login-notice">为了提供更优质的服务,请先登录</view>
 				<view class="btns">

+ 1 - 1
pages/auth/loginIndex.vue

@@ -2,7 +2,7 @@
 	<view class="container">
 		<view class="login-title">
 			<view>您好,</view>
-			<view>欢迎来到芳华未来!</view>
+			<view>欢迎来到乐享韶华!</view>
 		</view>
 		<!-- <view class="logoimage"><image src="/static/logo.png" mode="aspectFill"></image></view> -->
 		<view class="login-box">

+ 1 - 0
pages/index/homePageSearch.vue

@@ -174,6 +174,7 @@ export default {
 				pageNum: this.searchPage.pageNum,
 				pageSize: this.searchPage.pageSize,
 				keyword: this.keywordValue,
+				yyxTag: 3
 			};
 			uni.showLoading({
 				title: "加载中...",

+ 6 - 6
pages/index/index.vue

@@ -15,7 +15,7 @@
 
 		<!-- 应用标题与副标题 -->
 		<view class="brand">
-			<image src="/static/images/new/title.png" mode="widthFix"></image>
+			<image src="https://bjzmky-1323137866.cos.ap-chongqing.myqcloud.com/class/title2.png" mode="widthFix"></image>
 			<!-- <text class="brand-title">品质韶华·乐享朝夕</text>
 			<text class="brand-subtitle">全国89%的中老年人都在用的兴趣内容社区</text> -->
 		</view>
@@ -32,7 +32,7 @@
 							<image :src="item.imageUrl" mode=""></image>
 						</swiper-item> -->
 						<swiper-item class="swiper-item">
-							<image src="/static/images/new/banner.png" mode=""></image>
+							<image src="https://bjzmky-1323137866.cos.ap-chongqing.myqcloud.com/class/banner2.png" mode=""></image>
 						</swiper-item>
 					</swiper>
 				</view>
@@ -42,8 +42,8 @@
 			<view class="section video-section">
 				<view class="section-head">
 					<view class="section-title-wrap">
-						<image class="play-icon" src="/static/images/new/bofang.png" mode=""></image>
-						<image class="section-title" src="/static/images/new/yyx.png"></image>
+						<image class="play-icon" src="https://bjzmky-1323137866.cos.ap-chongqing.myqcloud.com/class/yxbofang.png" mode=""></image>
+						<image class="section-title" src="https://bjzmky-1323137866.cos.ap-chongqing.myqcloud.com/class/yxy2.png"></image>
 					</view>
 					<view class="section-more" @click="onMoreVideos">查看更多
 						<image src="/static/images/new/back.png"></image>
@@ -83,8 +83,8 @@
 			<view class="section course-section">
 				<view class="section-head">
 					<view class="section-title-wrap">
-						<image class="play-icon" src="/static/images/new/bofang.png" mode=""></image>
-						<image class="section-title" src="/static/images/new/jpk.png"></image>
+						<image class="play-icon" src="https://bjzmky-1323137866.cos.ap-chongqing.myqcloud.com/class/bofang2.png" mode=""></image>
+						<image class="section-title" src="https://bjzmky-1323137866.cos.ap-chongqing.myqcloud.com/class/jpk2.png"></image>
 					</view>
 					<view class="section-more" @click="onMoreCourses">更多课程
 						<image src="/static/images/new/back.png"></image>

+ 1 - 1
pages_live/shopping/complaint.vue

@@ -4,7 +4,7 @@
 			<view class="complaint-header-title">投诉对象</view>
 			<view class="complaint-header-info">
 				<image class="complaint-header-logo" style="border-radius: 50%;" src="/static/images/live/logo.png"></image>
-				<text class="complaint-header-name">芳华未来</text>
+				<text class="complaint-header-name">乐享韶华</text>
 			</view>
 		</view>
 		<view class="complaint-form-section" >

+ 1 - 1
pages_mall/my.vue

@@ -102,7 +102,7 @@
 			</scroll-view>
 		</view>
 
-		<view class="complaintViewClass">
+		<view class="complaintViewClass" @click="navTo('/pages/user/feedback')">
 			<image src="/static/image/my/complaint_icon.png" mode="aspectFill"></image>
 			<view class="complaintViewTextClass">客服投诉</view>
 		</view>