@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
- (0, _request.sendBookDemoJson)((0, _utils.bookDemoTransformDataToJson)(result, source > 0 ? source : Source, _constant.DemoTypeTextMap[type]));
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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.9.133",
3
+ "version": "1.9.134",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",