xuxueyang
2024-08-09 fb14fa911bde1ed360fe89a1c41d74b158db9ab5
update 花店样式等
已修改5个文件
30 ■■■■■ 文件已修改
components/common-address-select/common-address-select.vue 15 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/components/home-top-flow.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/user/supplier-user.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/partner/markup-config/markup-config.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/common-address-select/common-address-select.vue
@@ -7,7 +7,10 @@
      </view>
      <view class="name">{{ address.name || '-' }}<span class="tel">{{ address.tel || '-' }}</span>
      </view>
      <view class="address">{{ address.schoolAreaStr || '' }} {{ address.blockStr || '' }} {{ address.room || '' }}
            <view class="address">
                {{ address['province'] || '' }}{{ address['city'] && ('/' + address['city']) || '' }}{{
        address['region'] && ('/' + address['region']) || ''
      }}
        {{ address.address || '' }}
      </view>
    </view>
@@ -47,11 +50,15 @@
      //获取默认地址并且填充
      if (!this.address.id && this.currentInfo.id) {
        this.$message.showLoading()
        const {data} = await this.$http.request('get', '/api/address/default/detail')
                    const {
                        data
                    } = await this.$http.request('get', '/api/address/default/detail')
        this.$message.hideLoading()
        if (data) {
          //提交更新默认地址
          this.$store.commit('setDefaultAddress', {...data})
                        this.$store.commit('setDefaultAddress', {
                            ...data
                        })
        }
      }
@@ -78,9 +85,9 @@
</script>
<style lang="scss">
.location-select {
  .info {
    // margin-bottom: 16rpx;
    .name {
      font-weight: 400;
manifest.json
@@ -49,7 +49,7 @@
    "quickapp" : {},
    /* 快应用特有相关 */
    "mp-weixin" : {
        "appid" : "wx3203fd935a6ffe09",
        "appid" : "wx6d0ecc4e18710458",
        "setting" : {
            "urlCheck" : false,
            "es6" : true,
pages/home/components/home-top-flow.vue
@@ -11,7 +11,7 @@
            <view class="m-l-12 info-container flex1">
                <view class="title">
                    {{ item.name || '-' }}
                    {{ item.name || '-' }}<span v-if="item.categoryStr" class="m-l-10">{{item.categoryStr || '-'}}</span>
                    <view class="price">
                        ¥{{ item.price || 0 }}/扎
                    </view>
pages/user/supplier-user.vue
@@ -387,6 +387,7 @@
        },
        // #endif
        onShow() {
            this.cacheUserId = ''
            this.getTj()
        },
        onLoad(options) {
sub_pages/partner/markup-config/markup-config.vue
@@ -22,7 +22,7 @@
                    <view class="title">
                        商品名称:{{ item.name || '-' }}
                    </view>
                    <u-divider></u-divider>
                    <u-divider style="margin-top: 20rpx;padding-top: 20rpx;"></u-divider>
                    <view class="form">
                        <view class="flex">
                            <view class="form-item">
@@ -212,8 +212,8 @@
                }
                .form {
                    display: flex;
                    flex-wrap: wrap;
                    // display: flex;
                    // flex-wrap: wrap;
                    .form-item {
                        height: 40rpx;
@@ -221,8 +221,8 @@
                        // padding-top: 4rpx;
                        padding-bottom: 0rpx;
                        border-bottom: none;
                        // min-width: 35%;
                        // max-width: 50%;
                        min-width: unset;
                        max-width: unset;
                        display: flex;
                        flex: 1;