xiaojincai 5 سال پیش
والد
کامیت
e067a16380
2فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 2 1
      pages/classHour/classHour.js
  2. 1 1
      pages/intro/intro.wxml

+ 2 - 1
pages/classHour/classHour.js

@@ -15,7 +15,7 @@ Page({
    */
   onLoad: function (options) {
     wx.showLoading({
-      title: '',
+      title: 'test',
     })
     wx.request({
       url: host + '/api/wx/classhourcard',
@@ -28,6 +28,7 @@ Page({
         for (let i = 0; i < data.length; i++) {
           urls.push(data[i].url)
         }
+        console.log(urls,33333333333)
         this.setData({
           imgs: urls
         })

+ 1 - 1
pages/intro/intro.wxml

@@ -22,7 +22,7 @@
               <image src="../../images/addr.png" mode="widthFix"></image>
           </view>
       </view>
-      <editor style="height:calc(100vh - 300px);margin-top:10px;" read-only="{{true}}" id="editor"  class="ql-container">
+      <editor style="height:calc(100vh - 300px);padding: 0px 10px;" read-only="{{true}}" id="editor"  class="ql-container">
     </editor>
 </block>
 <view wx:else class="content">