南昌市物联网技防平台-小程序
pages/infoRegistration/infoRegistration.vue
@@ -22,7 +22,7 @@
         <view class="row regis-info">
            <text class="info-title"><!-- <span style="color: red;">* --></span>客户类型: </text>
            <picker @change="typeSelect" :range="typeArray" class="type-select">
                 <label class="" v-model="typeArrayType">{{ typeArrayType }}</label>
                 <label :style="{color:typeArrayTypeColor}" v-model="typeArrayType">{{ typeArrayType }}</label>
            </picker>
             <!-- <input class="input" type="text"  v-model="type" placeholder="请输入客户类型" placeholder-class="placeholder" /> -->
         </view>
@@ -41,6 +41,7 @@
      data () {
         return {
            // id:"",
            typeArrayTypeColor:"#808080",
            tenantName:"",
            linkman:"",
            contactNumber:"",
@@ -54,10 +55,10 @@
            tenantArr:[],
            tenantNameArray:[],
            tenantNameArrayIndex:0,
            tenantNameArrayType:'---请选择---',
            tenantNameArrayType:'--- 请选择 ---',
            typeArray:["学校","医院","小区"],
            typeArrayIndex:0,
            typeArrayType:'---请选择---',
            typeArrayType:'--- 请选择 ---',
            pathUrl:"https://web.byisf.com/api/blade-system",
            // pathUrl: "http://localhost:8106",
         }
@@ -81,6 +82,9 @@
            if(that.typeArrayType =='小区'){
               that.type = 3;
            }
            //修改样式
            this.typeArrayTypeColor = "#000000";
         },
         
         //提交修改
@@ -118,7 +122,7 @@
      height: 100rpx;
      position: relative;
      left: 20rpx;
      border-bottom: 0.05px solid #B4BCCC;
      border-bottom: 1px solid rgba(128,128,128,0.1);
   }
   
   .regis-info-desc {
@@ -140,7 +144,7 @@
      height: 100rpx;
      position: relative;
      left: 20rpx;
      border-bottom: 0.05px solid #B4BCCC;
      border-bottom: 1px solid rgba(128,128,128,0.1);
   }
   
   .regis-info-linkman input{