|
@@ -66,14 +66,14 @@
|
|
<view class="row-input ShopTyperadio">
|
|
<view class="row-input ShopTyperadio">
|
|
<radio-group @change="radioChange">
|
|
<radio-group @change="radioChange">
|
|
<label class="radio" v-for="(item, index) in typename" :key="item.value">
|
|
<label class="radio" v-for="(item, index) in typename" :key="item.value">
|
|
- <radio :value="item.value" color='#E15616'/>{{item.name}}
|
|
|
|
|
|
+ <radio :value="item.value" :checked="item.value === params.firstShopType" color='#E15616'/>{{item.name}}
|
|
</label>
|
|
</label>
|
|
</radio-group>
|
|
</radio-group>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="secondTyperadio" v-if="isfirstShow" >
|
|
<view class="secondTyperadio" v-if="isfirstShow" >
|
|
- <view class="radio" v-for="(item,index) in secondtype" :key="index" @click="secondypeRidio(item)" :class="secontype==item.value?'active':''">
|
|
|
|
- <view class="secondRadio">{{item.name}}</view>
|
|
|
|
|
|
+ <view class="radio" v-for="(item,index) in secondtype" :key="index" @click="secondypeRidio(item)" :class="item.value==params.secondShopType?'active':''">
|
|
|
|
+ <view class="secondRadio" >{{item.name}}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="zizhi" v-if="issecondshow">
|
|
<view class="zizhi" v-if="issecondshow">
|
|
@@ -95,14 +95,14 @@
|
|
<view class="business">
|
|
<view class="business">
|
|
<view class="info2-title business-title">主营内容</view>
|
|
<view class="info2-title business-title">主营内容</view>
|
|
<view class="business-info">
|
|
<view class="business-info">
|
|
- <checkbox-group class="row-group">
|
|
|
|
- <label class="diyBox second" v-for="(item, index) in mentuzCampNullList" :key="item.value">
|
|
|
|
- <checkbox :value="item.value" :class="{on: item.checked}" v-model="shopMainPros" ></checkbox>
|
|
|
|
|
|
+ <checkbox-group class="row-group" @change="chooseMaleLike">
|
|
|
|
+ <label class="diyBox" v-for="(item, index) in mentuzCampList" :key="item.value" >
|
|
|
|
+ <checkbox :value="item.value" :checked="item.checked"></checkbox>
|
|
<view class="row-text">{{item.name}}</view>
|
|
<view class="row-text">{{item.name}}</view>
|
|
</label>
|
|
</label>
|
|
</checkbox-group>
|
|
</checkbox-group>
|
|
<view class="addbusiness">
|
|
<view class="addbusiness">
|
|
- <input class="row-input other" type="text" placeholder="请输入自定义项目" v-model="mainProEdit" maxlength="5"/>
|
|
|
|
|
|
+ <input class="row-input other" type="text" placeholder="请输入自定义项目" v-model="mainProEdit" maxlength="5"/>
|
|
<button type="default" class="button" @click.stop="mainProAdd">确认添加</button>
|
|
<button type="default" class="button" @click.stop="mainProAdd">确认添加</button>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -110,9 +110,9 @@
|
|
<view class="business">
|
|
<view class="business">
|
|
<view class="info2-title business-title">经营范围</view>
|
|
<view class="info2-title business-title">经营范围</view>
|
|
<view class="business-info">
|
|
<view class="business-info">
|
|
- <checkbox-group class="row-group">
|
|
|
|
- <label class="row-input" v-for="(item, index) in Scopelist" :key="item.value">
|
|
|
|
- <checkbox :value="item.value" :class="{on: item.checked}" v-model="shopScope"></checkbox>
|
|
|
|
|
|
+ <checkbox-group class="row-group" @change="chooseMaleLikes">
|
|
|
|
+ <label class="row-input" v-for="(item, index) in medicaCampList" :key="item.value" >
|
|
|
|
+ <checkbox :value="item.value" :checked="item.checked" ></checkbox>
|
|
<view class="row-text">{{item.name}}</view>
|
|
<view class="row-text">{{item.name}}</view>
|
|
</label>
|
|
</label>
|
|
</checkbox-group>
|
|
</checkbox-group>
|
|
@@ -204,7 +204,7 @@
|
|
<view class="info2-title zizhi-title hoor">荣誉证书</view>
|
|
<view class="info2-title zizhi-title hoor">荣誉证书</view>
|
|
<view class="uploadImage list-image">
|
|
<view class="uploadImage list-image">
|
|
<view class="formLine-file" @click="uploadHonorImageFn" v-if="HonorImagesList.length<5" >
|
|
<view class="formLine-file" @click="uploadHonorImageFn" v-if="HonorImagesList.length<5" >
|
|
- <view class="file-tax iconImage"></view>
|
|
|
|
|
|
+ <view class="file-honor iconImage"></view>
|
|
</view>
|
|
</view>
|
|
<view class="form-upload-image" v-for="(item, index) in HonorImagesList" :key="index">
|
|
<view class="form-upload-image" v-for="(item, index) in HonorImagesList" :key="index">
|
|
<image class="upload-img" :src="item" alt="" @click="showViewerImageFn5()"></image>
|
|
<image class="upload-img" :src="item" alt="" @click="showViewerImageFn5()"></image>
|
|
@@ -216,7 +216,7 @@
|
|
<view class="info2-title zizhi-title hoor">产品证书</view>
|
|
<view class="info2-title zizhi-title hoor">产品证书</view>
|
|
<view class="uploadImage list-image">
|
|
<view class="uploadImage list-image">
|
|
<view class="formLine-file" @click="uploadproductImageFn" v-if="productImagesList.length<5" >
|
|
<view class="formLine-file" @click="uploadproductImageFn" v-if="productImagesList.length<5" >
|
|
- <view class="file-tax iconImage"></view>
|
|
|
|
|
|
+ <view class="file-product iconImage"></view>
|
|
</view>
|
|
</view>
|
|
<view class="form-upload-image" v-for="(item, index) in productImagesList" :key="index">
|
|
<view class="form-upload-image" v-for="(item, index) in productImagesList" :key="index">
|
|
<image class="upload-img" :src="item" alt="" @click="showViewerImageFn6()"></image>
|
|
<image class="upload-img" :src="item" alt="" @click="showViewerImageFn6()"></image>
|
|
@@ -275,7 +275,7 @@
|
|
{value:'2',name:'仪器'},
|
|
{value:'2',name:'仪器'},
|
|
{value:'3',name:'服务'}
|
|
{value:'3',name:'服务'}
|
|
],
|
|
],
|
|
- Scopelist:[
|
|
|
|
|
|
+ medicaCampNullList:[
|
|
{value:'1',name:'仪器护理类'},
|
|
{value:'1',name:'仪器护理类'},
|
|
{value:'2',name:'护肤品类'},
|
|
{value:'2',name:'护肤品类'},
|
|
{value:'3',name:'纹绣类'},
|
|
{value:'3',name:'纹绣类'},
|
|
@@ -324,6 +324,8 @@
|
|
certificateHonor:'',//荣誉
|
|
certificateHonor:'',//荣誉
|
|
productCertification:'',//产品
|
|
productCertification:'',//产品
|
|
},
|
|
},
|
|
|
|
+ mentuzCampList:[],
|
|
|
|
+ medicaCampList:[],
|
|
shopMainPros:[],
|
|
shopMainPros:[],
|
|
shopScope:[],
|
|
shopScope:[],
|
|
mainProEdit: '',
|
|
mainProEdit: '',
|
|
@@ -331,117 +333,207 @@
|
|
HonorImagesList:[],
|
|
HonorImagesList:[],
|
|
productImagesList:[],
|
|
productImagesList:[],
|
|
isPreviewImage:false, //预览图片开关
|
|
isPreviewImage:false, //预览图片开关
|
|
|
|
+ isMainproCheck:false,
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- onLoad(option) {
|
|
|
|
|
|
+ onLoad() {
|
|
|
|
+ this.$api.getComStorage('userInfo').then((resolve) =>{
|
|
|
|
+ this.params.userID = resolve.userID;
|
|
|
|
+ this.params.shopID = resolve.shopID;
|
|
|
|
+ })
|
|
this.shopInfo();
|
|
this.shopInfo();
|
|
},
|
|
},
|
|
methods:{
|
|
methods:{
|
|
|
|
+ chooseMaleLike(e){
|
|
|
|
+ this.isMainproCheck = true
|
|
|
|
+ this.params.mainpro = this.checkLikes(e,this.mentuzCampList)
|
|
|
|
+ },
|
|
|
|
+ chooseMaleLikes(e){
|
|
|
|
+ this.isMainproCheck = true
|
|
|
|
+ this.params.businessScope = this.checkLikes(e,this.medicaCampList)
|
|
|
|
+ },
|
|
|
|
+ checkLikes(e,list){
|
|
|
|
+ let values = e.detail.value;
|
|
|
|
+ console.log(values)
|
|
|
|
+ let arr = []
|
|
|
|
+ list.forEach(item => {
|
|
|
|
+ if(values.includes(item.value)){
|
|
|
|
+ this.$set(item,'checked',true)
|
|
|
|
+ arr.push(item.name)
|
|
|
|
+ }else{
|
|
|
|
+ this.$set(item,'checked',false)
|
|
|
|
+ }
|
|
|
|
+ })
|
|
|
|
+ return arr.join('/')
|
|
|
|
+ },
|
|
|
|
+ setNewMainpro(arr){//回显处理主营内容
|
|
|
|
+ let _ARRAY = [];
|
|
|
|
+ arr.split('/').forEach((item,index) =>{
|
|
|
|
+ if(item != ""){
|
|
|
|
+ let _OBJ = {value:(index+1).toString(),name:item,checked:true}
|
|
|
|
+ _ARRAY.push(_OBJ)
|
|
|
|
+ }
|
|
|
|
+ })
|
|
|
|
+ return _ARRAY
|
|
|
|
+ },
|
|
shopInfo(){
|
|
shopInfo(){
|
|
- this.$api.getStorage().then((resolve) =>{
|
|
|
|
- this.params.userID = resolve.userID;
|
|
|
|
- this.SupplierApi.shopInfo({userID:this.params.userID}).then(response =>{
|
|
|
|
- if(res.code==0){
|
|
|
|
|
|
+ // this.$api.getStorage().then((resolve) =>{
|
|
|
|
+ this.ShopService.shopInfo({userId:10450}).then(response =>{
|
|
|
|
+ if(response.code==0){
|
|
console.log(response)
|
|
console.log(response)
|
|
let shop = response.data.shop;
|
|
let shop = response.data.shop;
|
|
let user = response.data.user;
|
|
let user = response.data.user;
|
|
- _this.params.name = shop.name;
|
|
|
|
- _this.params.sname = shop.sname;
|
|
|
|
- _this.params.linkMan = shop.linkMan;
|
|
|
|
- _this.params.email = user.email;
|
|
|
|
- _this.params.address = shop.provincialAddress;
|
|
|
|
- _this.params.provinceID = shop.provinceID;
|
|
|
|
- _this.params.cityID = shop.cityID;
|
|
|
|
- _this.params.townID = shop.townID;
|
|
|
|
- _this.params.contractPhone = shop.contractPhone;
|
|
|
|
- _this.params.fax = shop.fax;
|
|
|
|
- _this.params.legalPerson = shop.legalPerson;
|
|
|
|
- _this.params.registeredCapital = shop.registeredCapital;
|
|
|
|
- _this.params.nature = shop.nature;
|
|
|
|
- _this.params.turnover = shop.turnover;
|
|
|
|
- _this.shopMainPros = _this.setNewMainpro(shop.mainpro);
|
|
|
|
- _this.shopScope = _this.setNewScope(shop.businessScope);
|
|
|
|
- _this.params.firstShopType = shop.firstShopType;
|
|
|
|
- _this.params.secondShopType = shop.secondShopType;
|
|
|
|
- _this.params.medicalPracticeLicenseImg1 = shop.medicalPracticeLicenseImg1;
|
|
|
|
- _this.params.info = shop.info;
|
|
|
|
- _this.params.productDesc = shop.productDesc;
|
|
|
|
- _this.params.socialCreditCode = shop.socialCreditCode;
|
|
|
|
- _this.params.businessLicenseImage = shop.businessLicenseImage;
|
|
|
|
- _this.params.logo = shop.logo;
|
|
|
|
- _this.params.productionLicence = shop.productionLicence;
|
|
|
|
- _this.params.hygienicLicense = shop.hygienicLicense;
|
|
|
|
- _this.params.taxLicense = shop.taxLicense;
|
|
|
|
- _this.params.certificateHonor = shop.hygienicLicense;
|
|
|
|
- _this.HonorImagesList = res.data.certificateHonor;
|
|
|
|
- _this.productImagesList = res.data.productCertification;
|
|
|
|
|
|
+ this.params.name = shop.name;
|
|
|
|
+ this.params.sname = shop.sname;
|
|
|
|
+ this.params.linkMan = shop.linkMan;
|
|
|
|
+ this.params.email = user.email;
|
|
|
|
+ this.addressData.addressDetail = shop.provincialAddress;
|
|
|
|
+ this.addressData.provinceID = shop.provinceID;
|
|
|
|
+ this.addressData.cityID = shop.cityID;
|
|
|
|
+ this.addressData.townID = shop.townID;
|
|
|
|
+ this.params.contractPhone = shop.contractPhone;
|
|
|
|
+ this.params.fax = shop.fax;
|
|
|
|
+ this.params.legalPerson = shop.legalPerson;
|
|
|
|
+ this.params.registeredCapital = shop.registeredCapital;
|
|
|
|
+ this.params.nature = shop.nature;
|
|
|
|
+ this.params.turnover = shop.turnover;
|
|
|
|
+ this.params.firstShopType = shop.firstShopType;
|
|
|
|
+ this.params.secondShopType = shop.secondShopType;
|
|
|
|
+ this.params.medicalPracticeLicenseImg1 = shop.medicalPracticeLicenseImg1;
|
|
|
|
+ this.params.info = shop.info;
|
|
|
|
+ this.params.productDesc = shop.productDesc;
|
|
|
|
+ this.params.socialCreditCode = shop.socialCreditCode;
|
|
|
|
+ this.params.businessLicenseImage = shop.businessLicenseImage;
|
|
|
|
+ this.params.logo = shop.logo;
|
|
|
|
+ this.params.productionLicence = shop.productionLicence;
|
|
|
|
+ this.params.hygienicLicense = shop.hygienicLicense;
|
|
|
|
+ this.params.taxLicense = shop.taxLicense;
|
|
|
|
+ this.params.certificateHonor = shop.hygienicLicense;
|
|
|
|
+ this.HonorImagesList = response.data.certificateHonor;
|
|
|
|
+ this.productImagesList = response.data.productCertification;
|
|
|
|
+ if(shop.mainpro == "" || shop.mainpro == null){
|
|
|
|
+ this.mentuzCampList = this.mentuzCampNullList
|
|
|
|
+ }else{
|
|
|
|
+ this.mentuzCampList = this.setNewMainpro(shop.mainpro)
|
|
|
|
+ }
|
|
|
|
+ if(shop.businessScope == "" || shop.businessScope == null){
|
|
|
|
+ this.medicaCampList = this.medicaCampNullList
|
|
|
|
+ }else{
|
|
|
|
+ this.medicaCampList = this.setNewMainpro(shop.businessScope)
|
|
|
|
+ }
|
|
}
|
|
}
|
|
})
|
|
})
|
|
- })
|
|
|
|
|
|
+ // })
|
|
},
|
|
},
|
|
shopSubmit(){//提交修改
|
|
shopSubmit(){//提交修改
|
|
console.log(this.params);
|
|
console.log(this.params);
|
|
- this.ShopService.modifiedData(params).then(res=>{
|
|
|
|
|
|
+ if(this.params.name==''){
|
|
|
|
+ this.$util.msg('请输入公司名称',2000);
|
|
|
|
+ return
|
|
|
|
+ }else if(this.params.townID==''){
|
|
|
|
+ this.$util.msg('请选择联系地址',2000);
|
|
|
|
+ return
|
|
|
|
+ }else if(this.params.address==''){
|
|
|
|
+ this.$util.msg('请输入正确的联系地址',2000);
|
|
|
|
+ return
|
|
|
|
+ }else if(this.params.linkMan==''){
|
|
|
|
+ this.$util.msg('请输入正确的联系人姓名',2000);
|
|
|
|
+ return
|
|
|
|
+ }else if(this.params.legalPerson==''){
|
|
|
|
+ this.$util.msg('请输入法人代表姓名',2000);
|
|
|
|
+ return
|
|
|
|
+ }else if(this.params.registeredCapital==''){
|
|
|
|
+ this.$util.msg('请输入注册资本',2000);
|
|
|
|
+ return
|
|
|
|
+ }else if(this.params.nature==''){
|
|
|
|
+ this.$util.msg('请输入公司性质',2000);
|
|
|
|
+ return
|
|
|
|
+ }else if(this.params.turnover==''){
|
|
|
|
+ this.$util.msg('请输入年营业额',2000);
|
|
|
|
+ return
|
|
|
|
+ }else if(this.params.firstShopType==''){
|
|
|
|
+ this.$util.msg('请选择公司类型',2000);
|
|
|
|
+ return
|
|
|
|
+ }else if(this.params.firstShopType==1){
|
|
|
|
+ if(this.params.secondShopType==""){
|
|
|
|
+ this.$util.msg('请选择公司类型',2000);
|
|
|
|
+ return
|
|
|
|
+ }
|
|
|
|
+ }else if(this.params.info==''){
|
|
|
|
+ this.$util.msg('请填写公司介绍',2000);
|
|
|
|
+ return
|
|
|
|
+ }else if(this.params.productDesc==''){
|
|
|
|
+ this.$util.msg('请填系列商品说明',2000);
|
|
|
|
+ return
|
|
|
|
+ }else if(this.params.socialCreditCode==''){
|
|
|
|
+ this.$util.msg('请输入正确的统一社会信用代码',2000);
|
|
|
|
+ return
|
|
|
|
+ }else if(this.params.businessLicenseImage==''){
|
|
|
|
+ this.$util.msg('请上传营业执照图片',2000);
|
|
|
|
+ return
|
|
|
|
+ }else if(this.params.logo==''){
|
|
|
|
+ this.$util.msg('请上传公司logo',2000);
|
|
|
|
+ return
|
|
|
|
+ }else if(this.params.productionLicence==''){
|
|
|
|
+ this.$util.msg('请上传生产许可证',2000);
|
|
|
|
+ return
|
|
|
|
+ }else if(this.params.hygienicLicense==''){
|
|
|
|
+ this.$util.msg('请上传卫生许可证',2000);
|
|
|
|
+ return
|
|
|
|
+ }else if(this.params.taxLicense==''){
|
|
|
|
+ this.$util.msg('请上传税务许可证',2000);
|
|
|
|
+ return
|
|
|
|
+ }else if(this.params.certificateHonor==''){
|
|
|
|
+ this.$util.msg('请上传荣誉证书',2000);
|
|
|
|
+ return
|
|
|
|
+ }else if(this.params.productCertification==''){
|
|
|
|
+ this.$util.msg('请上传产品证书',2000);
|
|
|
|
+ return
|
|
|
|
+ }else{
|
|
|
|
+ this.ShopService.modifiedData(this.params).then(res=>{
|
|
console.log(res)
|
|
console.log(res)
|
|
if(res.code === 0){
|
|
if(res.code === 0){
|
|
this.$util.msg('修改成功',2000,true,'success')
|
|
this.$util.msg('修改成功',2000,true,'success')
|
|
setTimeout(()=>{
|
|
setTimeout(()=>{
|
|
- uni.navigateBack();
|
|
|
|
|
|
+ uni.navigateBack();
|
|
},2000)
|
|
},2000)
|
|
} else {
|
|
} else {
|
|
this.$util.msg(res.msg,2000);
|
|
this.$util.msg(res.msg,2000);
|
|
this.loginLoading = false;
|
|
this.loginLoading = false;
|
|
}
|
|
}
|
|
})
|
|
})
|
|
|
|
+ }
|
|
},
|
|
},
|
|
mainProAdd(){//添加主营内容
|
|
mainProAdd(){//添加主营内容
|
|
if (this.mainProEdit.length>0) {
|
|
if (this.mainProEdit.length>0) {
|
|
- var obj = {name:this.mainProEdit};
|
|
|
|
- if(this.checkedArray(this.mainProEdit,this.mentuzCampNullList)){
|
|
|
|
|
|
+ let obj = {name:this.mainProEdit,value:`${this.mentuzCampList.length+1}`};
|
|
|
|
+ if(this.checkedArray(this.mainProEdit,this.mentuzCampList)){
|
|
this.$util.msg('主营内容已存在!',2000)
|
|
this.$util.msg('主营内容已存在!',2000)
|
|
}else {
|
|
}else {
|
|
- this.mentuzCampNullList.push(obj);
|
|
|
|
|
|
+ this.mentuzCampList.push(obj);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
shopScopeAdd(){ //经营内容
|
|
shopScopeAdd(){ //经营内容
|
|
if (this.shopScopeEdit.length>0) {
|
|
if (this.shopScopeEdit.length>0) {
|
|
- var obj = {name:this.shopScopeEdit};
|
|
|
|
- if(this.checkedArray(this.shopScopeEdit,this.Scopelist)){
|
|
|
|
|
|
+ let obj = {name:this.shopScopeEdit,value:`${this.medicaCampList.length+1}`};
|
|
|
|
+ if(this.checkedArray(this.shopScopeEdit,this.medicaCampList)){
|
|
this.$util.msg('主营内容已存在!',2000)
|
|
this.$util.msg('主营内容已存在!',2000)
|
|
}else {
|
|
}else {
|
|
- this.Scopelist.push(obj);
|
|
|
|
|
|
+ this.medicaCampList.push(obj);
|
|
|
|
+
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
checkedArray(content,arr){//判断主营内容是否已存在
|
|
checkedArray(content,arr){//判断主营内容是否已存在
|
|
- for(var i in arr){
|
|
|
|
- if(arr[i].name == content){
|
|
|
|
- return true;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
|
|
+ console.log(content,arr)
|
|
|
|
+ for(var i in arr){
|
|
|
|
+ if(arr[i].name == content){
|
|
|
|
+ return true;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
return false;
|
|
return false;
|
|
},
|
|
},
|
|
- setNewMainpro(arr){//回显处理主营内容
|
|
|
|
- var newArr = [];
|
|
|
|
- console.log(arr)
|
|
|
|
- arr.split('/').forEach(function(item){
|
|
|
|
- newArr.push(item);
|
|
|
|
- });
|
|
|
|
- return newArr
|
|
|
|
- },
|
|
|
|
- setNewScope(arr) {//回显处理主营内容
|
|
|
|
- var newArr = [];
|
|
|
|
- console.log(arr)
|
|
|
|
- if(arr!=null){
|
|
|
|
- arr.split('/').forEach(function(item){
|
|
|
|
- newArr.push(item);
|
|
|
|
- });
|
|
|
|
- return newArr
|
|
|
|
- }else {
|
|
|
|
- return newArr
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
radioChange(e){
|
|
radioChange(e){
|
|
this.params.firstShopType = e.target.value;
|
|
this.params.firstShopType = e.target.value;
|
|
if (e.target.value==1){
|
|
if (e.target.value==1){
|
|
@@ -564,7 +656,6 @@
|
|
this.issecondshow = false;
|
|
this.issecondshow = false;
|
|
}
|
|
}
|
|
},
|
|
},
|
|
-
|
|
|
|
showMulLinkageThreePicker() {//三级地址联动
|
|
showMulLinkageThreePicker() {//三级地址联动
|
|
this.isShowInput = true
|
|
this.isShowInput = true
|
|
this.$refs.mpvueCityPicker.show()
|
|
this.$refs.mpvueCityPicker.show()
|
|
@@ -578,12 +669,12 @@
|
|
this.params.townID = this.addressData.townID;
|
|
this.params.townID = this.addressData.townID;
|
|
this.params.provinceID = this.addressData.provinceID;
|
|
this.params.provinceID = this.addressData.provinceID;
|
|
this.params.cityID = this.addressData.cityID;
|
|
this.params.cityID = this.addressData.cityID;
|
|
- this.secondParams.address = this.addressData.address;
|
|
|
|
|
|
+ this.params.address = this.addressData.address;
|
|
},
|
|
},
|
|
onConfirmbrand(e){
|
|
onConfirmbrand(e){
|
|
this.brandname = e.name;
|
|
this.brandname = e.name;
|
|
},
|
|
},
|
|
- }
|
|
|
|
|
|
+ },
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
|
|
|
|
@@ -860,7 +951,8 @@
|
|
}
|
|
}
|
|
.diyBox{
|
|
.diyBox{
|
|
margin-bottom: 5px;
|
|
margin-bottom: 5px;
|
|
- width: 33%;
|
|
|
|
|
|
+ // width: 33%;
|
|
|
|
+ margin-right: 70rpx;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
|