抖音c端
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

217 wiersze
9.5 KiB

  1. <!-- 初始模板 -->
  2. <view tt:if="{{mouldType==0}}">
  3. <!-- <navbar color="{{typeLsit.sy_top_f.styleClass}}" background="{{typeLsit.sy_top.styleClass}}" text="首页"></navbar> -->
  4. <!-- style="padding-top:{{navigationBarHeight}}" -->
  5. <view class="container">
  6. <!-- <view style="height:{{navigationBarHeight1}} "></view> -->
  7. <!-- 会员信息 -->
  8. <view class="color_box" style="{{typeLsit.sy_bbg.styleClass}}">
  9. <!-- 所属集团 -->
  10. <view class="underling" bindtap="goSquareList" tt:if="{{squareName}}">
  11. <image class="underlingImg" mode="widthFix" src="https://formall.oss-accelerate.aliyuncs.com/cimg/dingwei.png">
  12. </image>
  13. <view class="underlingName">{{squareName}} ↓</view>
  14. </view>
  15. <view class='userinfo' tt:if="{{ifStoreApp!=1}}">
  16. <!-- 头像 -->
  17. <view class='infoLeft' style="{{typeLsit.sy_xxb.styleClass}}">
  18. <view class="user-avatar">
  19. <open-data class="open" type="userAvatarUrl"></open-data>
  20. </view>
  21. <!-- 成长值 -->
  22. <view class="user-data fl" bindtap='gotoChengzhangzhi' style="{{typeLsit.sy_xxb.styleClass}}">
  23. <view class='nameBox'>
  24. <open-data type="userNickName" style="{{typeLsit.sy_xxb_nf.styleClass}}"></open-data>
  25. <view class='chengzhangBox' style='background:{{chengzhangBox}}'>
  26. <text class='chengzhang'>{{levelName}}</text>
  27. </view>
  28. </view>
  29. <view class="view">
  30. <progress percent="{{upgradePercent}}" stroke-width="6" activeColor="{{activeColor}}" />
  31. <view class='remainchengzhangzhi' style="{{typeLsit.sy_xxb_cf.styleClass}}">还需{{upgradeScore}}成长值可升级
  32. </view>
  33. </view>
  34. </view>
  35. </view>
  36. <!-- 二维码 -->
  37. <view class='qrcode fr' bindtap='qrcode' style="{{typeLsit.sy_qrc.styleClass}}">
  38. <image src="{{typeLsit.sy_qrc.icon}}" class='qrcodeimg' mode='widthFix'></image>
  39. </view>
  40. </view>
  41. <!-- banner -->
  42. <c-banner tt:key="unique" list="{{list}}" />
  43. <!-- 频道 -->
  44. <view class="channelBox" tt:if="{{ifStoreApp!=1&&moduleList.length>0}}" style="{{typeLsit.sy_mbg.styleClass}}">
  45. <view class='kjBox' bindtap='goPage' data-obj="{{item}}" tt:for="{{moduleList}}" tt:key="{{index}}">
  46. <image src='{{item.icon}}' mode='aspectFill'></image>
  47. <view class="text">{{item.name}}</view>
  48. </view>
  49. </view>
  50. <view class='channelBox' tt:if="{{ifStoreApp==1}}" style="width:525rpx;">
  51. <view class='kjBox' bindtap='gotoBargain'>
  52. <image src='{{kanjia}}' mode='aspectFill'></image>
  53. <text>砍价</text>
  54. </view>
  55. <view class='kjBox' bindtap='gotoSpellGroup'>
  56. <image src='{{pintuan}}' mode='aspectFill'></image>
  57. <text>拼团</text>
  58. </view>
  59. <view class='kjBox' bindtap='gotoRushBuy'>
  60. <image src='{{xiaofeika}}' mode='aspectFill'></image>
  61. <text>限时抢购</text>
  62. </view>
  63. </view>
  64. </view>
  65. <view class='toutiao1' tt:if="{{showQg&&ifStoreApp!=1}}">
  66. <view class='xianshi' bindtap='gotoRushBuy'>
  67. <text>限时专区</text>
  68. <text>限时惊爆价 轻松拎回家</text>
  69. </view>
  70. <view class='xsCon'>
  71. <view tt:for="{{xslist}}" tt:key="index">
  72. <view class='igBox' data-couponId="{{item.couponId}}" data-couponChannelId="{{item.id}}"
  73. data-targetAd="{{item.targetAd}}" bindtap='gotodetail'>
  74. <image src='{{xslist[index].coverImg}}' mode='widthFix' class='imageH'></image>
  75. <view class='imTit'>{{xslist[index].title}}</view>
  76. </view>
  77. </view>
  78. <view>
  79. <view class='igBox' bindtap='gotoRushBuy'>
  80. <image src='{{more}}' mode='widthFix' class='more'></image>
  81. <view class='imTit'>更多...</view>
  82. </view>
  83. </view>
  84. </view>
  85. </view>
  86. <!-- 爆款专区 -->
  87. <c-hot id="hot" />
  88. <view class='product' tt:if="{{showTopic}}" bindtap='gotoTopic'>
  89. <image src='{{cover}}' mode='widthFix'></image>
  90. </view>
  91. <c-coupons id="lists" bind:myevent="onGetCode" class="business" loadingtext="{{loadingtext}}"
  92. loading="{{loading}}" />
  93. <!-- 广告蒙层 -->
  94. <c-advertisement id="advertisement" tt:if="{{showGg&&!played&&!havePlayEd1}}" ggdata="{{ggdata}}" />
  95. </view>
  96. <!-- 顶部签到成长值 -->
  97. <view class='signin' tt:if="{{fistLogin}}" animation="{{alphaData}}">
  98. <open-data class="open" type="userAvatarUrl"></open-data>
  99. <text class='text'>您今日签到成功,获得{{fistLogin}}成长值</text>
  100. </view>
  101. <view class="integralBox" tt:if="{{businessSwitch}}">
  102. <!--是未授权微信且未授权手机号 -->
  103. <navigator url="/pages/getuserinfo/index" open-type="navigate" tt:if="{{accreditFlag==1}}">
  104. <image src='https://formall.oss-accelerate.aliyuncs.com/cimg/self-help-integral.png' mode='widthFix'
  105. style="width: 100%;height: 100%;"></image>
  106. </navigator>
  107. <!-- 授权了微信 没授权手机号 -->
  108. <navigator url="/pages/getuserinfo/index" open-type="navigate" tt:if="{{accreditFlag==2}}">
  109. <image src='https://formall.oss-accelerate.aliyuncs.com/cimg/self-help-integral.png' mode='widthFix'
  110. style="width: 100%;height: 100%;"></image>
  111. </navigator>
  112. </view>
  113. </view>
  114. <!-- 欢乐城模板 -->
  115. <view tt:if="{{mouldType==1}}">
  116. <view class="container1">
  117. <!-- 会员信息 -->
  118. <view class="color_box1">
  119. <view>
  120. <!-- navigationBarHeight -->
  121. <!-- <view style="height:{{navigationBarHeight}};overflow: hidden;" class="goSqunar1" bindtap="goSquareList">
  122. <image class="squareLogo" src="../assets/imgData/squareLogo.png" style="top: {{navImgHeight}};" ></image>
  123. <view class="title1" style="line-height:{{navLineHeight}}">{{marketName}}</view>
  124. <view tt:if="{{isShowSqare}}" style="height:{{navLineHeight}};position:relative;margin-right: 80rpx">
  125. <image src="{{huanlechengImgurl}}home_ic_xialajt.png" class="xia">
  126. </image>
  127. </view>
  128. </view> -->
  129. </view>
  130. <!-- banner -->
  131. <c-banner tt:key="unique" list="{{list}}" />
  132. <!-- 频道 -->
  133. <view class="channelBox" tt:if="{{ifStoreApp!=1&&moduleList.length>0}}" style="{{typeLsit.sy_mbg.styleClass}}">
  134. <view class='kjBox1' bindtap='goPage' data-obj="{{item}}" tt:for="{{moduleList}}" tt:key="{{index}}">
  135. <image src='{{item.icon}}' mode='aspectFill'></image>
  136. <view class="text">{{item.name}}</view>
  137. </view>
  138. </view>
  139. <!-- 频道 -->
  140. <view class='channelBox' tt:if="{{ifStoreApp==1}}" style="width:525rpx;">
  141. <view class='kjBox' bindtap='gotoBargain'>
  142. <image src='{{kanjia}}' mode='aspectFill'></image>
  143. <text>砍价</text>
  144. </view>
  145. <view class='kjBox' bindtap='gotoSpellGroup'>
  146. <image src='{{pintuan}}' mode='aspectFill'></image>
  147. <text>拼团</text>
  148. </view>
  149. <view class='kjBox' bindtap='gotoRushBuy'>
  150. <image src='{{xiaofeika}}' mode='aspectFill'></image>
  151. <text>限时抢购</text>
  152. </view>
  153. </view>
  154. </view>
  155. <!-- 限时抢购 -->
  156. <c-mould tt:if="{{topicObj2}}" obj="{{topicObj2}}" isShowCount
  157. titleImgUrl="https://formall.oss-accelerate.aliyuncs.com/cimg/v20211214/home_txt_xsqw.png" />
  158. <!-- 砍价 -->
  159. <c-mould tt:if="{{topicObj3}}" obj="{{topicObj3}}"
  160. titleImgUrl="https://formall.oss-accelerate.aliyuncs.com/cimg/v20211214/home_txt_kj.png" />
  161. <!-- 拼团 -->
  162. <c-mould tt:if="{{topicObj4}}" obj="{{topicObj4}}"
  163. titleImgUrl="https://formall.oss-accelerate.aliyuncs.com/cimg/v20211214/home_txt_pt.png" />
  164. <!-- 专题 -->
  165. <c-mould tt:if="{{specialLsit.length>0}}" tt:for="{{specialLsit}}" tt:key="{{index}}" obj="{{item}}" special />
  166. <!-- 消费卡 -->
  167. <c-mould tt:if="{{topicObj5}}" obj="{{topicObj5}}"
  168. titleImgUrl="https://formall.oss-accelerate.aliyuncs.com/cimg/v20211214/home_txt_xfk.png" />
  169. <!-- 积分商城 -->
  170. <c-mould tt:if="{{topicObj6}}" obj="{{topicObj6}}"
  171. titleImgUrl="https://formall.oss-accelerate.aliyuncs.com/cimg/v20211214/home_txt_jfsc.png" />
  172. <optimization tt:if="{{businessList.length>0}}" businessList="{{businessList}}" businessData="{{businessData}}"
  173. bind:businessid="getBusineData" />
  174. <!-- <c-coupons id="lists" bind:myevent="onGetCode" class="business" loadingtext="{{loadingtext}}" loading="{{loading}}" /> -->
  175. <!-- 广告蒙层 -->
  176. <c-advertisement id="advertisement" tt:if="{{showGg&&!played&&!havePlayEd1}}" ggdata="{{ggdata}}" />
  177. </view>
  178. <!-- 顶部签到成长值 -->
  179. <view class='signin' tt:if="{{fistLogin}}" animation="{{alphaData}}">
  180. <open-data class="open" type="userAvatarUrl"></open-data>
  181. <text class='text'>您今日签到成功,获得{{fistLogin}}成长值</text>
  182. </view>
  183. <view class="integralBox1" tt:if="{{businessSwitch}}">
  184. <!--是未授权微信且未授权手机号 -->
  185. <navigator url="/pages/getuserinfo/index" open-type="navigate" tt:if="{{accreditFlag==1}}">
  186. <image src='{{huanlechengImgurl}}home_icon_wgjf.png' mode='widthFix' style="width: 100%;height: 100%;"></image>
  187. </navigator>
  188. <!-- 授权了微信 没授权手机号 -->
  189. <navigator url="/pages/getuserinfo/index" open-type="navigate" tt:if="{{accreditFlag==2}}">
  190. <image src='{{huanlechengImgurl}}home_icon_wgjf.png' mode='widthFix' style="width: 100%;height: 100%;"></image>
  191. </navigator>
  192. </view>
  193. </view>
  194. <tabbar />
  195. <s-title/>