1
xuxueyang
2024-08-05 eda4393f266858d4d0a1480555001f1841538484
1
已修改2个文件
6 ■■■■ 文件已修改
sub_pages/customer/shop/shop.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/customer/trade/detail.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/customer/shop/shop.vue
@@ -63,7 +63,7 @@
        <view class="brand-info">
            <view v-if="flg==='0'" class="brand-info-0">
                <view class="component-filter-container" style="padding-top: 12rpx;">
                    <view class="flex1">
                    <!-- <view class="flex1">
                        排序
                        <image src="../../../static/common/icon-arrow-down.png" class="icon-arrow-down"></image>
                    </view>
@@ -74,7 +74,7 @@
                    <view class="flex1">
                        参数
                        <image src="../../../static/common/icon-arrow-down.png" class="icon-arrow-down"></image>
                    </view>
                    </view> -->
                </view>
                <view class="top-title">
                    报价已包含打包费、材料费、交易佣金
sub_pages/customer/trade/detail.vue
@@ -404,7 +404,7 @@
            },
            openbrand() {
                uni.navigateTo({
                    url: '/sub_pages/customer/shop/shop?id=' + (this.dto.id || '')
                    url: '/sub_pages/customer/shop/shop?id=' + (this.dto.supplierId || '')
                })
            }
        }