소스 검색

[拼团undefined问题修改]

tags/C.7.1.0
海洋之声 6 년 전
부모
커밋
acd9a1f4ab
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      pages/spellGroup/mySpellGroup/index.js

+ 3
- 1
pages/spellGroup/mySpellGroup/index.js 파일 보기

@@ -536,7 +536,9 @@ Page({
onPullDownRefresh: function(e) {
let that = this;
that.getDetail(that.data.couponChannelId);
that.getOneSpell(that.data.couponId)
if (that.data.couponId) {
that.getOneSpell(that.data.couponId)
}
},
onShareAppMessage: function (options) {
console.log(options)


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