''
liukangdong
2024-07-30 716097ebdc72ac8ec028df7a5a3a676f5fc3ad82
''
已修改9个文件
71 ■■■■■ 文件已修改
wechat_jiaxuan/app.json 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_jiaxuan/pages/detailDis/product.js 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_jiaxuan/pages/index/index.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_jiaxuan/project.private.config.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_jiaxuan/utils/config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_staff/pages/index/index.wxss 30 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_staff/pages/login/index.less 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_staff/pages/login/index.wxss 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_staff/utils/config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_jiaxuan/app.json
@@ -80,6 +80,9 @@
    "scope.userLocation": {
      "desc": "你的位置信息将用于小程序位置接口的效果展示"
    },
    "scope.writePhotosAlbum":{
      "desc": "授权相册权限后,您才能正常保存图片"
    },
    "scope.userInfo": {
      "desc": "你的微信呢称将用于小程序呢称的效果展示"
    }
wechat_jiaxuan/pages/detailDis/product.js
@@ -25,6 +25,11 @@
      actionType: 'view',
      id: options.id
    })
    getMemberInfo().then(res => {
      this.setData({
        member: res.data
      })
    })
  },
  onLoad(options) {
    var app = getApp().globalData
@@ -34,10 +39,8 @@
    if (options.origin && options.origin == 'b') {
      this.setData({ origin: 'b' })
    }
    const member = wx.getStorageSync('member')
    this.setData({
      id: options.id,
      member
      id: options.id
    })
  },
  bindchange(e) {
@@ -66,9 +69,8 @@
  handleAction(e) {
    const actionType = e.currentTarget.dataset.code
    const {
      info
      info, member
    } = this.data
    const member = wx.getStorageSync('member')
    if (member.authStatus == '0') {
      return wx.navigateTo({
        url: '/pages/auth/auth',
wechat_jiaxuan/pages/index/index.js
@@ -56,8 +56,8 @@
  },
  onShow() {
    let that = this
    const member = wx.getStorageSync('member')
    if (member && (member.authStatus == '1' || member.authStatus == '2')) {
    const member = wx.getStorageSync('member') || {}
    if (member && member.id) {
      getMemberInfo().then(res => {
        this.setData({
          member: res.data
wechat_jiaxuan/project.private.config.json
@@ -5,7 +5,7 @@
    "urlCheck": false
  },
  "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  "libVersion": "3.5.0",
  "libVersion": "3.4.10",
  "condition": {
    "miniprogram": {
      "list": [
wechat_jiaxuan/utils/config.js
@@ -1,8 +1,8 @@
export const baseUrl = 'http://192.168.0.135:10027' // 本地
// export const baseUrl = 'https://dmtest.ahapp.net/web_interface' //测试服务器
// export const baseUrl = 'http://192.168.0.135:10027' // 本地
export const baseUrl = 'https://dmtest.ahapp.net/web_interface' //测试服务器
// export const imageUrl = 'https://osswebcdn.zbom.com/jiaxuan/images/'
wechat_staff/pages/index/index.wxss
@@ -1,9 +1,9 @@
.search_fix{
   position: fixed;
   z-index: 10000;
   width: 100%;
   height: 206rpx;
   background-color: white;
.search_fix {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 206rpx;
  background-color: white;
}
.search_wrap {
  display: flex;
@@ -88,7 +88,7 @@
.func_lsit {
  display: flex;
  justify-content: space-between;
  padding: 60rpx;
  padding: 20rpx 60rpx;
}
.func_lsit .item {
  width: 120rpx;
@@ -238,3 +238,19 @@
.home_ar {
  width: 44rpx;
}
.wx-swiper-dots.wx-swiper-dots-horizontal {
  position: absolute;
  right: 0;
  bottom: 0rpx;
}
/* 指示点的样式 */
.wx-swiper-dots .wx-swiper-dot {
  width: 60rpx;
  height: 4rpx;
  background: #f4f4f4;
  margin-left: -15rpx;
  border-radius: 5rpx;
}
.wx-swiper-dot.wx-swiper-dot-active {
  background: #666666;
}
wechat_staff/pages/login/index.less
@@ -65,7 +65,7 @@
  padding: 40rpx;
  position: relative;
  .content{
    height: calc( 100vh - 460rpx );
    height: calc( 100% - 180rpx );
    overflow: auto;
    margin-bottom: 20rpx;
  }
@@ -74,6 +74,7 @@
    padding: 20rpx 0rpx;
    width: 100%; 
    z-index: 999;
    bottom: 12rpx;
    border-top: 1px solid #e5e5e5;
    .reject{
      width: 670rpx;
@@ -82,10 +83,11 @@
      color: #999999;
      text-align: center;
      margin-top: 30rpx;
      height: 60rpx;
    }
    .agree{
      width: 670rpx;
      height: 88rpx;
      height: 90rpx;
      background: #B08771;
      border-radius: 8rpx;
      display: flex;
wechat_staff/pages/login/index.wxss
@@ -66,7 +66,7 @@
  position: relative;
}
.modal .content {
  height: calc(100vh - 460rpx);
  height: calc(100% - 180rpx);
  overflow: auto;
  margin-bottom: 20rpx;
}
@@ -75,6 +75,7 @@
  padding: 20rpx 0rpx;
  width: 100%;
  z-index: 999;
  bottom: 12rpx;
  border-top: 1px solid #e5e5e5;
}
.modal .btns .reject {
@@ -84,10 +85,11 @@
  color: #999999;
  text-align: center;
  margin-top: 30rpx;
  height: 60rpx;
}
.modal .btns .agree {
  width: 670rpx;
  height: 88rpx;
  height: 90rpx;
  background: #B08771;
  border-radius: 8rpx;
  display: flex;
wechat_staff/utils/config.js
@@ -1,5 +1,5 @@
export const baseUrl = 'http://192.168.0.135:10027'
// export const baseUrl = 'https://dmtest.ahapp.net/web_interface' // 本地
// export const baseUrl = 'http://192.168.0.135:10027'
export const baseUrl = 'https://dmtest.ahapp.net/web_interface' // 本地
// export const baseUrl = 'http://zbtest.ahapp.net/zbom_interface/jx/wechat/' //测试服务器
// export const imageUrl = 'https://osswebcdn.zbom.com/jiaxuan/images/'