瀏覽代碼

fix present and security verify

jason.lu 6 年之前
父節點
當前提交
402bf45355
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sourcecode/h5app/vue/src/views/PresentRegister.vue

+ 1 - 1
sourcecode/h5app/vue/src/views/PresentRegister.vue

@@ -332,7 +332,7 @@
                 that.onReadExisting(that.giftDo);
             } else {
                 let that = this;
-                BasicFunction.get_data('smartGoods/list?goodId=' + presentId, function (res) {
+                BasicFunction.get_data('smartGoods/list?id=' + presentId, function (res) {
                     if (res.ret === '10000') {
                         if (res.model === undefined || res.model == null || res.model.list == undefined || res.model.list.length <= 0) {
                             Toast.fail('礼物查看遇到问题,请稍等一下再试吧');