jufubao-base 1.0.243-beta208 → 1.0.243-beta209
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
|
@@ -1062,7 +1062,8 @@ export default {
|
|
|
1062
1062
|
custom_content_container_id: this.cid,
|
|
1063
1063
|
is_show_jhd_code: Number(this.is_show),
|
|
1064
1064
|
is_show_product: this.is_show_product === "Y" ? 1 : 0,
|
|
1065
|
-
version: 'v2'
|
|
1065
|
+
version: 'v2',
|
|
1066
|
+
is_show_after_btn: this.showApplyAfter === 'Y' ? 1 : 0
|
|
1066
1067
|
},
|
|
1067
1068
|
})
|
|
1068
1069
|
.then((res) => {
|