xuxueyang
2024-07-26 f8e8ad7f92b351154ebfbda6380a3254ac76a3ae
update
已修改6个文件
13 ■■■■ 文件已修改
components/top-tabs.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
environments/index.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/components/home-price.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/components/home-top-flow.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/customer/shop/shop.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/customer/shopping/confirm.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/top-tabs.vue
@@ -53,7 +53,7 @@
    font-size: 36rpx;
    color: #ffffff;
    line-height: 32rpx;
    text-align: left;
    text-align: center;
    font-style: normal;
    // padding: 0rpx;
    width: fit-content;
environments/index.js
@@ -1,8 +1,8 @@
export default {
    
    // httpBaseUri: 'https://www.hmyxianhua.com/flower',
    // httpBaseUri: 'http://47.99.58.211/flower',
    httpBaseUri: 'http://localhost:8080/flower',
    httpBaseUri: 'http://47.99.58.211/flower',
    // httpBaseUri: 'http://localhost:8080/flower',
    clientId: '',
    secret: '',
pages/home/components/home-price.vue
@@ -140,6 +140,7 @@
                    color: #BF0000;
                    line-height: 44rpx;
                    text-align: center;
                    margin-top: 8rpx;
                }
                .desc {
pages/home/components/home-top-flow.vue
@@ -17,7 +17,7 @@
            ¥{{ item.price || 0 }}/扎
          </view>
        </view>
        <view class="tags">
        <view class="tags" v-if="item.tag">
          <view class="tag red" v-for="(tag,k) of item.tagArr" :class="[k===0?'red':'green']" :key="tag">{{
              tag
            }}
sub_pages/customer/shop/shop.vue
@@ -47,7 +47,7 @@
          <view class="label">关注</view>
        </view>
      </view>
      <top-tabs :tabs="tabs" :flg="flg" @change="changeTab">
      <top-tabs class="m-t-12" :tabs="tabs" :flg="flg" @change="changeTab">
      </top-tabs>
    </view>
sub_pages/customer/shopping/confirm.vue
@@ -182,7 +182,7 @@
        </view>
      </view>
      <!--    查看商品列表,和选择运费 -->
      <view class="br-4 transform-container p10" style="padding-top: 0rpx">
      <view class="br-4 transform-container m-t-12 p10">
        <view class="title">
          <view>运输方式:</view>
          <view class="flex transform-list">