瀏覽代碼

[消费卡][修改]:[修改消费卡undifined的问题]

tags/C.8.3.0^2
meo 5 年之前
父節點
當前提交
8c32f90c96
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      pages/ConsumeDetail/ConsumeDetail.js

+ 2
- 2
pages/ConsumeDetail/ConsumeDetail.js 查看文件

@@ -133,8 +133,8 @@ Page({
let that = this; let that = this;


if (options.cardId){ if (options.cardId){
that.cardpayList(cardId);
that.cardDetail(cardId);
that.cardpayList(options.cardId);
that.cardDetail(options.cardId);
} }
if (options.from){ if (options.from){


Loading…
取消
儲存