From 52787adceb282c1914589c7ceb252bdb03e2df36 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 02 八月 2024 11:26:12 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

---
 wechat_jiaxuan/pages/consult/consult.wxml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/wechat_jiaxuan/pages/consult/consult.wxml b/wechat_jiaxuan/pages/consult/consult.wxml
index 5080bc5..ac83c43 100644
--- a/wechat_jiaxuan/pages/consult/consult.wxml
+++ b/wechat_jiaxuan/pages/consult/consult.wxml
@@ -8,14 +8,14 @@
   <!-- 鍒嗙被 -->
   <view class="cate_wrap">
     <view class="cate_one">
-      <scroll-view scroll-x="true" style="weight: 710rpx;margin-bottom: 30rpx;">
+      <scroll-view scroll-x="true" style="width: 710rpx;margin-bottom: 30rpx;">
         <view class="scroll_cate">
           <view bindtap="cateClick" data-code="{{item.code}}" wx:for="{{ category }}" class="item {{ catalogCode == item.code ? 'active': '' }}">{{ item.name }}</view>
         </view>
       </scroll-view>
     </view>
     <view class="cate_two">
-      <scroll-view scroll-x="true" style="weight: 710rpx;margin-bottom: 24rpx;">
+      <scroll-view scroll-x="true" style="width: 710rpx;margin-bottom: 24rpx;">
         <view class="scroll_cate second_list">
           <view bindtap="seCateClick" data-code="{{item.code}}" wx:for="{{ secondCategory }}" class="item {{ tagCode == item.code ? 'active': '' }}">{{ item.name }}</view>
         </view>

--
Gitblit v1.9.3