congming_huose-apk/unpackage/dist/dev/mp-weixin/common/components/AppTopPushNotice.wxml

1 line
914 B
Plaintext

<view data-event-opts="{{[['touchstart',[['gnpOnTouchStart',['$event']]]],['touchmove',[['gnpOnTouchMove',['$event']]]],['touchend',[['gnpOnTouchEnd',['$event']]]],['touchcancel',[['gnpOnTouchCancel',['$event']]]]]}}" hidden="{{!(ts.visible&&isStackTop)}}" class="{{['gnp-wrap','data-v-5c425989',(gnpTouching)?'gnp-wrap--touch':'']}}" style="{{(gnpWrapDragStyle)}}" catchtouchstart="__e" catchtouchmove="__e" catchtouchend="__e" catchtouchcancel="__e"><view class="{{['gnp-card','data-v-5c425989',(ts.enterActive)?'gnp-card--in':'']}}"><view class="gnp-left data-v-5c425989"><text class="gnp-time data-v-5c425989">{{ts.displayTime}}</text><text class="gnp-text data-v-5c425989">{{ts.displayText}}</text></view><block wx:if="{{ts.displayPicture}}"><view class="gnp-icon-box data-v-5c425989"><image class="gnp-thumb data-v-5c425989" src="{{ts.displayPicture}}" mode="aspectFill"></image></view></block></view></view>