抖音b端
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

orderUrl.ttml 630 B

12345678910111213141516
  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>