1
xuxy
2024-07-21 b62597cb3f2651e26ed4866419cd84bfdb72b23a
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()
         }
      },