liukangdong
2024-07-29 27f64e092e80194fa24969732a15042d37a6dd30
Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia
已修改4个文件
12 ■■■■ 文件已修改
wechat_jiaxuan/pages/store/store.less 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_jiaxuan/pages/store/store.wxss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_jiaxuan/utils/config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_staff/pages/homeId/index.wxml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_jiaxuan/pages/store/store.less
@@ -65,7 +65,7 @@
            margin-bottom: 16rpx;
          }
          .address{
            width: 520rpx;
            width: 440rpx;
            display: flex;
            align-items: center;
            font-size: 26rpx;
wechat_jiaxuan/pages/store/store.wxss
@@ -63,7 +63,7 @@
  margin-bottom: 16rpx;
}
.main_content .shops .shop .header .left .address {
  width: 520rpx;
  width: 440rpx;
  display: flex;
  align-items: center;
  font-size: 26rpx;
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/homeId/index.wxml
@@ -1,8 +1,8 @@
<view class="container">
<!-- 分类 -->
<view class="home_tabs">
  <scroll-view scroll-x="true" style="weight: 710rpx;margin-bottom: 30rpx;">
<view class="home_tabs" style="width: 100%;">
  <scroll-view scroll-x="true" style="width: 710rpx;margin-bottom: 30rpx;">
    <view class="scroll_cate">
      <view bindtap="cateClick" data-code="{{item.labelValueCode}}" wx:for="{{ tagList }}" class="item {{ tagCodes == item.labelValueCode ? 'active': '' }}">{{ item.labelValueName }}</view>
    </view>