...
|
...
|
@@ -337,6 +337,11 @@ Page(Object.assign({ |
|
|
if (res.data.defaultUrl) {
|
|
|
defaultImage = res.data.defaultUrl;
|
|
|
}
|
|
|
|
|
|
this.setData({
|
|
|
defaultImage
|
|
|
});
|
|
|
wx.hideLoading();
|
|
|
|
|
|
let productDesc = [];
|
|
|
|
...
|
...
|
@@ -395,7 +400,6 @@ Page(Object.assign({ |
|
|
assistLimit: res.data.helpLimit ? res.data.helpLimit : 0,
|
|
|
queueType: res.data.queueType ? res.data.queueType : QUEUE_TYPE.READY,
|
|
|
activityId: res.data.activityId ? res.data.activityId : '',
|
|
|
defaultImage,
|
|
|
productDesc,
|
|
|
snapData,
|
|
|
productSourceType
|
...
|
...
|
|