jiangping
2024-07-29 6a46b8f26fc505bc776cebaa2ee768054a1f884c
提交
已修改2个文件
8 ■■■■ 文件已修改
wechat_jiaxuan/utils/config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_staff/pages/homeId/index.wxml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>