使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
weapp
/
C
关注
8
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
66
百科
动态
浏览代码
购买拼团券后红点不显示
tags/富茂链客4.1.0
刘晖
6 年前
父节点
b711035a0c
当前提交
59871fcb6c
共有
3 个文件被更改
,包括
1 次插入
和
29 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+0
-14
pages/joinFrDpell/index.js
+1
-1
pages/spellDetail/index.wxss
+0
-14
pages/spellGroup/mySpellGroup/index.js
+ 0
- 14
pages/joinFrDpell/index.js
查看文件
@@ -408,20 +408,6 @@ Page({
setTimeout(function () {
wx.hideLoading();
}, 2000);
/**
* 用户支付成功以后跳转到券包列表
*/
if (that.data.cardType == 100) {
wx.setStorage({
key: 'couponNum2',
data: "couponNum2"
})
} else if (that.data.data.type != 5) {
wx.setStorage({
key: 'couponNum',
data: "couponNum"
})
}
}
},
fail: res => {
+ 1
- 1
pages/spellDetail/index.wxss
查看文件
@@ -286,7 +286,7 @@ page {
font-weight:500;
color:rgba(254,254,254,1);
line-height: 85rpx;
margin-top:
2
00rpx;
margin-top:
1
00rpx;
}
.user-motto::after {
+ 0
- 14
pages/spellGroup/mySpellGroup/index.js
查看文件
@@ -395,20 +395,6 @@ Page({
setTimeout(function () {
wx.hideLoading();
}, 2000);
/**
* 用户支付成功以后跳转到券包列表
*/
if (that.data.cardType == 100) {
wx.setStorage({
key: 'couponNum2',
data: "couponNum2"
})
} else if (that.data.data.type != 5) {
wx.setStorage({
key: 'couponNum',
data: "couponNum"
})
}
}
},
fail: res => {
撰写
预览
正在加载...
取消
保存