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.
1 lines
2.0 KiB
1 lines
2.0 KiB
<view class="follow"><block wx:if="{{followType=='0'&&followTitleShow==true&&followInfo.status!=0}}"><view class="followTitle"><view class="followTitlePackage"><view class="followImage"><image src="{{platformInfor.logo}}"></image></view><view class="followInfomation"><view style="{{(followInfo.korea!=1?'overflow: hidden;text-overflow: ellipsis;white-space: nowrap;':'')}}"><text>{{followInfo.korea==1?'나의 소식 전하는 한밥상~':'欢迎进入'}}</text><block wx:if="{{followInfo.korea!=1}}"><text class="followText">{{platformInfor.name}}</text></block></view><view><text>{{followInfo.korea==1?'가끔 한밥상 필요할때가 있습니다!':'关注公众号,享专属服务'}}</text></view></view><view data-event-opts="{{[['tap',[['openQrShow',['$event']]]]]}}" class="followButton" bindtap="__e"><text>{{followInfo.korea==1?'팔로우':'立即关注'}}</text></view></view><view data-event-opts="{{[['tap',[['closeFollowTitle',['$event']]]]]}}" class="followTitleClose" bindtap="__e"><image src="{{imgfixUrls+'merchant/followClose.png'}}"></image></view></view></block><pop-manager vue-id="ac56862a-1" show="{{followShow}}" type="{{type}}" data-event-opts="{{[['^clickmask',[['closePop']]]]}}" bind:clickmask="__e" bind:__l="__l" vue-slots="{{['default']}}"><block wx:if="{{followType=='0'&&followInfo.status!='0'}}"><view class="qrCenter"><view class="qrCenterTitle"><text>长按二维码,关注我们</text></view><view class="qrCenterMain"><view class="qrCenterMainPackage"><image src="{{followInfo.gzimage}}"></image></view></view></view></block><block wx:if="{{followType!='0'&&followInfo.status!='0'}}"><view class="qrBottom"><view class="qrBottomTitle"><view class="qrBottomImage"><image src="{{followInfo.gzimage}}"></image></view><view class="qrBottomTip"><text>长按识别,扫码关注</text></view></view><view data-event-opts="{{[['tap',[['closePop',['$event']]]]]}}" class="qrBottomFoot" bindtap="__e"><view class="qrBottomButton"><text>取消</text></view></view></view></block></pop-manager></view>
|