ソースを参照

[券购买][修复]: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({


読み込み中…
キャンセル
保存