@titaui/pc 1.9.133 → 1.9.134
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.
|
@@ -176,8 +176,13 @@ var BookDemoPCContent = function BookDemoPCContent(_ref) {
|
|
|
176
176
|
source: source > 0 ? source : Source
|
|
177
177
|
}).then(function (res) {
|
|
178
178
|
if (res.data.Code) {
|
|
179
|
-
|
|
180
|
-
|
|
179
|
+
// sendBookDemoJson(
|
|
180
|
+
// bookDemoTransformDataToJson(
|
|
181
|
+
// result,
|
|
182
|
+
// source > 0 ? source : Source,
|
|
183
|
+
// DemoTypeTextMap[type],
|
|
184
|
+
// ),
|
|
185
|
+
// );
|
|
181
186
|
_toast["default"].Success("提交成功");
|
|
182
187
|
|
|
183
188
|
if (onSubmitSuccess) {
|