소스 검색

[券购买][修复]:undefined处理

tags/2.2.4
Stormeye.Wu 7 년 전
부모
커밋
c9693945b6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      pages/coupon/detail/index.js

+ 1
- 1
pages/coupon/detail/index.js 파일 보기

@@ -15,7 +15,7 @@ Page({
title: "加载中..."
});

if (options.flag == "pay") {
if (options.flag) {
this.orderFunc();
} else {
Http.get({


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