抖音c端
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

103 lignes
4.6 KiB

  1. <!-- 欢乐城模板 -->
  2. <view>
  3. <view class="container1">
  4. <!-- 会员信息 -->
  5. <view class="color_box1">
  6. <view>
  7. <!-- navigationBarHeight -->
  8. <!-- <view style="height:{{navigationBarHeight}};overflow: hidden;" class="goSqunar1" bindtap="goSquareList">
  9. <image class="squareLogo" src="../assets/imgData/squareLogo.png" style="top: {{navImgHeight}};" ></image>
  10. <view class="title1" style="line-height:{{navLineHeight}}">{{marketName}}</view>
  11. <view tt:if="{{isShowSqare}}" style="height:{{navLineHeight}};position:relative;margin-right: 80rpx">
  12. <image src="{{huanlechengImgurl}}home_ic_xialajt.png" class="xia">
  13. </image>
  14. </view>
  15. </view> -->
  16. </view>
  17. <view class="pickerMall" tt:if="{{shopList.length>1}}">
  18. <picker mode="selector" bindchange="bindPickerChange" value="{{index}}" range="{{shopList}}" range-key="name"
  19. disabled="{{false}}">
  20. <view>
  21. <view>
  22. 当前广场:{{ shopList[index].name }} ↓
  23. </view>
  24. </view>
  25. </picker>
  26. </view>
  27. <!-- banner -->
  28. <c-banner tt:key="unique" list="{{list}}" />
  29. <!-- 频道 -->
  30. <view class="channelBox" tt:if="{{ifStoreApp!=1&&moduleList.length>0}}" style="{{typeLsit.sy_mbg.styleClass}}">
  31. <view class='kjBox1' bindtap='goPage' data-obj="{{item}}" tt:for="{{moduleList}}" tt:key="{{index}}">
  32. <image src='{{item.icon}}' mode='aspectFill'></image>
  33. <view class="text">{{item.name}}</view>
  34. </view>
  35. </view>
  36. <!-- 频道 -->
  37. <view class='channelBox' tt:if="{{ifStoreApp==1}}" style="width:525rpx;">
  38. <view class='kjBox' bindtap='gotoBargain'>
  39. <image src='{{kanjia}}' mode='aspectFill'></image>
  40. <text>砍价</text>
  41. </view>
  42. <view class='kjBox' bindtap='gotoSpellGroup'>
  43. <image src='{{pintuan}}' mode='aspectFill'></image>
  44. <text>拼团</text>
  45. </view>
  46. <view class='kjBox' bindtap='gotoRushBuy'>
  47. <image src='{{xiaofeika}}' mode='aspectFill'></image>
  48. <text>限时抢购</text>
  49. </view>
  50. </view>
  51. </view>
  52. <!-- 限时抢购 -->
  53. <!-- <c-mould tt:if="{{topicObj2}}" obj="{{topicObj2}}" isShowCount
  54. titleImgUrl="https://formall.oss-accelerate.aliyuncs.com/cimg/v20211214/home_txt_xsqw.png" /> -->
  55. <!-- 砍价 -->
  56. <!-- <c-mould tt:if="{{topicObj3}}" obj="{{topicObj3}}"
  57. titleImgUrl="https://formall.oss-accelerate.aliyuncs.com/cimg/v20211214/home_txt_kj.png" /> -->
  58. <!-- 拼团 -->
  59. <!-- <c-mould tt:if="{{topicObj4}}" obj="{{topicObj4}}"
  60. titleImgUrl="https://formall.oss-accelerate.aliyuncs.com/cimg/v20211214/home_txt_pt.png" /> -->
  61. <!-- 专题 -->
  62. <!-- <c-mould tt:if="{{specialLsit.length>0}}" tt:for="{{specialLsit}}" tt:key="{{index}}" obj="{{item}}" special /> -->
  63. <!-- 消费卡 -->
  64. <!-- <c-mould tt:if="{{topicObj5}}" obj="{{topicObj5}}"
  65. titleImgUrl="https://formall.oss-accelerate.aliyuncs.com/cimg/v20211214/home_txt_xfk.png" /> -->
  66. <!-- 积分商城 -->
  67. <!-- <c-mould tt:if="{{topicObj6}}" obj="{{topicObj6}}"
  68. titleImgUrl="https://formall.oss-accelerate.aliyuncs.com/cimg/v20211214/home_txt_jfsc.png" /> -->
  69. <optimization tt:if="{{businessList.length>0}}" businessList="{{businessList}}" businessData="{{businessData}}"
  70. bind:businessid="getBusineData" />
  71. <!-- <c-coupons id="lists" bind:myevent="onGetCode" class="business" loadingtext="{{loadingtext}}" loading="{{loading}}" /> -->
  72. <!-- 广告蒙层 -->
  73. <!-- <c-advertisement id="advertisement" tt:if="{{showGg&&!played&&!havePlayEd1}}" ggdata="{{ggdata}}" /> -->
  74. </view>
  75. <!-- 顶部签到成长值 -->
  76. <view class='signin' tt:if="{{fistLogin}}" animation="{{alphaData}}">
  77. <open-data class="open" type="userAvatarUrl"></open-data>
  78. <text class='text'>您今日签到成功,获得{{fistLogin}}成长值</text>
  79. </view>
  80. <view class="integralBox1" tt:if="{{businessSwitch}}">
  81. <!--是未授权微信且未授权手机号 -->
  82. <navigator url="/pages/getuserinfo/index" open-type="navigate" tt:if="{{accreditFlag==1}}">
  83. <image src='{{huanlechengImgurl}}home_icon_wgjf.png' mode='widthFix' style="width: 100%;height: 100%;"></image>
  84. </navigator>
  85. <!-- 授权了微信 没授权手机号 -->
  86. <navigator url="/pages/getuserinfo/index" open-type="navigate" tt:if="{{accreditFlag==2}}">
  87. <image src='{{huanlechengImgurl}}home_icon_wgjf.png' mode='widthFix' style="width: 100%;height: 100%;"></image>
  88. </navigator>
  89. </view>
  90. </view>
  91. <tabbar />
  92. <s-title />