이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
weapp
/
C
보기
8
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
66
위키
활동
소스 검색
购买拼团券后红点不显示
tags/富茂链客4.1.0
刘晖
6 년 전
부모
b711035a0c
커밋
59871fcb6c
3개의 변경된 파일
과
1개의 추가작업
그리고
29개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 => {
쓰기
미리보기
불러오는 중...
취소
저장