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

orderUrl.ttml 630 B

2 jaren geleden
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>