Commit 62bffdcb authored by Edwise's avatar Edwise 🍷

aaaaa

parent bc2d8f06
......@@ -32,6 +32,7 @@ Component({
success,
data
} = await API.getInviteList({
page:1,
pageSize: 100
}).catch(r => {
my.hideLoading();
......
......@@ -107,7 +107,7 @@ Component({
commonToast(str || '领取成功');
}
/**领取成功,增加温暖值 */
my.__updateWarms&&my.__updateWarms();
my.__updateWarms();
await this.getTaskList()
flag = 0;
},
......
......@@ -64,7 +64,7 @@
left: 53rpx;
top: 617rpx;
position: absolute;
transform-origin: 0rpx 0rpx 0rpx;
transform-origin: 50% 50% 0rpx;
}
.tempitemmodal .tempitemImg {
width: 262rpx;
......@@ -73,5 +73,5 @@
left: 132rpx;
top: 206rpx;
position: absolute;
transform-origin: 0rpx 0rpx 0rpx;
transform-origin: 50% 50% 0rpx;
}
......@@ -6,6 +6,6 @@
<label class="tempitemprize ">双十一惊喜价:¥299</label>
</view>
<image class="tempitemImg " src={{resList['e41300b7-bee4-4224-9f12-7a8513ce8fe9'].url}} onTap="goGoodsDetail" />
<image class="tempitembtn " src={{resList['bb187403-c5fc-4c33-aea1-072bac77f32e'].url}} onTap="onClose" />
<image class="tempitemImg btn" src={{resList['e41300b7-bee4-4224-9f12-7a8513ce8fe9'].url}} onTap="goGoodsDetail" />
<image class="tempitembtn btn" src={{resList['bb187403-c5fc-4c33-aea1-072bac77f32e'].url}} onTap="onClose" />
</view>
\ No newline at end of file
......@@ -70,8 +70,6 @@
.my-prize-page .my-prize-item .my-prize-subtitle {
display: flex;
justify-content: center;
align-items: center;
}
.my-prize-page .my-prize-item .my-prize-copy {
......@@ -102,7 +100,7 @@
.my-prize-page .my-prize-item .my-prize-tip {
margin-top: 16rpx;
font-size: 20rpx;
font-size: 18rpx;
line-height: 0rpx;
letter-spacing: 0;
color: #000000;
......@@ -110,7 +108,7 @@
.my-prize-page .my-prize-item .my-prize-code {
font-family: PingFangSC-Regular;
font-size: 20rpx;
font-size: 18rpx;
color: #222222;
letter-spacing: 0;
overflow: hidden;
......
......@@ -143,7 +143,7 @@ Page({
const params = {
activityId,
area:countyName,
addressdetail:detailInfo,
addressDetail:detailInfo,
name,
phone: telNumber,
detailInfo,
......@@ -154,7 +154,7 @@ Page({
provinceName,
countyName,
streetName,
_id: item._id
id: item._id
}
my.confirm({
......
......@@ -183,10 +183,10 @@ Page({
my.showLoading();
const userInfo = await getAuthUserInfo().catch(err => {
console.log('未授权成功', err);
my.hideLoading();
// my.hideLoading();
});
if (userInfo) {
my.hideLoading();
// my.hideLoading();
console.log('userInfo', userInfo);
const {
nickName,
......@@ -218,7 +218,7 @@ Page({
* 登录接口
*/
async login() {
my.showLoading();
// my.showLoading();
const {
nickName,
avatar
......@@ -233,12 +233,12 @@ Page({
inviteId:app.inviteId,
inviteStep:app.step
}).catch(res => {
my.hideLoading();
// my.hideLoading();
commonToast(res && res.message);
}) || {};
if (success) {
my.hideLoading();
// my.hideLoading();
app.openId = data.openId;
app.step = data.inviteStep;
this.getActivityBaseInfoById();
......@@ -248,7 +248,7 @@ Page({
* 获取活动信息
*/
async getActivityBaseInfoById() {
my.showLoading();
// my.showLoading();
const {
success,
data
......@@ -276,7 +276,7 @@ Page({
},
/**更新游戏信息 */
async updateGameInfo() {
my.showLoading();
// my.showLoading();
const {
success,
data
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment