Commit 0a9735ba authored by Junling Bu's avatar Junling Bu
Browse files

perf[litemall-wx]: 继续删除网易图标链接

parent a826e96f
...@@ -114,7 +114,6 @@ page { ...@@ -114,7 +114,6 @@ page {
line-height: 72rpx; line-height: 72rpx;
text-align: right; text-align: right;
padding-right: 30rpx; padding-right: 30rpx;
background: url(https://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/icon-normal/couponHelp-4768607555.png) 590rpx center no-repeat;
background-size: 28rpx; background-size: 28rpx;
color: #999; color: #999;
font-size: 24rpx; font-size: 24rpx;
......
...@@ -4,8 +4,7 @@ ...@@ -4,8 +4,7 @@
<view class="picker"> <view class="picker">
<view class="fb-type"> <view class="fb-type">
<view class="type-label">{{array[index]}}</view> <view class="type-label">{{array[index]}}</view>
<image class="type-icon" src="http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/icon-normal/pickerArrow-a8b918f05f.png"></image> <image class="type-icon" src="/static/images/down.png"></image>
</view> </view>
</view> </view>
</picker> </picker>
......
...@@ -7,7 +7,7 @@ Page({ ...@@ -7,7 +7,7 @@ Page({
data: { data: {
userInfo: { userInfo: {
nickName: '点击登录', nickName: '点击登录',
avatarUrl: 'http://yanxuan.nosdn.127.net/8945ae63d940cc42406c3f67019c5cb6.png' avatarUrl: '/static/images/my.png'
}, },
order: { order: {
unpaid: 0, unpaid: 0,
......
...@@ -101,6 +101,7 @@ ...@@ -101,6 +101,7 @@
<view class='user_column_item_text'>关于我们</view> <view class='user_column_item_text'>关于我们</view>
</view> </view>
</view> </view>
<view class='separate'></view>
<view class="logout" wx:if="{{hasLogin}}" bindtap="exitLogin">退出登录</view> <view class="logout" wx:if="{{hasLogin}}" bindtap="exitLogin">退出登录</view>
</view> </view>
\ No newline at end of file
...@@ -144,7 +144,7 @@ page { ...@@ -144,7 +144,7 @@ page {
flex-wrap: wrap; flex-wrap: wrap;
float: left; float: left;
background: #fff; background: #fff;
border-bottom: 1px solid #fafafa; border-bottom: 6px solid #fafafa;
} }
.user_column_item_phone::after { .user_column_item_phone::after {
......
Supports Markdown
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