|
@@ -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('礼物查看遇到问题,请稍等一下再试吧');
|