抖音b端
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

16 linhas
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>