C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
2.6 KiB

  1. <view class="container">
  2. <!-- 会员信息 -->
  3. <view class='userinfo clearfix' >
  4. <!-- 头像 -->
  5. <view class='infoLeft'>
  6. <!-- 成长值 -->
  7. <view class="user-data fl" bindtap='gotoChengzhangzhi'>
  8. <!-- <open-data type="userNickName"></open-data> -->
  9. <text class='chengzhang'>{{levelName}}</text>
  10. <view class="view">
  11. <!-- 成长值<text class="score">{{score}}</text> -->
  12. <progress percent="{{upgradePercent}}" stroke-width="6" activeColor="#FC8B37" />
  13. <text class='remainchengzhangzhi'>还需{{upgradeScore}}成长值可升级</text>
  14. </view>
  15. </view>
  16. <!-- 积分 -->
  17. <!-- <view class='fl integral' bindtap='gotouser'>
  18. <view class='clearfix'>
  19. <text class='jifen fl'>积分</text>
  20. <text class='jifenNumber fl'>{{credit}}</text>
  21. </view>
  22. <image src="{{duihuan}}" class='duihuanimg' mode='widthFix'></image>
  23. </view> -->
  24. </view>
  25. <view class="user-avatar">
  26. <open-data class="open" type="userAvatarUrl"></open-data>
  27. </view>
  28. <!-- 二维码 -->
  29. <view class='qrcode fr' bindtap='qrcode'>
  30. <image src="{{barcode}}" class='qrcodeimg' mode='widthFix'></image>
  31. </view>
  32. </view>
  33. <!-- banner -->
  34. <c-banner wx:key="unique" list="{{list}}" />
  35. <!-- 频道 -->
  36. <view></view>
  37. <!-- 砍价专场 -->
  38. <c-bargain id="bargain"/>
  39. <!-- 专题 -->
  40. <view class='product' wx:if="{{showTopic}}">
  41. <image src='{{cover}}' bindtap='gotoTopic' mode='aspectFill'></image>
  42. </view>
  43. <!-- 拼团专场 -->
  44. <c-spellGroup id="spellGroup"/>
  45. <!-- 小游戏暂时注释 -->
  46. <view class='game' wx-if="{{showIf}}">
  47. <view class='game-entry'>
  48. <image src="{{guanbi1}}" bindtap="close" style='width:30rpx;height:30rpx;position:absolute;right:0;top:-20rpx;' mode='widthFix'></image>
  49. <image src="{{usergift}}" bindtap="gotogame" class='gameimg' mode='widthFix'></image>
  50. </view>
  51. </view>
  52. <!-- 限时抢购和消费卡 -->
  53. <c-rushtobyCard id="rushtobyCard"/>
  54. <c-coupons id="lists" bind:myevent="onGetCode" class="business" loadingtext="{{loadingtext}}" loading="{{loading}}" />
  55. <g-entry id="listss" wx:if="{{showGame&&!played&&!havePlayEd}}" gamedata="{{gamedata}}" bind:myevent="" />
  56. </view>
  57. <!-- 顶部签到成长值 -->
  58. <view class='signin' wx:if="{{fistLogin}}" animation="{{alphaData}}">
  59. <open-data class="open" type="userAvatarUrl"></open-data>
  60. <text class='text'>您今日签到成功,获得{{fistLogin}}成长值</text>
  61. </view>