Commit bb029e11aaf198a95f82524c00654f4220d0f97b

Authored by 后端开发-许程
Committed by 后端研发-倪永富
1 parent de977896

样式图片修改

app.wxss
... ... @@ -300,4 +300,7 @@ color: #b9b9b9;
300 300 }
301 301  
302 302  
  303 +.xc-fixed{
  304 +position: fixed;
303 305  
  306 +}
... ...
images/medal.png 0 → 100644

16.8 KB

pages/user/index/index.wxml
... ... @@ -105,7 +105,7 @@
105 105 <view class="xc-equity-title flex-level" bindtap="go_qy">
106 106 <view class="xc-title-frame flex-space-between">
107 107 <view class="flex-vertical xc-title-content">
108   - <image class="xc-title-img" src="{{iurl}}/miniapp/images/equity.png"></image>
  108 + <image class="xc-title-img" src="../../../images/medal.png"></image>
109 109 <view class="three-level-word xc-word" >
110 110 我的权益
111 111 </view>
... ...