이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
weapp
/
C
보기
8
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
66
위키
활동
소스 검색
[拼团][修改]:[拼团详情问题的修改]
tags/安徽版C.4.1.6最终版
meo
6 년 전
부모
941e5c2c23
커밋
724df24a66
2개의 변경된 파일
과
11개의 추가작업
그리고
4개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
pages/joinFrDpell/index.js
+8
-3
pages/spellDetail/index.js
+ 3
- 1
pages/joinFrDpell/index.js
파일 보기
@@ -41,7 +41,9 @@ Page({
avatarUrl: options.avatarUrl,
nickName: options.nickName,
})
this.checkUser(options);
if (options.orderGroupId){
this.checkUser(options);
}
},
gotoIndex(){
wx.reLaunch({
+ 8
- 3
pages/spellDetail/index.js
파일 보기
@@ -69,9 +69,14 @@ Page({
this.setData({
paramData: options
})
this.getUserInfo()
this.getDetail(options);
this.checkUser(options)
this.getUserInfo();
if (options.orderGroupId){
if (options.orderId && options.couponId){
this.getDetail(options);
}
this.checkUser(options);
}
// 关闭来自于左上角的分享
wx.hideShareMenu()
},
쓰기
미리보기
불러오는 중...
취소
저장