mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-06 03:56:57 +08:00
web端搜索页面优化
This commit is contained in:
@ -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({
|
||||
|
||||
Reference in New Issue
Block a user