|
|
@@ -7,8 +7,8 @@
|
|
|
placeholder="请输入内容" :inputBorder="false" :clearable="false" >
|
|
|
</uni-easyinput>
|
|
|
</uni-forms-item>
|
|
|
- <uni-forms-item name="tel" label="电话" required>
|
|
|
- <uni-easyinput v-model="form.tel" class="right-align" type="number"
|
|
|
+ <uni-forms-item name="contactsPhone" label="电话" required>
|
|
|
+ <uni-easyinput v-model="form.contactsPhone" class="right-align" type="number"
|
|
|
placeholder-class="placeholder-right" placeholder="请输入内容" :inputBorder="false"
|
|
|
:clearable="false" :disabled="true" maxlength="11"
|
|
|
@change="photoChange"></uni-easyinput>
|
|
|
@@ -138,8 +138,8 @@
|
|
|
}
|
|
|
},
|
|
|
onLoad(option) {
|
|
|
- this.getSelectType()
|
|
|
- this.getLabel()
|
|
|
+ // this.getSelectType()
|
|
|
+ // this.getLabel()
|
|
|
this.getSalerList()
|
|
|
// this.getStorageList()
|
|
|
this.getAppDetails()
|