抖音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.

107 lines
4.9 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. <image src="../assets/images/location.png" class="location"></image>
  23. <text class="mallName">{{ shopList[index].name }}</text>
  24. <text class="distance_str" wx:if="{{shopList[index].distance_str}}}">{{
  25. shopList[index].distance_str}}</text>
  26. <image src="../assets/itemImg/arrow-right-l.png" class="right"></image>
  27. </view>
  28. </view>
  29. </picker>
  30. </view>
  31. <!-- banner -->
  32. <c-banner tt:key="unique" list="{{list}}" />
  33. <!-- 频道 -->
  34. <view class="channelBox" tt:if="{{ifStoreApp!=1&&moduleList.length>0}}" style="{{typeLsit.sy_mbg.styleClass}}">
  35. <view class='kjBox1' bindtap='goPage' data-obj="{{item}}" tt:for="{{moduleList}}" tt:key="{{index}}">
  36. <image src='{{item.icon}}' mode='aspectFill'></image>
  37. <view class="text">{{item.name}}</view>
  38. </view>
  39. </view>
  40. <!-- 频道 -->
  41. <view class='channelBox' tt:if="{{ifStoreApp==1}}" style="width:525rpx;">
  42. <view class='kjBox' bindtap='gotoBargain'>
  43. <image src='{{kanjia}}' mode='aspectFill'></image>
  44. <text>砍价</text>
  45. </view>
  46. <view class='kjBox' bindtap='gotoSpellGroup'>
  47. <image src='{{pintuan}}' mode='aspectFill'></image>
  48. <text>拼团</text>
  49. </view>
  50. <view class='kjBox' bindtap='gotoRushBuy'>
  51. <image src='{{xiaofeika}}' mode='aspectFill'></image>
  52. <text>限时抢购</text>
  53. </view>
  54. </view>
  55. </view>
  56. <!-- 限时抢购 -->
  57. <!-- <c-mould tt:if="{{topicObj2}}" obj="{{topicObj2}}" isShowCount
  58. titleImgUrl="https://formall.oss-accelerate.aliyuncs.com/cimg/v20211214/home_txt_xsqw.png" /> -->
  59. <!-- 砍价 -->
  60. <!-- <c-mould tt:if="{{topicObj3}}" obj="{{topicObj3}}"
  61. titleImgUrl="https://formall.oss-accelerate.aliyuncs.com/cimg/v20211214/home_txt_kj.png" /> -->
  62. <!-- 拼团 -->
  63. <!-- <c-mould tt:if="{{topicObj4}}" obj="{{topicObj4}}"
  64. titleImgUrl="https://formall.oss-accelerate.aliyuncs.com/cimg/v20211214/home_txt_pt.png" /> -->
  65. <!-- 专题 -->
  66. <!-- <c-mould tt:if="{{specialLsit.length>0}}" tt:for="{{specialLsit}}" tt:key="{{index}}" obj="{{item}}" special /> -->
  67. <!-- 消费卡 -->
  68. <!-- <c-mould tt:if="{{topicObj5}}" obj="{{topicObj5}}"
  69. titleImgUrl="https://formall.oss-accelerate.aliyuncs.com/cimg/v20211214/home_txt_xfk.png" /> -->
  70. <!-- 积分商城 -->
  71. <!-- <c-mould tt:if="{{topicObj6}}" obj="{{topicObj6}}"
  72. titleImgUrl="https://formall.oss-accelerate.aliyuncs.com/cimg/v20211214/home_txt_jfsc.png" /> -->
  73. <optimization tt:if="{{businessList.length>0}}" businessList="{{businessList}}" businessData="{{businessData}}"
  74. bind:businessid="getBusineData" />
  75. <!-- <c-coupons id="lists" bind:myevent="onGetCode" class="business" loadingtext="{{loadingtext}}" loading="{{loading}}" /> -->
  76. <!-- 广告蒙层 -->
  77. <!-- <c-advertisement id="advertisement" tt:if="{{showGg&&!played&&!havePlayEd1}}" ggdata="{{ggdata}}" /> -->
  78. </view>
  79. <!-- 顶部签到成长值 -->
  80. <view class='signin' tt:if="{{fistLogin}}" animation="{{alphaData}}">
  81. <open-data class="open" type="userAvatarUrl"></open-data>
  82. <text class='text'>您今日签到成功,获得{{fistLogin}}成长值</text>
  83. </view>
  84. <view class="integralBox1" tt:if="{{businessSwitch}}">
  85. <!--是未授权微信且未授权手机号 -->
  86. <navigator url="/pages/getuserinfo/index" open-type="navigate" tt:if="{{accreditFlag==1}}">
  87. <image src='{{huanlechengImgurl}}home_icon_wgjf.png' mode='widthFix' style="width: 100%;height: 100%;"></image>
  88. </navigator>
  89. <!-- 授权了微信 没授权手机号 -->
  90. <navigator url="/pages/getuserinfo/index" open-type="navigate" tt:if="{{accreditFlag==2}}">
  91. <image src='{{huanlechengImgurl}}home_icon_wgjf.png' mode='widthFix' style="width: 100%;height: 100%;"></image>
  92. </navigator>
  93. </view>
  94. </view>
  95. <tabbar />
  96. <s-title />