Commit d83a6690b931063fefd9c1934f5bd8f0c19ab262

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

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

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