|
|
@@ -13,7 +13,7 @@
|
|
|
placeholder-style="color:#CCCCCC"
|
|
|
class="tui-input"
|
|
|
name="name"
|
|
|
- placeholder="请输入花店名称"
|
|
|
+ placeholder="请输入名称"
|
|
|
/>
|
|
|
</tui-list-cell>
|
|
|
<tui-list-cell
|
|
|
@@ -66,19 +66,11 @@
|
|
|
class="line-cell"
|
|
|
:hover="false"
|
|
|
>
|
|
|
- <div class="tui-title">头像</div>
|
|
|
+ <div class="tui-title">花店头像</div>
|
|
|
<app-uploader
|
|
|
@resultData="_resultData"
|
|
|
:num="1"
|
|
|
/>
|
|
|
- <!-- <input
|
|
|
- v-model="form.name"
|
|
|
- placeholder-class="phcolor"
|
|
|
- placeholder-style="color:#CCCCCC"
|
|
|
- class="tui-input"
|
|
|
- name="name"
|
|
|
- placeholder="请输入营业执照编号"
|
|
|
- /> -->
|
|
|
</tui-list-cell>
|
|
|
</div>
|
|
|
<!-- 店长昵称 -->
|
|
|
@@ -137,14 +129,6 @@
|
|
|
ref="appUploader"
|
|
|
:num="1"
|
|
|
/>
|
|
|
- <!-- <input
|
|
|
- v-model="form.name"
|
|
|
- placeholder-class="phcolor"
|
|
|
- placeholder-style="color:#CCCCCC"
|
|
|
- class="tui-input"
|
|
|
- name="name"
|
|
|
- placeholder="请输入营业执照编号"
|
|
|
- /> -->
|
|
|
</tui-list-cell>
|
|
|
|
|
|
</div>
|
|
|
@@ -227,7 +211,7 @@ export default {
|
|
|
city: "",
|
|
|
dist: "",
|
|
|
address: "",
|
|
|
- nickName: '',
|
|
|
+ adminName: '',
|
|
|
main: 1,
|
|
|
licenseNo: "",
|
|
|
license: "",
|
|
|
@@ -244,17 +228,11 @@ export default {
|
|
|
isSend: 0,
|
|
|
countDown: 119,
|
|
|
timer: null,
|
|
|
- nickName: "",
|
|
|
+ adminName: "",
|
|
|
logo: ''
|
|
|
};
|
|
|
},
|
|
|
onLoad () {
|
|
|
- // form 来源 introMerchantId 推荐ID style 供货商 | 零售
|
|
|
- // if (!this.$util.isLogin()) {
|
|
|
- // // getShopUser()
|
|
|
- // return false
|
|
|
- // }
|
|
|
- // this.init()
|
|
|
},
|
|
|
methods: {
|
|
|
//图片地址
|
|
|
@@ -268,7 +246,7 @@ export default {
|
|
|
this.form.main = val
|
|
|
},
|
|
|
bindInfo (val) {
|
|
|
- this.form.nickName = val.nickName;
|
|
|
+ this.form.adminName = val.name;
|
|
|
this.form.mobile = val.mobile
|
|
|
},
|
|
|
init () {
|
|
|
@@ -280,21 +258,13 @@ export default {
|
|
|
}
|
|
|
});
|
|
|
},
|
|
|
- // _regionTree() {
|
|
|
- // regionTree().then(res => {
|
|
|
- // this.regionData = res.data.tree;
|
|
|
- // });
|
|
|
- // },
|
|
|
_getMerchantDet () {
|
|
|
- // let id = uni.getStorageSync("introMerchantId");
|
|
|
getIntroduce({ id: this.option.introMerchantId || 0 }).then(res => {
|
|
|
this.merchantData = res.data;
|
|
|
});
|
|
|
},
|
|
|
// ==============
|
|
|
confirmFn () {
|
|
|
- // console.log('cs',this.option.shopAdminId)
|
|
|
- // let id = uni.getStorageSync("introMerchantId");
|
|
|
applyRegister({
|
|
|
shopAdminId: this.option.shopAdminId,
|
|
|
...this.form,
|
|
|
@@ -457,4 +427,4 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|