xuxueyang
2024-07-17 b75418f77342f81cd3c1ecf8897759e6bbaea6fa
update 合伙人功能更新
已修改5个文件
12 ■■■■■ 文件已修改
pages/home/supplier-home.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/login/supplier-login.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
store/index.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/partner/markup-config/markup-config.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/partner/order-manage/order-manage.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/supplier-home.vue
@@ -34,7 +34,7 @@
            <view class="flex tj-container" v-if="selftype==='partner'">.
                <view class="tj-each">
                    <view class="num total">
                        ¥999.80
                        ¥0.00
                    </view>
                </view>
                <view class="tj-each" style="flex: 1;">
pages/login/supplier-login.vue
@@ -126,7 +126,7 @@
                } = await this.$http.request('post', '/api/sms/send/code', {
                    data: {
                        tel: this.phoneNumber,
                        userType: 'supplier'
                        userType: this.apitype.replace("login", "").toLowerCase() || 'supplier'
                    }
                })
                if (code == 0) {
@@ -268,10 +268,12 @@
        border-radius: 50rpx;
        margin-bottom: 50rpx;
        border: 1px solid #e9e9e9;
        /deep/ .u-input{
            padding-left: 60rpx !important;
            padding-right: 40rpx !important;
        }
        /deep/ input {
            height: 70rpx;
            line-height: 70rpx;
store/index.js
@@ -284,7 +284,7 @@
                            const resp = await http.request('post', '/api/login/partner' + ((data
                                .phoneNumber||data.tel) ? '/phone' : ''), {
                                data: {
                                    username: data.username,
                                    username: (data.phoneNumber ||data.tel)?(data.phoneNumber || data.tel): data.username,
                                    password: data.password,
                                    tel: data.phoneNumber || data.tel,
                                    smsCode: data.smsCode || ''
sub_pages/partner/markup-config/markup-config.vue
@@ -84,7 +84,7 @@
            }
        },
        onLoad() {
            this.listApi = '/api/flower/markup/spcg/list'
            this.listApi = ''
            this.getList()
        },
sub_pages/partner/order-manage/order-manage.vue
@@ -34,7 +34,7 @@
            }
        },
        onLoad() {
            this.listApi = '/api/ua/announcement/list'
            this.listApi = ''
            this.getList()
        },