Commit d83a6690b931063fefd9c1934f5bd8f0c19ab262

Authored by 夏洋涛
1 parent 2f23010e
Exists in master

feat:文字修改,部分功能隐藏

src/router/index.js
@@ -299,7 +299,7 @@ const routes = [ @@ -299,7 +299,7 @@ const routes = [
299 component: () => 299 component: () =>
300 import('@/views/Service/AbroadDetail/AbroadDetail.vue'), 300 import('@/views/Service/AbroadDetail/AbroadDetail.vue'),
301 meta: { 301 meta: {
302 - title: '商品详情' 302 + title: '课程详情'
303 } 303 }
304 }, 304 },
305 { 305 {
@@ -308,7 +308,7 @@ const routes = [ @@ -308,7 +308,7 @@ const routes = [
308 component: () => 308 component: () =>
309 import('@/views/Service/AbroadDetailNext/AbroadDetailNext.vue'), 309 import('@/views/Service/AbroadDetailNext/AbroadDetailNext.vue'),
310 meta: { 310 meta: {
311 - title: '商品详情' 311 + title: '课程详情'
312 } 312 }
313 }, 313 },
314 { 314 {
src/views/Home/ServiceOrder.vue
@@ -279,7 +279,7 @@ @@ -279,7 +279,7 @@
279 1、凡拼团活动报名人数未达最低成团数,本团活动则不开营,系统将在72小时内,全额退还,且不产生违约风险赔偿。 279 1、凡拼团活动报名人数未达最低成团数,本团活动则不开营,系统将在72小时内,全额退还,且不产生违约风险赔偿。
280 </p> 280 </p>
281 <p class="about_content"> 281 <p class="about_content">
282 - 2、如果您因行程发生变动需要取消预订,建议您尽可能提前与平台商户取得联系,并按商品订购须知或该商户旅游合同条款进行退款。 282 + 2、如果您因行程发生变动需要取消预订,建议您尽可能提前与平台商户取得联系,并按课程订购须知或该商户旅游合同条款进行退款。
283 </p> 283 </p>
284 <p class="about_content" style="font-weight: bold">如若未声明与明确的,按《浙江省境内旅游合同》条款退款。</p> 284 <p class="about_content" style="font-weight: bold">如若未声明与明确的,按《浙江省境内旅游合同》条款退款。</p>
285 <!-- <p class="about_content">(1)出发前7日至4日,支付旅游费用总额的10%。</p> 285 <!-- <p class="about_content">(1)出发前7日至4日,支付旅游费用总额的10%。</p>
src/views/Service/AbroadDetail/AbroadDetail.vue
@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 <div class="uni_text"> 3 <div class="uni_text">
4 <p class="course_name">{{ detailData.activityLabel ? detailData.activityLabel : detailData.course_name }}</p> 4 <p class="course_name">{{ detailData.activityLabel ? detailData.activityLabel : detailData.course_name }}</p>
5 <p class="course_count">阅读量:{{ detailData.read_count }}</p> 5 <p class="course_count">阅读量:{{ detailData.read_count }}</p>
6 - <!-- 商品标签 --> 6 + <!-- 课程标签 -->
7 <div class="tag_box"> 7 <div class="tag_box">
8 <span class="tag" v-if="detailData.areaAddress"><van-icon name="location" class="icon" /> {{ detailData.areaAddress }}</span> 8 <span class="tag" v-if="detailData.areaAddress"><van-icon name="location" class="icon" /> {{ detailData.areaAddress }}</span>
9 <template v-for="(tag, index) in detailData.course_labels"> 9 <template v-for="(tag, index) in detailData.course_labels">
@@ -26,7 +26,7 @@ @@ -26,7 +26,7 @@
26 </div> 26 </div>
27 </div> 27 </div>
28 </div> --> 28 </div> -->
29 - <!-- 商品详情 --> 29 + <!-- 课程详情 -->
30 <abroad-des v-if="detailData" :detailData="detailData"></abroad-des> 30 <abroad-des v-if="detailData" :detailData="detailData"></abroad-des>
31 <!-- 基地信息 --> 31 <!-- 基地信息 -->
32 <!-- <abroad-base v-if="detailData" :baseId="detailData.baseId"></abroad-base> --> 32 <!-- <abroad-base v-if="detailData" :baseId="detailData.baseId"></abroad-base> -->
src/views/Service/AbroadDetail/AbroadDetailYL.vue
@@ -68,13 +68,13 @@ @@ -68,13 +68,13 @@
68 </div> 68 </div>
69 69
70 <van-tabs class="tabs top_border" v-model="active" swipeable :ellipsis="false" color="#4092FF" scrollspy sticky> 70 <van-tabs class="tabs top_border" v-model="active" swipeable :ellipsis="false" color="#4092FF" scrollspy sticky>
71 - <van-tab title="商品详情"> 71 + <van-tab title="课程详情">
72 <div class="tag_item" v-if="detailData.productFeatures"> 72 <div class="tag_item" v-if="detailData.productFeatures">
73 - <p class="tag_title">商品特色</p> 73 + <p class="tag_title">课程特色</p>
74 <p class="tag_text" v-html="detailData.productFeatures"></p> 74 <p class="tag_text" v-html="detailData.productFeatures"></p>
75 </div> 75 </div>
76 <div class="tag_item" v-if="detailData.productDescription"> 76 <div class="tag_item" v-if="detailData.productDescription">
77 - <p class="tag_title">商品描述</p> 77 + <p class="tag_title">课程描述</p>
78 <div class="content_box"> 78 <div class="content_box">
79 <div class="content_all" :class="isOpen ? 'open' : ''"> 79 <div class="content_all" :class="isOpen ? 'open' : ''">
80 <p v-html="detailData.productDescription"></p> 80 <p v-html="detailData.productDescription"></p>
@@ -215,7 +215,7 @@ export default { @@ -215,7 +215,7 @@ export default {
215 // console.log(query) 215 // console.log(query)
216 this.$router.push({ name: 'ServiceDatePackage', query: query }) 216 this.$router.push({ name: 'ServiceDatePackage', query: query })
217 }, 217 },
218 - // 获取商品详情 218 + // 获取课程详情
219 GetCourseDetail() { 219 GetCourseDetail() {
220 this.$toast.loading({ 220 this.$toast.loading({
221 message: '加载中...', 221 message: '加载中...',
src/views/Service/AbroadDetailNext/AbroadDetailNext.vue
@@ -44,9 +44,9 @@ @@ -44,9 +44,9 @@
44 <van-icon name="location" class="icon" /> 44 <van-icon name="location" class="icon" />
45 {{ detailData.provinceAddress + detailData.cityAddress + detailData.areaAddress + ' ' + detailData.addressDetail }} 45 {{ detailData.provinceAddress + detailData.cityAddress + detailData.areaAddress + ' ' + detailData.addressDetail }}
46 </p> 46 </p>
47 - <!-- 商品评价 --> 47 + <!-- 课程评价 -->
48 <abroad-evaluate v-if="courseId" :courseId="courseId"></abroad-evaluate> 48 <abroad-evaluate v-if="courseId" :courseId="courseId"></abroad-evaluate>
49 - <!-- 商品标签 --> 49 + <!-- 课程标签 -->
50 <div class="tag_box"> 50 <div class="tag_box">
51 <template v-for="(tag, index) in detailData.course_labels"> 51 <template v-for="(tag, index) in detailData.course_labels">
52 <span class="tag" v-if="tag != ''" :key="index">{{ tag }}</span> 52 <span class="tag" v-if="tag != ''" :key="index">{{ tag }}</span>
@@ -79,7 +79,7 @@ @@ -79,7 +79,7 @@
79 套餐说明<br />{{ packageArr[packageActive].comboInfoList[packageTypeActive].comboDescrption }} 79 套餐说明<br />{{ packageArr[packageActive].comboInfoList[packageTypeActive].comboDescrption }}
80 </p> 80 </p>
81 </div> 81 </div>
82 - <!-- 商品详情 --> 82 + <!-- 课程详情 -->
83 <abroad-des v-if="detailData" :detailData="detailData"></abroad-des> 83 <abroad-des v-if="detailData" :detailData="detailData"></abroad-des>
84 <!-- 基地信息 --> 84 <!-- 基地信息 -->
85 <abroad-base v-if="detailData" :baseId="detailData.baseId"></abroad-base> 85 <abroad-base v-if="detailData" :baseId="detailData.baseId"></abroad-base>
@@ -446,11 +446,11 @@ export default { @@ -446,11 +446,11 @@ export default {
446 // 为套餐添加下标 446 // 为套餐添加下标
447 let marketPrice = 9999 447 let marketPrice = 9999
448 for (let j in comboList) { 448 for (let j in comboList) {
449 - // 添加商品已报名数量,过期请删除start 449 + // 添加课程已报名数量,过期请删除start
450 if (this.$route.query.bindId == 3816) { 450 if (this.$route.query.bindId == 3816) {
451 comboList[j].applyCount = comboList[j].applyCount + 521 451 comboList[j].applyCount = comboList[j].applyCount + 521
452 } 452 }
453 - // 添加商品已报名数量,过期请删除end 453 + // 添加课程已报名数量,过期请删除end
454 for (let k in comboList[j].comboInfoList) { 454 for (let k in comboList[j].comboInfoList) {
455 comboList[j].comboInfoList[k].tagIndex = [j, k] 455 comboList[j].comboInfoList[k].tagIndex = [j, k]
456 comboList[j].comboInfoList[k].bindId = comboList[j].id 456 comboList[j].comboInfoList[k].bindId = comboList[j].id
src/views/Service/AbroadDetailNext/CountDown.vue
@@ -100,11 +100,11 @@ export default { @@ -100,11 +100,11 @@ export default {
100 data.clusterTime = this.Moment(new Date(data.clusterTime.replace(/\-/g, '/'))).format('YYYY/MM/DD HH:mm:ss') 100 data.clusterTime = this.Moment(new Date(data.clusterTime.replace(/\-/g, '/'))).format('YYYY/MM/DD HH:mm:ss')
101 data.periodOfValidity = this.Moment(new Date(data.periodOfValidity.replace(/\-/g, '/'))).format('YYYY/MM/DD HH:mm:ss') 101 data.periodOfValidity = this.Moment(new Date(data.periodOfValidity.replace(/\-/g, '/'))).format('YYYY/MM/DD HH:mm:ss')
102 console.log(data.clusterTime) 102 console.log(data.clusterTime)
103 - // 添加商品已报名数量,过期请删除start 103 + // 添加课程已报名数量,过期请删除start
104 if (this.$route.query.bindId == 3816) { 104 if (this.$route.query.bindId == 3816) {
105 data.applyCount = data.applyCount + 521 105 data.applyCount = data.applyCount + 521
106 } 106 }
107 - // 添加商品已报名数量,过期请删除end 107 + // 添加课程已报名数量,过期请删除end
108 this.detailData = data 108 this.detailData = data
109 let timer = setInterval(() => { 109 let timer = setInterval(() => {
110 this.timeDown() //倒计时 110 this.timeDown() //倒计时
src/views/Service/BaseDetail/BaseDetail.vue
@@ -27,14 +27,14 @@ @@ -27,14 +27,14 @@
27 <div class="uni_text"> 27 <div class="uni_text">
28 <p class="course_name">{{ detailData.baseName }}</p> 28 <p class="course_name">{{ detailData.baseName }}</p>
29 <p class="course_info">{{ detailData.baseInfo }}</p> 29 <p class="course_info">{{ detailData.baseInfo }}</p>
30 - <!-- 商品标签 --> 30 + <!-- 课程标签 -->
31 <div class="tag_box"> 31 <div class="tag_box">
32 <template v-for="(tag, index) in detailData.baseLabel"> 32 <template v-for="(tag, index) in detailData.baseLabel">
33 <span class="tag" v-if="tag != ''" :key="index">{{ tag }}</span> 33 <span class="tag" v-if="tag != ''" :key="index">{{ tag }}</span>
34 </template> 34 </template>
35 </div> 35 </div>
36 </div> 36 </div>
37 - <!-- 商品详情 --> 37 + <!-- 课程详情 -->
38 <base-des v-if="detailData" :detailData="detailData"></base-des> 38 <base-des v-if="detailData" :detailData="detailData"></base-des>
39 <div class="contact_btn" @click="handleContact">联系客服</div> 39 <div class="contact_btn" @click="handleContact">联系客服</div>
40 <!-- <div class="Collection"> 40 <!-- <div class="Collection">
src/views/Service/CheckOrderReserve.vue
@@ -226,7 +226,7 @@ export default { @@ -226,7 +226,7 @@ export default {
226 // orderTime: this.Moment(this.TalentReserveData.date).format('YYYY-MM-DD'), //时段集合 2018-10-15 226 // orderTime: this.Moment(this.TalentReserveData.date).format('YYYY-MM-DD'), //时段集合 2018-10-15
227 couponId: couponId, 227 couponId: couponId,
228 unionId: this.userInfo?.centerNo, 228 unionId: this.userInfo?.centerNo,
229 - price: (this.TalentReserveData.actualPrice * 1000 * this.count) / 1000, //商品减掉优惠券之前的价格 229 + price: (this.TalentReserveData.actualPrice * 1000 * this.count) / 1000, //课程减掉优惠券之前的价格
230 travelNum: selectedContact, //出行人编号 230 travelNum: selectedContact, //出行人编号
231 appId: this.appId, 231 appId: this.appId,
232 isSkipPay: this.isSkipPay, //集体定制是否跳过支付 232 isSkipPay: this.isSkipPay, //集体定制是否跳过支付
src/views/Service/component/c_BottomBtnLeft.vue
@@ -65,7 +65,7 @@ export default { @@ -65,7 +65,7 @@ export default {
65 } 65 }
66 }, 66 },
67 methods: { 67 methods: {
68 - // 获取商品评论点赞信息 68 + // 获取课程评论点赞信息
69 getCommentNum() { 69 getCommentNum() {
70 this.yxAxios 70 this.yxAxios
71 .post(`${this.proxyUrl}//api/product/commentDetail`, { 71 .post(`${this.proxyUrl}//api/product/commentDetail`, {
@@ -80,7 +80,7 @@ export default { @@ -80,7 +80,7 @@ export default {
80 } 80 }
81 }) 81 })
82 }, 82 },
83 - // 获取商品评论列表 83 + // 获取课程评论列表
84 getCommentList() { 84 getCommentList() {
85 this.yxAxios 85 this.yxAxios
86 .post(`${this.proxyUrl}//api/product/getComment`, { 86 .post(`${this.proxyUrl}//api/product/getComment`, {
@@ -103,7 +103,7 @@ export default { @@ -103,7 +103,7 @@ export default {
103 }, 103 },
104 // 点击评论按钮 104 // 点击评论按钮
105 handleComment() { 105 handleComment() {
106 - this.getCommentList() // 获取商品评论列表 106 + this.getCommentList() // 获取课程评论列表
107 this.showComment = true 107 this.showComment = true
108 }, 108 },
109 // 点击点赞按钮 109 // 点击点赞按钮
src/views/aboutDes.vue
1 <template> 1 <template>
2 <p class="bottom_about_des"> 2 <p class="bottom_about_des">
3 本服务由浙江政务服务网、绍兴市教育局提供<br />服务咨询热线: 3 本服务由浙江政务服务网、绍兴市教育局提供<br />服务咨询热线:
4 - <!-- <a href="tel:400-826-2468">400-826-2468</a> -->  
5 - <span @click="call">400-826-2468</span> 4 + <span @click="call">057588000756</span>
6 </p> 5 </p>
7 </template> 6 </template>
8 <script> 7 <script>
@@ -10,7 +9,7 @@ export default { @@ -10,7 +9,7 @@ export default {
10 methods: { 9 methods: {
11 call() { 10 call() {
12 ZWJSBridge.phoneCall({ 11 ZWJSBridge.phoneCall({
13 - corpId: '400-826-2468', 12 + corpId: '057588000756',
14 }) 13 })
15 .then((res) => { 14 .then((res) => {
16 console.log(res) 15 console.log(res)