优化页面
This commit is contained in:
10
unpackage/dist/dev/mp-weixin/recompose.js
vendored
10
unpackage/dist/dev/mp-weixin/recompose.js
vendored
@@ -74,6 +74,8 @@ const _sfc_main = {
|
||||
if (this.selectedId) {
|
||||
this.nameAnchor = this.selectedIddata.anchorId;
|
||||
this.AnchorProfilePicture = this.selectedIddata.headerIcon;
|
||||
this.genders = this.selectedIddata.gender;
|
||||
this.countrys = this.selectedIddata.country;
|
||||
this.close();
|
||||
} else {
|
||||
common_vendor.index.showToast({
|
||||
@@ -107,7 +109,7 @@ const _sfc_main = {
|
||||
if (res.code == 200) {
|
||||
this.AnchorList = res.data;
|
||||
} else {
|
||||
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/recompose/recompose.vue:300", res.msg);
|
||||
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/recompose/recompose.vue:302", res.msg);
|
||||
}
|
||||
});
|
||||
},
|
||||
@@ -119,12 +121,12 @@ const _sfc_main = {
|
||||
//性别
|
||||
gender(item) {
|
||||
this.genders = item.value;
|
||||
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/recompose/recompose.vue:312", item);
|
||||
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/recompose/recompose.vue:314", item);
|
||||
},
|
||||
//日期
|
||||
country(item) {
|
||||
this.countrys = item.value;
|
||||
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/recompose/recompose.vue:317", item);
|
||||
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/recompose/recompose.vue:319", item);
|
||||
},
|
||||
// //主播名称
|
||||
// handleOverlayClick(event) {
|
||||
@@ -214,7 +216,7 @@ const _sfc_main = {
|
||||
title: "修改中...",
|
||||
mask: true
|
||||
});
|
||||
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/recompose/recompose.vue:420", this.senderId, this.sendingTime, this.nameAnchor, this.genders, this.numberCoins, this.remarks, this.id, this.AnchorProfilePicture, this.session);
|
||||
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/recompose/recompose.vue:422", this.senderId, this.sendingTime, this.nameAnchor, this.genders, this.numberCoins, this.remarks, this.id, this.AnchorProfilePicture, this.session);
|
||||
const res = await components_request.request({
|
||||
url: "pk/updatePkInfoById",
|
||||
method: "POST",
|
||||
|
||||
Reference in New Issue
Block a user