|
@@ -77,7 +77,6 @@ Page({
|
|
|
icon: "none"
|
|
|
});
|
|
|
};
|
|
|
- console.log(231423423423423)
|
|
|
if (this.data.uploadType == 'richtext' && this.data.content.content.length < 8) return wx.showToast({
|
|
|
title: '您还未编辑或保存图文内容',
|
|
|
icon: "none"
|
|
@@ -89,7 +88,6 @@ Page({
|
|
|
this.setData({
|
|
|
loading: true
|
|
|
})
|
|
|
- // content.content = escape(content.content);
|
|
|
content.content = weBtoa(content.content);
|
|
|
_Http.basic({
|
|
|
"classname": "webmanage.saletool.sharematerial.sharematerial",
|