优化代码
This commit is contained in:
@@ -45,7 +45,7 @@ const _sfc_main = {
|
||||
},
|
||||
userInfo: true
|
||||
}).then((res) => {
|
||||
common_vendor.index.__f__("log", "at pages/PKMessageprocessing/PKMessageprocessing.vue:227", res.data);
|
||||
common_vendor.index.__f__("log", "at pages/PKMessageprocessing/PKMessageprocessing.vue:236", res.data);
|
||||
this.PkIDInfodata = res.data;
|
||||
});
|
||||
},
|
||||
@@ -61,9 +61,9 @@ const _sfc_main = {
|
||||
},
|
||||
userInfo: false
|
||||
}).then((res) => {
|
||||
common_vendor.index.__f__("log", "at pages/PKMessageprocessing/PKMessageprocessing.vue:243", res);
|
||||
common_vendor.index.__f__("log", "at pages/PKMessageprocessing/PKMessageprocessing.vue:252", res);
|
||||
if (res.code === 200) {
|
||||
common_vendor.index.__f__("log", "at pages/PKMessageprocessing/PKMessageprocessing.vue:245", res.data);
|
||||
common_vendor.index.__f__("log", "at pages/PKMessageprocessing/PKMessageprocessing.vue:254", res.data);
|
||||
this.SenderData = res.data;
|
||||
} else {
|
||||
common_vendor.wx$1.showToast({
|
||||
@@ -87,7 +87,7 @@ const _sfc_main = {
|
||||
userInfo: false
|
||||
}).then((res) => {
|
||||
if (res.code === 200) {
|
||||
common_vendor.index.__f__("log", "at pages/PKMessageprocessing/PKMessageprocessing.vue:269", res.data);
|
||||
common_vendor.index.__f__("log", "at pages/PKMessageprocessing/PKMessageprocessing.vue:278", res.data);
|
||||
this.ReceiverData = res.data;
|
||||
} else {
|
||||
common_vendor.wx$1.showToast({
|
||||
@@ -166,7 +166,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return common_vendor.e({
|
||||
a: common_vendor.o((...args) => $options.goBack && $options.goBack(...args)),
|
||||
b: $data.SenderData.anchorIcon,
|
||||
c: common_vendor.t($data.SenderData.anchorId),
|
||||
c: common_vendor.t($data.SenderData.disPlayId),
|
||||
d: $data.SenderData.sex === "1"
|
||||
}, $data.SenderData.sex === "1" ? {
|
||||
e: common_vendor.t($data.SenderData.sex == 1 ? "男" : "女")
|
||||
@@ -178,7 +178,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
i: common_vendor.t($data.SenderData.coin),
|
||||
j: common_vendor.t($data.SenderData.pkNumber),
|
||||
k: $data.ReceiverData.anchorIcon,
|
||||
l: common_vendor.t($data.ReceiverData.anchorId),
|
||||
l: common_vendor.t($data.ReceiverData.disPlayId),
|
||||
m: $data.ReceiverData.sex === "1"
|
||||
}, $data.ReceiverData.sex === "1" ? {
|
||||
n: common_vendor.t($data.ReceiverData.sex == 1 ? "男" : "女")
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -38,7 +38,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-top: 80rpx;
|
||||
margin-top: 10rpx;
|
||||
}
|
||||
.sengderIcon.data-v-cadadfe7 {
|
||||
width: 150rpx;
|
||||
@@ -148,11 +148,16 @@
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
.flex.data-v-cadadfe7{
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 15px;
|
||||
}
|
||||
.button.data-v-cadadfe7 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-top: 150rpx;
|
||||
}
|
||||
.buttontext.data-v-cadadfe7 {
|
||||
font-size: 40rpx;
|
||||
|
||||
Reference in New Issue
Block a user