浏览代码

what a nice day

FANGLH 7 年之前
父节点
当前提交
913f48b668
共有 3 个文件被更改,包括 4 次插入4 次删除
  1. 二进制
      img/home_banner.png
  2. 3 3
      pages/home/home.js
  3. 1 1
      pages/home/home.wxml

二进制
img/home_banner.png


+ 3 - 3
pages/home/home.js

@@ -10,13 +10,13 @@ Page({
   data: {
     imgUrls: [
       {
-        "aa_urla": "http://113.105.74.140:8081/u/123/100123/201801/o/5e2b30db6a3c4f7399ff185ca7eee713.png"
+        "aa_urla": "../../img/home_banner.png"
       },
       {
-        "aa_urla": "http://113.105.74.140:8081/u/123/100123/201801/o/5e2b30db6a3c4f7399ff185ca7eee713.png"
+        "aa_urla": "../../img/home_banner.png"
       },
       {
-        "aa_urla": "http://113.105.74.140:8081/u/123/100123/201801/o/5e2b30db6a3c4f7399ff185ca7eee713.png"
+        "aa_urla": "../../img/home_banner.png"
       }
     ],
     indicatorDots: true,

+ 1 - 1
pages/home/home.wxml

@@ -16,7 +16,7 @@
    <view class='announcement_sty'>
       <view class='announcement_sty1'>
         <image src='../../img/announcement.png'  class='announcement_img'></image>
-         <view class='ann_right' style="{{orientation}}:{{marqueeDistance}}px;">homeData.announcement.content</view>
+         <view class='ann_right' style="{{orientation}}:{{marqueeDistance}}px;">公告内容</view>
       </view>
     </view>