Commit 3656ac9fdab4a8988f7c8bf043ed143c8ace7179
Merge branch 'dev' into 'test'
Dev See merge request !2
Showing
3 changed files
with
6 additions
and
6 deletions
images/add2.png
0 → 100644
22.9 KB
images/quanyi2.png
0 → 100644
17.2 KB
pages/user/index/index.wxml
| ... | ... | @@ -167,7 +167,7 @@ | 
| 167 | 167 | <view class="fs26">秒杀活动</view> | 
| 168 | 168 | </view> | 
| 169 | 169 | <view class="item t-c" bindtap="go_qy" wx:if="{{qy_list!=null && is_init && gradeId}}"> | 
| 170 | - <image class="xc-center-img " src="{{iurl}}/miniapp/images/equity.png"></image> | |
| 170 | + <image class="xc-center-img " src="/images/quanyi2.png"></image> | |
| 171 | 171 | <view class="fs26">我的权益</view> | 
| 172 | 172 | </view> | 
| 173 | 173 | |
| ... | ... | @@ -182,16 +182,16 @@ | 
| 182 | 182 | <view class="fs26">收藏夹</view> | 
| 183 | 183 | </view> | 
| 184 | 184 | |
| 185 | - <!--<view class="item t-c">--> | |
| 186 | - <!--<image class="xc-center-img " src="{{iurl}}/miniapp/images/fuwu.png"></image>--> | |
| 187 | - <!--<view class="four-level-word">我的服务</view>--> | |
| 188 | - <!--</view>--> | |
| 189 | - | |
| 190 | 185 | <view class="item t-c" data-url="/pages/user/comment/comment" bindtap="goto" > | 
| 191 | 186 | <image class="xc-center-img " src="{{iurl}}/miniapp/images/evaluate.png"></image> | 
| 192 | 187 | <view class="fs26">我的评价</view> | 
| 193 | 188 | </view> | 
| 194 | 189 | |
| 190 | + <view class="item t-c" data-url="/pages/user/address_list/address_list" bindtap="goto" > | |
| 191 | + <image class="xc-center-img " src="/images/add2.png"></image> | |
| 192 | + <view class="four-level-word">我的地址</view> | |
| 193 | + </view> | |
| 194 | + | |
| 195 | 195 | </view> | 
| 196 | 196 | |
| 197 | 197 | ... | ... | 
