优化页面
This commit is contained in:
@@ -239,7 +239,6 @@ export default {
|
||||
key: "chatInfo",
|
||||
success: (res) => {
|
||||
this.chatInfo = res.data;
|
||||
console.log("chatInfo", this.chatInfo);
|
||||
TUIlogin(this.chatInfo.appId, this.info.id, this.myuserSig.userSig);
|
||||
},
|
||||
});
|
||||
@@ -260,12 +259,6 @@ export default {
|
||||
confirm() {
|
||||
//判断金币是否有为空
|
||||
this.ConfirmStatus = true;
|
||||
console.log(
|
||||
this.minNumberCoins,
|
||||
this.maxNumberCoins,
|
||||
this.mindatetimesingle,
|
||||
this.maxdatetimesingle
|
||||
);
|
||||
if (
|
||||
(this.minNumberCoins === "" && this.maxNumberCoins !== "") ||
|
||||
(this.minNumberCoins !== "" && this.maxNumberCoins === "")
|
||||
@@ -341,12 +334,10 @@ export default {
|
||||
//获取国家
|
||||
country(item) {
|
||||
this.countrys = item.value;
|
||||
console.log(item);
|
||||
},
|
||||
//获取性别
|
||||
gender(item) {
|
||||
this.genders = item.value;
|
||||
console.log(item);
|
||||
},
|
||||
// 打开弹窗(筛选条件)
|
||||
goScreening() {
|
||||
@@ -411,7 +402,6 @@ export default {
|
||||
title: "加载中...",
|
||||
mask: true,
|
||||
});
|
||||
console.log("id", item.id, this.info.id);
|
||||
//获取详情
|
||||
const res = await request({
|
||||
url: "pk/pkInfoDetail",
|
||||
@@ -422,12 +412,10 @@ export default {
|
||||
},
|
||||
userInfo: true,
|
||||
});
|
||||
console.log("res", res);
|
||||
this.detailsdata = res.data;
|
||||
if (res.code === 200) {
|
||||
if (res.data.length !== 0) {
|
||||
uni.hideLoading();
|
||||
console.log("res.data", res.data);
|
||||
uni.navigateTo({
|
||||
url: "/pages/pkDetail/pkDetail",
|
||||
success: (res) => {
|
||||
@@ -465,7 +453,6 @@ export default {
|
||||
},
|
||||
userInfo: false,
|
||||
});
|
||||
console.log(res);
|
||||
if (res.code === 200) {
|
||||
this.triggered = false;
|
||||
if (condition.type === 1) {
|
||||
|
||||
Reference in New Issue
Block a user