index.wxml 410 B

12345678910
  1. <view class="c-popup" style="background-image: url({{cdn_url}}/scenes/{{sceneId}}.jpg);">
  2. <image class="c-popup__border" src="{{cdn_url+bdPath}}" />
  3. <view wx:if="{{!isVideo}}" class="c-popup-alert">
  4. <image src="./images/{{time}}.png" />
  5. <text>将于{{time}}秒后拍摄</text>
  6. </view>
  7. <image wx:else class="c-popup__recording" src="{{cdn_url}}/images/recording.png" mode="widthFix" />
  8. </view>