|
@@ -54,10 +54,10 @@
|
|
|
</u--form>
|
|
|
</div>
|
|
|
<div>
|
|
|
- <u-popup :show="showModal" mode="center" @close="closeModal">
|
|
|
+ <u-popup :show="showModal" mode="center" @close="closeModal" :round="10">
|
|
|
<view class="modalBox">
|
|
|
- <u--form labelPosition="left" :model="formbox" ref="uForm">
|
|
|
- <u-form-item style="width: 350rpx;" label="姓名" prop="formbox.fname" borderBottom ref="item1">
|
|
|
+ <u--form labelPosition="left" :model="formbox" ref="uForm" style="width: 100%;">
|
|
|
+ <u-form-item style="width: 400rpx;" label="姓名" prop="formbox.fname" borderBottom ref="item1">
|
|
|
<u--input class="insides" v-model="formbox.fname" border="none"></u--input>
|
|
|
</u-form-item>
|
|
|
<u-form-item style="width: 350rpx;" label="电话号" prop="formbox.fphone" borderBottom ref="item1">
|
|
@@ -78,7 +78,7 @@
|
|
|
</u--form>
|
|
|
<div class="useBox">
|
|
|
<button class="antherBtn" @click="makeSureEdit">确认修改</button>
|
|
|
- <button class="antherBtn" @click="showModal = false">取消修改</button>
|
|
|
+ <button class="antherBtn" @click="showModal = false">取消</button>
|
|
|
</div>
|
|
|
</view>
|
|
|
</u-popup>
|
|
@@ -190,10 +190,10 @@
|
|
|
duration: 2000, // 持续时间,单位为毫秒,默认值为 1500
|
|
|
mask: false, // 是否显示透明蒙层,防止触摸穿透,默认值为 false
|
|
|
success() {
|
|
|
- console.log('toast消息提示显示成功');
|
|
|
+ // console.log('toast消息提示显示成功');
|
|
|
},
|
|
|
fail(err) {
|
|
|
- console.error('toast消息提示显示失败', err);
|
|
|
+ // console.error('toast消息提示显示失败', err);
|
|
|
}
|
|
|
});
|
|
|
}
|
|
@@ -218,10 +218,10 @@
|
|
|
duration: 2000, // 持续时间,单位为毫秒,默认值为 1500
|
|
|
mask: false, // 是否显示透明蒙层,防止触摸穿透,默认值为 false
|
|
|
success() {
|
|
|
- console.log('toast消息提示显示成功');
|
|
|
+ // console.log('toast消息提示显示成功');
|
|
|
},
|
|
|
fail(err) {
|
|
|
- console.error('toast消息提示显示失败', err);
|
|
|
+ // console.error('toast消息提示显示失败', err);
|
|
|
}
|
|
|
});
|
|
|
this.membersList = []
|
|
@@ -234,10 +234,10 @@
|
|
|
duration: 2000, // 持续时间,单位为毫秒,默认值为 1500
|
|
|
mask: false, // 是否显示透明蒙层,防止触摸穿透,默认值为 false
|
|
|
success() {
|
|
|
- console.log('toast消息提示显示成功');
|
|
|
+ // console.log('toast消息提示显示成功');
|
|
|
},
|
|
|
fail(err) {
|
|
|
- console.error('toast消息提示显示失败', err);
|
|
|
+ // console.error('toast消息提示显示失败', err);
|
|
|
}
|
|
|
});
|
|
|
}
|
|
@@ -249,10 +249,10 @@
|
|
|
}
|
|
|
},
|
|
|
change(e) {
|
|
|
- console.log("e:", e);
|
|
|
+ // console.log("e:", e);
|
|
|
},
|
|
|
change1(e) {
|
|
|
- console.log("e:", e);
|
|
|
+ // console.log("e:", e);
|
|
|
},
|
|
|
getbackid() {
|
|
|
let x = localStorage.getItem('getUserInfo_key')
|
|
@@ -261,7 +261,7 @@
|
|
|
getuserfireid({
|
|
|
userId: this.userId
|
|
|
}).then(res => {
|
|
|
- console.log(res, 'userfire');
|
|
|
+ // console.log(res, 'userfire');
|
|
|
})
|
|
|
// console.log(x.data.userInfo.id, 'xxx');
|
|
|
},
|
|
@@ -319,10 +319,10 @@
|
|
|
duration: 2000, // 持续时间,单位为毫秒,默认值为 1500
|
|
|
mask: false, // 是否显示透明蒙层,防止触摸穿透,默认值为 false
|
|
|
success() {
|
|
|
- console.log('toast消息提示显示成功');
|
|
|
+ // console.log('toast消息提示显示成功');
|
|
|
},
|
|
|
fail(err) {
|
|
|
- console.error('toast消息提示显示失败', err);
|
|
|
+ // console.error('toast消息提示显示失败', err);
|
|
|
}
|
|
|
});
|
|
|
this.getAllFire()
|
|
@@ -374,19 +374,19 @@
|
|
|
duration: 2000, // 持续时间,单位为毫秒,默认值为 1500
|
|
|
mask: false, // 是否显示透明蒙层,防止触摸穿透,默认值为 false
|
|
|
success() {
|
|
|
- console.log('toast消息提示显示成功');
|
|
|
+ // console.log('toast消息提示显示成功');
|
|
|
},
|
|
|
fail(err) {
|
|
|
- console.error('toast消息提示显示失败', err);
|
|
|
+ // console.error('toast消息提示显示失败', err);
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
- console.log(res, 'edit');
|
|
|
+ // console.log(res, 'edit');
|
|
|
})
|
|
|
},
|
|
|
// 对表单内name的正则判断
|
|
|
nameBlur() {
|
|
|
- console.log(this.membersList[0].name);
|
|
|
+ // console.log(this.membersList[0].name);
|
|
|
if (this.membersList[0].name === '') {
|
|
|
this.nameRules = true
|
|
|
} else {
|
|
@@ -518,7 +518,7 @@
|
|
|
}
|
|
|
|
|
|
.modalBox {
|
|
|
- width: 600rpx;
|
|
|
+ width: 700rpx;
|
|
|
height: 880rpx;
|
|
|
}
|
|
|
|
|
@@ -559,4 +559,7 @@
|
|
|
margin: 30rpx auto;
|
|
|
border-radius: 30rpx;
|
|
|
}
|
|
|
+ .u-form-item__body__left{
|
|
|
+ width: 100rpx;
|
|
|
+ }
|
|
|
</style>
|