web端搜索页面优化

This commit is contained in:
Devil
2021-01-10 13:18:35 +08:00
parent 6f64b0029e
commit b758285530
18 changed files with 2770 additions and 1045 deletions

View File

@ -224,8 +224,10 @@ Page({
"province": this.data.user.province || '',
"city": this.data.user.city || '',
"gender": this.data.user.gender || 0,
"weixin_unionid": this.data.user.weixin_unionid || '',
"referrer": referrer || 0
};
wx.showLoading({ title: "处理中..." });
var self = this;
wx.request({