Ver código fonte

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

tags/2.2.4
Stormeye.Wu 7 anos atrás
pai
commit
c9693945b6
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      pages/coupon/detail/index.js

+ 1
- 1
pages/coupon/detail/index.js Ver arquivo

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

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


Carregando…
Cancelar
Salvar