浏览代码

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


正在加载...
取消
保存