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