| | |
| | | |
| | | |
| | | |
| | | // 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/' |
| | | |
| | |
| | | <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> |