@@ -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
@@ -22,7 +22,7 @@
<image src="../../images/addr.png" mode="widthFix"></image>
</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">