Commit 809a90c0 authored by ziyu's avatar ziyu

improvement: 修改图片四肢

parent d15cdf1d
...@@ -195,7 +195,7 @@ ...@@ -195,7 +195,7 @@
bindtouchend="touchEnd" bindtouchend="touchEnd"
class="list-item {{item.select?'delete':''}} {{tools.computClass(current,index,list.length)}}" class="list-item {{item.select?'delete':''}} {{tools.computClass(current,index,list.length)}}"
> >
<image src="../static/images/test2.png" mode="widthFix"></image> <image src="/static/images/test2.png" mode="widthFix"></image>
<view class="text">{{item.text}}</view> <view class="text">{{item.text}}</view>
<view class="goods"> <view class="goods">
<text class="price">¥99.9</text><text class="buy">2200人购买</text> <text class="price">¥99.9</text><text class="buy">2200人购买</text>
...@@ -356,14 +356,14 @@ ...@@ -356,14 +356,14 @@
{value:10,text:'这是测试的文字10'}, {value:10,text:'这是测试的文字10'},
]; ];
this.adlist = [ this.adlist = [
{imgsrc:'../../static/images/test1.jpg',text:'小明刚刚参与了抽奖'}, {imgsrc:'/static/images/test1.jpg',text:'小明刚刚参与了抽奖'},
{imgsrc:'../../static/images/test1.jpg',text:'小2刚刚参与了抽奖'}, {imgsrc:'/static/images/test1.jpg',text:'小2刚刚参与了抽奖'},
{imgsrc:'../../images/test1.jpg',text:'小3刚刚参与了抽奖'}, {imgsrc:'/static/images/test1.jpg',text:'小3刚刚参与了抽奖'},
{imgsrc:'../../images/test1.jpg',text:'小4刚刚参与了抽奖'}, {imgsrc:'/static/images/test1.jpg',text:'小4刚刚参与了抽奖'},
{imgsrc:'../../images/test1.jpg',text:'小5刚刚参与了抽奖'}, {imgsrc:'/static/images/test1.jpg',text:'小5刚刚参与了抽奖'},
{imgsrc:'../../images/test1.jpg',text:'小6刚刚参与了抽奖'}, {imgsrc:'/static/images/test1.jpg',text:'小6刚刚参与了抽奖'},
{imgsrc:'../../images/test1.jpg',text:'小7刚刚参与了抽奖'}, {imgsrc:'/static/images/test1.jpg',text:'小7刚刚参与了抽奖'},
{imgsrc:'../../images/test1.jpg',text:'小8刚刚参与了抽奖'}, {imgsrc:'/static/images/test1.jpg',text:'小8刚刚参与了抽奖'},
]; ];
let urls = [ let urls = [
'https://xyqblogo.lkbang.net/VID_20200508_171710.mp4', 'https://xyqblogo.lkbang.net/VID_20200508_171710.mp4',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment