소스 검색

[我的拼团][修改]:[我的拼团undifined问题的修改]

tags/安徽版C.4.1.6最终版
meo 6 년 전
부모
커밋
703194877c
1개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. +6
    -2
      pages/spellGroup/mySpellGroup/index.js

+ 6
- 2
pages/spellGroup/mySpellGroup/index.js 파일 보기

@@ -33,8 +33,12 @@ Page({
couponChannelId: options.couponChannelId,
couponId: options.couponId
})
this.getDetail(options.couponChannelId);
this.getOneSpell(options.couponId)
if (options.couponChannelId){
this.getDetail(options.couponChannelId);
}
if (options.couponId){
this.getOneSpell(options.couponId)
}
this.getUserInfo();
},
getUserInfo: function () {


불러오는 중...
취소
저장