抖音b端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

16 行
630 B

  1. <!-- 日期 -->
  2. <view class="tabLayer tc">
  3. <view class="picker_group">
  4. <picker mode="date" value="{{date}}" end="{{date2}}" fields="day" bindchange="bindDateChange1">
  5. <view class="picker">{{date}}</view>
  6. </picker>
  7. <picker mode="date" value="{{date2}}" end="{{today}}" fields="day" bindchange="bindDateChange2">
  8. <view class="picker">{{date2}}</view>
  9. </picker>
  10. <button class='btns' hover-class='active1' bindtap='mode' >生成链接</button>
  11. </view>
  12. <view class="btnGo" tt:if="{{codeUrl}}" bindtap="goWebView">复制链接到浏览器打开</view>
  13. </view>