jiangping
2024-07-26 23fac85b42cdc8a3f989d7a7a107b7cce6c86049
提交
已修改11个文件
35 ■■■■■ 文件已修改
wechat_staff/pages/consult/consult.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_staff/pages/consult/consult.wxml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_staff/pages/consult/detail.wxml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_staff/pages/detailDis/case.wxml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_staff/pages/detailDis/realpic.wxml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_staff/pages/discover/discover.js 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_staff/pages/discover/discover.wxml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_staff/pages/kefu/fond.wxss 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_staff/pages/productVideo/index.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_staff/pages/productVideo/index.json 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_staff/pages/productVideo/index.wxml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_staff/pages/consult/consult.js
@@ -1,4 +1,4 @@
import { getZhongTaiProductNewsPage, getCatalogList,actionDo } from '../../api/index'
import { getZhongTaiProductNewsPage, getCatalogList,actionDo,refreshEnjoy } from '../../api/index'
Page({
  /**
@@ -116,7 +116,7 @@
   * 生命周期函数--监听页面显示
   */
  onShow() {
    refreshEnjoy(this)
  },
  /**
wechat_staff/pages/consult/consult.wxml
@@ -1,6 +1,6 @@
<view class="container">
  <!-- 悬浮 -->
  <buoyClient />
  <buoyClient class="buoyClient"/>
  <view class="home_top">
    <view class="search_wrap">
wechat_staff/pages/consult/detail.wxml
@@ -1,6 +1,6 @@
<view>
  <!-- <navBar title="{{ navTitle }}"></navBar> -->
  <buoyClient showPurpose="1" />
  <buoyClient showPurpose="1" class="buoyClient"/>
  <view class="main_content">
    <view class="main_title">{{ info.title }}</view>
    <view class="datetime">发布时间:{{ info.publishDt }}</view>
wechat_staff/pages/detailDis/case.wxml
@@ -1,5 +1,5 @@
<view class="container">
  <buoyClient showPurpose="1" />
  <buoyClient showPurpose="1" class="buoyClient"/>
  <detailFooter bindenjoy="handleEnjoy" path="1" info="{{info}}" />
  <view class="main_title">{{ info.title }}</view>
  <view class="time">发布时间:{{ info.publishDt }}</view>
wechat_staff/pages/detailDis/realpic.wxml
@@ -1,5 +1,5 @@
<view class="container">
  <buoyClient showPurpose="1" />
  <buoyClient showPurpose="1" class="buoyClient"/>
  <detailFooter bindenjoy="handleEnjoy" path="2" info="{{info}}" />
  <!--  -->
  <view class="main_title">{{ info.title }}</view>
wechat_staff/pages/discover/discover.js
@@ -1,4 +1,4 @@
import { getCataLogTagList, getCatalogList } from '../../api/index'
import { getCataLogTagList, getCatalogList,refreshEnjoy } from '../../api/index'
const { HYEventBus } = require('hy-event-store')
const eventBus = new HYEventBus()
Page({
@@ -18,7 +18,10 @@
    let menuButtonInfo = wx.getMenuButtonBoundingClientRect();
    this.setData({menuButtonInfo})
  }, 
  onShow() {
  onShow(){
    console.log('onShow')
    refreshEnjoy(this)
    let discoverKey = wx.getStorageSync('discoverKey') || ''
    if(discoverKey){
      this.setData({ catalogCode: discoverKey })
wechat_staff/pages/discover/discover.wxml
@@ -1,5 +1,5 @@
<view class="container">
  <buoyClient />
  <buoyClient class="buoyClient"/>
  <view class="home_tab">
    <view style="height: {{ menuButtonInfo.top - 6 }}px;"></view>
    <view class="main_tab" style="height: {{ menuButtonInfo.height + 12 }}px;">
wechat_staff/pages/kefu/fond.wxss
@@ -41,8 +41,10 @@
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-line-clamp: 2;
  white-space: break-spaces;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.date_item .line .content .time {
  font-size: 24rpx;
wechat_staff/pages/productVideo/index.js
@@ -1,4 +1,4 @@
import { getZhongTaiVideoPage, getCataLogTagList } from '../../api/index'
import { getZhongTaiVideoPage, getCataLogTagList ,refreshEnjoy} from '../../api/index'
Page({
  /**
@@ -77,7 +77,7 @@
   * 生命周期函数--监听页面显示
   */
  onShow() {
    refreshEnjoy(this)
  },
  /**
wechat_staff/pages/productVideo/index.json
@@ -1,3 +1,6 @@
{
  "navigationBarTitleText": "产品视频"
  "navigationBarTitleText": "产品视频",
  "usingComponents": {
    "buoyClient": "../../components/buoyClient/index"
  }
}
wechat_staff/pages/productVideo/index.wxml
@@ -1,4 +1,5 @@
<view class="container">
  <buoyClient class="buoyClient"/>
  <!-- 分类 -->
  <view>
    <scroll-view scroll-x="true" style="weight: 710rpx;margin-bottom: 30rpx;">