Ver Fonte

推广素材

zhaoxiaohai há 2 anos atrás
pai
commit
ed0e310bb3
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      pages/promotional/upload.js

+ 0 - 2
pages/promotional/upload.js

@@ -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",