@capillarytech/creatives-library 3.1.17 → 3.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -439,7 +439,6 @@ export class MapTemplates extends React.Component { // eslint-disable-line react
|
|
|
439
439
|
url: this.state.formData['is-internal-url'] ? this.maskTemplateUrl(this.state.formData['template-link']) : this.state.formData['template-link'],
|
|
440
440
|
TopColor: "#000000",
|
|
441
441
|
data: {},
|
|
442
|
-
previewContent: stateFormData['sms-preview'],
|
|
443
442
|
BrandId: (selectedWeChatAccount.configs.brand_id ? selectedWeChatAccount.configs.brand_id : ''),
|
|
444
443
|
OriginalId: selectedWeChatAccount.sourceAccountIdentifier,
|
|
445
444
|
content: encodeURIComponent(editTemplateData.versions.base.content),
|
|
@@ -243,7 +243,6 @@ export class Create extends React.Component { // eslint-disable-line react/prefe
|
|
|
243
243
|
TopColor: "#000000",
|
|
244
244
|
touser: "{{wechat_open_id}}",
|
|
245
245
|
creative_template_id: templateIdFromProp || templateId,
|
|
246
|
-
previewContent: message.mediaList,
|
|
247
246
|
};
|
|
248
247
|
const response = {
|
|
249
248
|
action: "getFormData",
|