index.wxml 470 B

12345678910111213
  1. <view class='clear' bindtap='toclear'>
  2. <view class='cleartip'>清除缓存</view>
  3. <image class='jiantou' src='{{imgServerUrl}}/images/happyjob/rightwjt.png'></image>
  4. </view>
  5. <view class='about' bindtap='toabout'>
  6. <view class='aboutus'>关于我们</view>
  7. <image class='jiantou' src='{{imgServerUrl}}/images/happyjob/rightwjt.png'></image>
  8. </view>
  9. <view class='btn-group fixed-footer'>
  10. <button class='selfBtn' bindtap='login_out'>退出登录</button>
  11. </view>