1
xuxy
2024-07-21 b62597cb3f2651e26ed4866419cd84bfdb72b23a
1
已修改3个文件
30 ■■■■ 文件已修改
manifest.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/login/supplier-reg.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/partner/partner-info/partner-info.vue 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -49,7 +49,7 @@
    "quickapp" : {},
    /* 快应用特有相关 */
    "mp-weixin" : {
        "appid" : "wx6d0ecc4e18710458",
        "appid" : "wx3203fd935a6ffe09",
        "setting" : {
            "urlCheck" : false,
            "es6" : true,
pages/login/supplier-reg.vue
@@ -3,7 +3,17 @@
        <image class="component-bg"
            src="https://hmy-flower.oss-cn-shanghai.aliyuncs.com/a5/a54508de179a4942918ecb2c5a4aa9f5bg.png"
            mode="scaleToFill" />
        <view v-if="source==='step'" style="padding: 20rpx 0rpx;color: red;">
            <view style="padding: 20rpx;text-align: center;background-color: #fff;">先阶段仅限云南产地的供应商入住</view>
        </view>
        <view v-if="source==='step'" >
            <u-steps current="0">
                <u-steps-item title="信息填写">
                </u-steps-item>
                <u-steps-item title="提交申请"  ></u-steps-item>
            </u-steps>
        </view>
        <view class="t-login top-bg">
            <view class="nav-title">注册</view>
sub_pages/partner/partner-info/partner-info.vue
@@ -1,5 +1,15 @@
<template>
    <view class="container-page">
        <view v-if="source==='step'" style="padding: 20rpx 0rpx;color: red;">
            <view style="padding: 20rpx;text-align: center;background-color: #fff;">先阶段仅限云南产地的供应商入住</view>
        </view>
        <view v-if="source==='step'" >
            <u-steps current="1">
                <u-steps-item title="信息填写">
                </u-steps-item>
                <u-steps-item title="提交申请"  ></u-steps-item>
            </u-steps>
        </view>
        <view>
            <view class="form-item before-line">
                <view class="label required">联系人姓名</view>
@@ -142,8 +152,8 @@
                    },
                ],
                regionDataPlus: [],
                show_select_station:false,
                columns_station:[],
                show_select_station: false,
                columns_station: [],
            }
        },
        onLoad(options) {
@@ -173,7 +183,7 @@
                this.init_area()
            }
        },